Daily updates from Odoo
Saturday, April 20, 2024
1 change · master
Features or functions removed from Odoo
This change removes or relocates view definitions that are no longer used across several Odoo Enterprise apps. It is expected to have little to no visible impact for users, while reducing maintenance overhead and keeping the codebase cleaner.
Original PR description
Enterprise counterpart of https://github.com/odoo/odoo/pull/45221 Ir.ui.view seemingly unused in Odoo codebase: * Primary views only * Not linked to an action (Current PR is based on #8386 to ensure views used in unused actions are also removed). * Not the default view of the model for the given view type. * Not referenced in the code or in Views archs (`form_view_id=`, `kanban_view_ref=`, ...) ## This PR isn't expected to be merged But split in multiple parts, after scope by scope review of responsible Gooroos (and removing instead of commenting the given views). [Task ID - 2183784](https://www.odoo.com/web?#id=2183784&model=project.task&view_type=form)