Friday, November 28, 2025
1 change · master
Features or functions removed from Odoo
This update corrects a technical issue where a reporting function was mistakenly reintroduced in the Italian and Philippines versions of Odoo Enterprise. The function was previously moved to report options, and a subsequent forward port incorrectly re-added it. This change ensures consistency and avoids potential errors in reporting.
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. Forward-Port-Of: odoo/enterprise#100638