Friday, October 10, 2025
1 change · master
Features or functions removed from Odoo
The unused Dynamic Reports setting has been removed from Accounting configuration. This prevents users from accidentally disabling essential accounting reports and makes setup simpler.
Original PR description
Before PR: - The setting was available but never actively used. - Disabling it could uninstall 'account_reports', which are required for most accounting features. After PR: - The 'Dynamic reports' setting has been removed from the system. Impact: - Prevents accidental removal of essential accounting functionality. - Simplifies configuration by removing an unused option. Related community PR: https://github.com/odoo/odoo/pull/228598 Related upgrade PR: https://github.com/odoo/upgrade/pull/8501 task-5107465