Friday, February 27, 2026
2 changes · saas-19.2
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 of Odoo. This change ensures a cleaner and more streamlined codebase.
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 styling related to the website's cookie bar toggle. The toggle was redesigned, and these unused styles were previously still being loaded. This cleanup improves website performance and reduces unnecessary code.
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 Forward-Port-Of: odoo/odoo#251099