Monday, January 30, 2023
7 changes · master
Enhancements to existing features
The Danish localization data has been updated so the source text is maintained in English and translated back into Danish through the standard translation process. This improves consistency, maintainability, and translation quality for Danish accounting and tax localization content.
Original PR description
Before this PR, all this localisation was written in Danish, but all the localisation have to be written in english and then translated back in the native language. This PR correct that. Task-id: 3151027 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update streamlines an internal account access rule by removing an unnecessary company check. It can help keep database queries simpler and may improve performance without changing how users work with accounting records.
Original PR description
Checking company_id=False on records having a required company is useless and leads to more complex queries. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update changes the Ecuador localization content so the source text is maintained in English and translated back into Ecuadorian Spanish. This improves consistency with Odoo localization standards and makes future translations easier to manage.
Original PR description
Before this PR, all this localisation was written in spanish, but all the localisation have to be written in english and then translated back in the native language. This PR correct that. Task-id: 3119934 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Honduras accounting localization now uses English as the source language, with Spanish provided through translations. This makes the module easier to maintain and aligns it with Odoo's localization standards without changing business functionality.
Original PR description
Before this PR, all this localisation was written in spanish, but all the localisation have to be written in english and then translated back in the native language. This PR correct that. Task-id: 3149182& --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change removes an outdated internal setting from several Odoo areas, simplifying the code without changing how users work. It helps keep the system easier to maintain and reduces unnecessary technical clutter across accounting, HR, inventory, point of sale, portal, and localization components.
Original PR description
A bit of code cleanup. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Danish localization reports now use English as the source text, with Danish provided through the standard translation files. This improves consistency and makes future maintenance and translation updates easier without changing report functionality.
Original PR description
Before this PR, all this localisation was written in Danish, but all the localisation have to be written in english and then translated back in the native language. This PR correct that. Task-id: 3151027
The social feed refresh ribbon has been made shorter so it takes up less space on the screen. Its hover and focus styling was also adjusted to look cleaner, including in dark mode.
Original PR description
This reduces the feed refresh ribbon height that was too big. Technical note: the ribbon uses a bootstrap alert which has more padding in master than in 15.3. To solve the problem, we have forced the padding to the former values. Task-3105171