Wednesday, November 5, 2025
1 change · saas-18.3
Enhancements to existing features
POS category synchronization now sends the parent category along with each category to Atlas, helping keep the category structure aligned between systems. This improves menu organization and reduces the chance of categories appearing in the wrong place after syncing. The update also handles a JSON parsing error more safely during requests.
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