-
- Downloads
[IMP]stock,product_expiry: improve error message for sn number check
=======
PURPOSE
=======
Improve duplicated serial number message to show more information.
=======
SPEC
=======
In this commit, we show full information about all invalide product name
and lot/sn number when the user enters duplicated ones.
- Change the sql constraint for checking duplicate sn/lot to python
constraint to support customised error message.
- Create lot in batch to show all invalide ones in error message.
=======
LINKS
=======
task 2083605
pr #44366
Related: odoo/upgrade#954
Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
Showing
- addons/product_expiry/models/production_lot.py 8 additions, 7 deletionsaddons/product_expiry/models/production_lot.py
- addons/product_expiry/models/stock_move_line.py 2 additions, 2 deletionsaddons/product_expiry/models/stock_move_line.py
- addons/stock/models/stock_move_line.py 26 additions, 11 deletionsaddons/stock/models/stock_move_line.py
- addons/stock/models/stock_production_lot.py 16 additions, 4 deletionsaddons/stock/models/stock_production_lot.py
- addons/stock/models/stock_quant.py 1 addition, 1 deletionaddons/stock/models/stock_quant.py
Loading
Please register or sign in to comment