Daily updates from Odoo
Wednesday, November 26, 2025
1 change · 19.0
Features or functions removed from Odoo
This update removes a function that was mistakenly reintroduced in some Odoo forward ports for the Italian and Philippines accounting reports. The function was previously moved to report options, and this fix ensures the system operates with the correct, current configuration. This resolves a potential inconsistency in report generation.
Original PR description
the function _get_custom_display_config was switched to the options on reports in this commit, https://github.com/odoo/enterprise/commit/162d2326b2bd4e78aa742ae7bdd125150faf3e08. Unfortunately, some forward ports missed it and added back this function for both l10n_it and l10n_ph.