Sunday, May 8, 2022
3 changes · master
Enhancements to existing features
Invoices now keep required tax line entries when taxes are present on invoice lines, including 0% taxes. This helps prevent accidental changes that could make tax reports inaccurate or incomplete.
Original PR description
Prevent erasing of a tax line entry if there is a tax related to it in the invoice This is actually checking if for each tax of each line of invoice in the move, there exist a tax entry. This will prevent the users from accidentally or dully erasing tax lines which includes 0% taxes. Task ID:2834679 Before this, users were able to remove tax entries from invoices, which led to mess up tax reports. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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