Daily updates from Odoo
Monday, June 16, 2025
5 changes · 18.0
Enhancements to existing features
Point of Sale order lines now show the unit of measure, such as kg, next to the quantity. This helps meet EU weighing scale certification requirements and gives staff clearer information when selling weighed products.
Original PR description
This commit adds the the unit e.g. 'kg' to each orderline next to the quantity. The reason for this change was to satisfy the requirements of the LNE to allow Odoo to be certified for weighing scales in the EU. task-4869128 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The POS now compares the certified scale checksum with the current one and warns users if they no longer match. This helps businesses quickly identify when a connected scale may no longer meet certification requirements, reducing compliance and transaction risks.
Original PR description
Before this commit, we had the capability to view the current scale checksum by visiting `/scale_checksum`, but no way to automatically flag to the user if it had changed. After this commit, we keep track of the expected checksum and compare it to the current checksum. If they differ, the POS is no longer certified and we show an error to the user. task-4873162
The Asset app now hides the Add Properties option when it cannot be used on asset model records. If users try to add properties to an asset without an associated asset model, they now see a clearer error message, reducing confusion and support effort.
Original PR description
This commit introduces two improvements to the 'Add Properties' button in the cog menu of the Asset model: 1. Hides the button if the record has state = 'model'. Previously, the button was available but no action was triggered. 2. Raises an error message if the button 'Add Properties' is clicked in an asset without an asset model associated. Previously, only a warning with the unclear message "You need edit access on the parent doument to update these property fields" was shown. task-4822091
Users can now upload requested documents directly from the Documents list view, matching the existing options in kanban and activity views. This makes document collection more consistent and reduces the need to switch views to complete requests.
Original PR description
Users can upload request documents from the kanban and the activity views. This commit extends this feature to the list view. task-4745800
This change updates U.S. payroll setup to include additional state-specific employer tax and surcharge rates for Alabama, Colorado, and Washington. It helps payroll teams calculate wages and employer contributions more accurately in line with local requirements.
Original PR description
Added salary rules for state: - US: Alabama ESA rate - US: Colorado Support Surcharge rate - US: Colorado Solvency Surcharge rate - US: Washington EAF Rate task-4814709