-
- Downloads
[FIX] product_expiry: update quantity on hand
Before this commit, when the user tries to create a new quant, even if
the product doesn't use an expiration date, he/she will not be able to
create the quant.
The issue was as `removal_date` field is added by `product_expiry` in
the quant list view, the field is on the values used to create a new
quant but not in the list of accepted field for quant creation.
So, it raises an UserError.
task-2260085
closes odoo/odoo#51482
Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
Please register or sign in to comment