Daily updates from Odoo
Friday, January 2, 2026
1 change · master
Features or functions removed from Odoo
This change removes a duplicate stylesheet file in the mail module. The original file was a copy-paste of a newer, more comprehensive stylesheet. This cleanup simplifies the codebase and improves maintainability.
Original PR description
Code in `@mail/scss/variables/primary_variables.scss` was copy-paste of `@mail/core/common/primary_variables.scss`. `variables/primary_variables.scss` was the original file in mail to define variables, but then the `common/primary_variables.scss` file was introduced when folder for assets bundles was necessary. The `common/primary_variables.scss` replaces it completely, therefore there's no reason to keep `variables/primary_variables.scss`.