Thursday, October 16, 2025
3 changes · 19.0
Enhancements to existing features
Changes made to POS category names or ordering now update correctly in UrbanPiper when menus are synced again. This keeps online menus aligned with in-store POS setup and reduces manual correction after category changes.
Original PR description
Before this commit: ----------------------------------------- - After syncing the menu, changes in a POS category (e.g., name or sequence) were not reflected in UrbanPiper when the menu was synced again. After this commit: ----------------------------------------- - Category updates (name or sequence) are now synced with UrbanPiper on subsequent menu syncs. Task-5122804 Forward-Port-Of: odoo/enterprise#96270
POS users can now change whether a product is available for food delivery directly from the product information popup. This helps restaurants react faster when items sell out or become available again, without leaving the POS workflow.
Original PR description
Before this commit: ------------------------- There was no way to change the food availability status of a product from the POS terminal. After this commit: ------------------------- Added an option in the POS UI product info popup to toggle the availability of products for configurations that support food delivery handling. Task: 4951476
Click and collect orders can now be placed for products that are out of stock when the business has chosen to keep selling them. This helps retailers avoid blocking eligible pickup sales and better support backorders or replenishment-based sales.
Original PR description
Allow selling with click and collect when a product is out of stock and continue selling. See also: - https://github.com/odoo/documentation/pull/14799