Friday, September 27, 2024
2 changes · 18.0
New functionality added to Odoo
This update adds support for Swiggy delivery orders through UrbanPiper in Odoo Point of Sale. It also improves order tracking by using consistent platform IDs and sequence numbers, making delivery order handling clearer for staff.
Original PR description
After this commit: ----------------------- - A sequence number has been introduced to manage floating orders. - We display the platform ID instead of the order OTP because the platform ID is consistent across all providers, while the OTP information may vary depending on the provider. - A new pos_urban_piper_swiggy module added to support Swiggy integration with Urbanpiper. Task-4195863
A new Uber Eats integration has been added for Point of Sale through UrbanPiper. This allows businesses using UrbanPiper to manage Uber Eats delivery orders more directly within Odoo, reducing manual handling and improving operational coverage.
Original PR description
After this commit: ==== - A new pos_urban_piper_ubereats module added to support Ubereats integration with Urbanpiper. Task-4190230