Saturday, September 21, 2024
2 changes
New functionality added to Odoo
This update adds a new Zomato integration through UrbanPiper for Odoo Point of Sale, helping restaurants manage online delivery orders from another major platform. It also creates a shared foundation for delivery providers and adds translation support for menu synchronization, making future integrations easier and more localization-friendly.
Original PR description
After this commit: === - Separate a generic pos_urban_piper base module. - Each provider will inherit from this base module. - Translation support is added to the sync menu for categories, products, attributes, and attribute values. - A new pos_urban_piper_zomato module added to support Zomato integration with Urbanpiper. Related: https://github.com/odoo/odoo/pull/180575
A new online payment capability lets businesses start bulk payment processes directly from Odoo. This helps finance teams handle multiple payments more efficiently and reduces manual payment preparation work.
Original PR description
This commits add a new module that allows the initiation of bulk payments Task ID: 2982194