Daily updates from Odoo
Thursday, March 26, 2026
4 changes
2 changes
Enhancements to existing features
This update allows administrators to efficiently manage database tags by enabling mass editing. Previously, tagging databases required individual updates for each one. This change streamlines the process, saving time and improving database organization.
Original PR description
The aim of this commit is to allow users to mass edit the list of database to add one or several tag on several dbs at once. task-id: 6046088 Forward-Port-Of: odoo/enterprise#112024
This update quietly generates and stores a proxy token for Odoo users in Egypt, eliminating a previous modal prompt that was rarely used. This change streamlines the user experience for Egyptian customers while maintaining security. It addresses a specific need identified in a related Odoo issue.
Original PR description
Proxy token generation was removed to avoid showing a modal with a token nobody cares about except Egypt. We reintroduce token generation, but send it to the database instead of showing a modal. see odoo/enterprise#111496 Forward-Port-Of: odoo/odoo#255280 Forward-Port-Of: odoo/odoo#255121
1 change
Enhancements to existing features
This update allows users to efficiently add multiple tags to several databases simultaneously. Previously, users had to tag each database individually. This change streamlines the process, saving time and improving database management efficiency.
Original PR description
The aim of this commit is to allow users to mass edit the list of database to add one or several tag on several dbs at once. task-id: 6046088 Forward-Port-Of: odoo/enterprise#112024
1 change
Enhancements to existing features
This update standardizes the display of percentage fields within the Swiss payroll module. Previously, percentages were represented as whole numbers, which has now been changed to fractional numbers (ratio of 1.0) and displayed using a dedicated percentage widget. This ensures consistent and accurate reporting for Swiss payroll calculations.
Original PR description
Generalised the definition of fields displayed as percentages in the Swiss payroll ocalization to be fractional numbers (ratio of 1.0) rather than whole numbers (ratio of 100.0), and used the percentage widget to display them all. task-5169522