Friday, May 29, 2026
2 changes · saas-19.1
New functionality added to Odoo
This update adds test data to the Odoo configuration settings, specifically for the 'pos_iot_six' payment method. This ensures that the system can be thoroughly tested with this new payment option, improving the quality and reliability of future updates. It's part of a larger effort to expand payment method support within Odoo Enterprise.
Original PR description
Adding pos iot six payment method to the test data of the pos_config. Related to Odoo pr https://github.com/odoo/odoo/pull/262184
This update adds crucial data fields – like price before tax, tax names, and supplier information – to the data sent to Pricer. This improves the accuracy of pricing calculations and supports more complete use cases within our point-of-sale system. The update also ensures Pricer tags are automatically updated when related product information changes.
Original PR description
We are currently missing some fields which must be sent to Pricer for some basic use-case scenarios This PR adds - Price before taxes - Taxes name (ex: 21%) - Supplier product code - Supplier reference - Units of measure of the product The PR also triggers the update of the pricer tags when the models indirectly related to Pricer are modified (taxes name / supplier reference / supplier product code) + cleans up the code a bit task-4506260 Forward-Port-Of: odoo/enterprise#93330 Forward-Port-Of: odoo/enterprise#78009