-
- Downloads
[FIX] mrp: send correct id via context
On the manufacturing order form view, the 'update' button to change
the production quantity doesn't give the current mo id to the wizard.
That means 'active_id' is used.
The issue is 'active_id' may refer to another object (a bom or
a workcenter for instance).
This commit fills the default_mo_id key in the context before calling the wizard
to ensure the correct production order is used in the wizard default get.
Task : 2043136
closes odoo/odoo#35453
Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
Please register or sign in to comment