Daily updates from Odoo
Friday, March 8, 2024
1 change · master
Features or functions removed from Odoo
An outdated inventory accounting extension was removed because the dashboard it supported no longer exists. A redundant subscription sales reporting customization was also removed, simplifying maintenance without expected business impact.
Original PR description
#### [REM] stock_account_enterprise: remove stock_account_enterprise module The module extended stock.report with two fields used in dashboard. But this dashboard has been removed by https://github.com/odoo/enterprise/pull/31641/files#diff-cdc64cb14d8f3a57b35e2d827692ed64b5a9f359f4684b42a9041ef536f08e44. Then this module doesn't make sense anymore. #### [REM] sale_subscription: remove useless read_group() override https://github.com/odoo/odoo/pull/156325 https://github.com/odoo/upgrade/pull/5776