Monday, June 16, 2025
4 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
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