Thursday, March 5, 2026
3 changes · 19.0
New functionality added to Odoo
This update adds the ability to integrate with popular food delivery platforms like GoFood and GrabFood, enabling restaurants to accept orders directly through Odoo. This provides a streamlined ordering process and expands sales channels.
Original PR description
task-3726822
This update introduces a dedicated wizard in Odoo for Romania to streamline VAT return preparation. Users can now generate and download VAT returns in XML format directly through this new wizard, replacing the previous submission process which triggered report submissions instead.
Original PR description
Before this commit: - Romania had no VAT submission wizard. When user clicked the submit button, the report will be submitted instead. After this commit: - The VAT submission wizard will open. Users can download VAT returns in XML format through a submission wizard. cmt PR: https://github.com/odoo/enterprise/pull/104906 task-5423935
This update introduces support for online food delivery platforms like GrabFood and GoFood within Odoo Enterprise. The changes include a foundational code structure for future platform integrations and initial connections to these popular delivery services, streamlining order fulfillment for restaurants.
Original PR description
Introduction: This commit integrate with multiple platform order platform in SEA. This commit also implement a skeleton code base for future adding additional platform order provider. As of now, we included GoFood and GrabFood to begin with. Features list: - Skeleton code for platform order - GrabFood integration - GoFood integration task-4215826 task-3726824