-
- Downloads
[FIX] delivery: return label compute field incomplete
Since new ORM in Odoo, the compute methods should always return values.
In the case of return label in delivery, nothing was returned when there
was no carrier on picking.
So we are now setting the field to False when there are no carrier on
picking.
ISSUE-43270
closes odoo/odoo#43386
Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
Please register or sign in to comment