Friday, February 27, 2026
2 changes · saas-19.1
Features or functions removed from Odoo
This update removes a redundant model (`res.city`) from the `l10n_gt` localization module. This model was previously included but wasn't a necessary dependency for the GT version. This change simplifies the codebase and improves efficiency.
Original PR description
This reverts commit 728465e0a4a9b651dd6e1059bd4788b0c13e2a52. The model `res.city` is defined in `base_address_extended` which isn't in `l10n_gt` dependencies. runbot-241066 Forward-Port-Of: odoo/odoo#250606
This update removes outdated SCSS styles related to the website's cookie toggle. The toggle has been redesigned, and these styles were no longer needed. This improves website performance by reducing unnecessary code loading.
Original PR description
After [1], the cookies bar toggle was reworked and is no longer an absolutely positioned button injected via interaction. The related SCSS became obsolete but was still loaded. This commit removes those unused styles. [1]: https://github.com/odoo/odoo/commit/7ffc121c777d36d1f62a61ca32838f2f18c2abc7 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr