Wednesday, November 5, 2025
1 change · saas-18.4
Enhancements to existing features
The POS integration now sends each category’s parent information when syncing with Atlas, so category hierarchies are preserved more reliably. This helps keep menu structures aligned across systems while staying within UrbanPiper’s single sub-category limit.
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