Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] mrp_workorder: consistent returned view on finish
Current behavior : When a workorder is marked as done, the returned view is inconsistent between "control panel" and work orders' list view. - "Control panel" : we correctly land back to workorders from this workcenter - List : we land back to an empty list view Steps : - Install Manufacturing - Get or create a manufactured product - For this product, plan some orders in a work center *Control Panel view* - Proccess to a workorder and mark it as done -> Correctly redirected to a kanban view with remaining workorder linked to this work center *List view* - Proccess to a workorder and mark it as done -> Redirected to an empty list view OPW-2767737 closes odoo#90644 X-original-commit: f417e60 Related: odoo/enterprise#26995 Signed-off-by: William Henrotin (whe) <[email protected]> Signed-off-by: Claude Thibault (thcl) <[email protected]>
- Loading branch information