Daily updates from Odoo
Tuesday, July 29, 2025
1 change · master
New functionality added to Odoo
A new EU scale certification module moves certified weighing features into a dedicated app for point-of-sale setups. It adds clearer certification status details, warnings when certification is missing, and checks to ensure weighed products use supported units like kg or lb.
Original PR description
This PR brings the LNE scale certification code out of `pos_iot` and into a new module. The following changes have also been made: - The Receipt and Orderline XML are now part of the certification checksum. - When certified, clicking the green scale icon will show various details about the certified setup. - When not certified, a warning will be shown in both the customer display and at the bottom of receipts. - Trying to set a product to 'to weigh with scale' which is not using kg or lb will raise an error. - The unit of measure is now shown on the discount section of an orderline. task-4910716 Community PR: https://github.com/odoo/odoo/pull/217135 Forward-Port-Of: odoo/enterprise#90367 Forward-Port-Of: odoo/enterprise#89280