Daily updates from Odoo
Wednesday, November 5, 2025
1 change · saas-18.2
Enhancements to existing features
POS category updates now include their parent category when synchronized with Atlas, helping keep category hierarchies more accurate. This reduces mismatches between Odoo and the connected platform, and also improves handling of certain data response errors during sync.
Original PR description
In this commit: --- - The parent category of a POS category is now included during synchronization with the Atlas platform. - Added `parent_ref_id` in the category payload to maintain hierarchy. Note: The UrbanPiper platform only supports a single level of sub-categories. Extra: Added exception for `requests.exceptions.JSONDecodeError`. task-5169337 Forward-Port-Of: odoo/enterprise#97213