Thursday, October 24, 2024
2 changes · master
Features or functions removed from Odoo
Odoo removed an obsolete internal field used to describe selection values on model fields. This cleanup reduces legacy complexity in the Base module and supports smoother upgrades with minimal expected business impact.
Original PR description
The title is self-explanatory task-3483966 https://github.com/odoo/upgrade/pull/5091 https://github.com/odoo/upgrade-util/pull/154 https://github.com/odoo/enterprise/pull/72352
This update removes support for an older internal field option that was used when defining certain model fields. It keeps enterprise modules aligned with the main Odoo platform changes and helps prevent inconsistencies in Studio, field service reports, quality worksheets, and exports.
Original PR description
See the community PR. https://github.com/odoo/odoo/pull/133446 https://github.com/odoo/upgrade/pull/5091 https://github.com/odoo/upgrade-util/pull/154