Sunday, May 8, 2022
2 changes · master
Miscellaneous changes
### Current behavior When a workorder is marked as done, the returned view is inconsistent between the "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
Original PR description
### Current behavior When a workorder is marked as done, the returned view is inconsistent between the "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 Linked enterprise PR : https://github.com/odoo/enterprise/pull/26226 OPW-2767737 Forward-Port-Of: odoo/odoo#90755 Forward-Port-Of: odoo/odoo#88780
### Current behavior When a workorder is marked as done, the returned view is inconsistent between the "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
Original PR description
### Current behavior When a workorder is marked as done, the returned view is inconsistent between the "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 Linked community PR : https://github.com/odoo/odoo/pull/88780 OPW-2767737 Forward-Port-Of: odoo/enterprise#27053 Forward-Port-Of: odoo/enterprise#26226