Daily updates from Odoo
Thursday, February 27, 2020
2 changes · master
Code cleanup and technical improvements
This cleanup removes obsolete navigation actions that were no longer connected to menus or used by the system. It reduces maintenance clutter in Social and Marketing-related areas without changing everyday user workflows.
Original PR description
PURPOSE Clean dead actions. SPECIFICATIONS Some ir.actions.act_window are not used in odoo codebase anymore * not linked to a given menu; * not referenced in the code; In this merge we remove dead actions linked to Social/Marketing applications. LINKS Task ID 2188942 (original) Task ID 2196183 (Social/Marketing specific) Community PR odoo/odoo#46435 Enterprise PR odoo/enterprise#8846
This cleanup removes outdated internal actions that were no longer connected to menus or used by the system. Helpdesk now reuses a standard rating action instead of maintaining a custom duplicate, reducing maintenance complexity without changing normal user workflows.
Original PR description
PURPOSE Clean dead actions. SPECIFICATIONS Some ir.actions.act_window are not used in odoo codebase anymore * not linked to a given menu; * not referenced in the code; In this merge we remove dead actions linked to Social/Marketing applications. LINKS Task ID 2188942 (original) Task ID 2196183 (Social/Marketing specific) Community PR odoo/odoo#46435 Enterprise PR odoo/enterprise#8846