Thursday, January 5, 2023
2 changes · master
Features or functions removed from Odoo
This change removes old dashboard-related menu entries from the base module that are no longer used. It simplifies the menu structure and reduces obsolete configuration clutter without affecting active business workflows.
Original PR description
`menu_board_root` is not used anymore since 37f16fb `menu_reporting_dashboard` and `menu_reporting_config` seem ununsed since a long time. Task 3119613 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Unused purchase reporting fields for average purchase time and receipt delay were removed because they are no longer used. This simplifies purchase reporting internals without expected day-to-day impact for business users.
Original PR description
[REM] purchase: remove avg_days_to_purchase/avg_receipt_delay field Since https://github.com/odoo/enterprise/pull/31641, these fields are not used anymore. Then remove it and remove overrides of read_group linked to. https://github.com/odoo/upgrade/pull/4162