Monday, December 29, 2025
2 changes · 19.0
Enhancements to existing features
This update improves how Point of Sale test data is synchronized, especially when records are matched through stable identifiers. It also strengthens product category links in test data, helping ensure more reliable validation of Point of Sale behavior.
Original PR description
In this commit: --- - Improved `sync_from_ui` function to support record UUID-based relational mapping. - Added `pos_categ_ids` field in product data for better category linkage in tests. task-5225193 Related PR: - https://github.com/odoo/enterprise/pull/98849 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#241349 Forward-Port-Of: odoo/odoo#234474
This update adjusts the minimum wage calculation within the Odoo Mexico payroll module to comply with new regulations announced by CONASAMI. Specifically, the daily minimum wage parameter has been updated to 315.04, effective January 1, 2026, ensuring accurate payroll processing for Mexican businesses.
Original PR description
According to CONASAMI: https://www.gob.mx/conasami/articulos/incremento-a-los-salarios-minimos-para-2026?idiom=es the minimum wage will increase effective January 1, 2026. It is necessary to update the “Mexico: Daily Minimum Wage” parameter to reflect the new value: 315.04 target: 19.0 task-5412717