Daily updates from Odoo
Tuesday, June 23, 2026
3 changes · master
New functionality added to Odoo
This update adds support for popular food delivery services like Talabna, Mandoob, and DiDi Food, expanding Odoo's reach to new markets. The changes also include backporting integrations for existing delivery providers, enhancing the platform's capabilities for restaurants and delivery businesses. This improves the user experience by offering more delivery options.
Original PR description
In this commit: - We are introducing new delivery providers like Talabna, Mandoob, Snoonu, DiDi Food and Zyada for different countries and backporting Radyes, ToYou, The Chefz, InstaShop and Smiles. Task-6263289,6263272,6263203,6263165,6310690 Forward-Port-Of: odoo/enterprise#121229 Forward-Port-Of: odoo/enterprise#119537
This update adds support for Belgium's new payroll regulations by mapping key codes (DMFA, eGov3, and salary categories) to the correct work entry types within the Odoo system. This ensures accurate and compliant payroll processing for Belgian businesses using the Enterprise edition.
Original PR description
Map DMFA codes, daily eGov3 codes, and salary categories to the new work entry types. Task: 6275946
This update consolidates SMS functionality into a new 'frontdesk_sms' module, improving organization and maintainability. It moves key SMS-related data and logic, and introduces a helper function to prevent code duplication, streamlining the frontdesk visitor management process.
Original PR description
In this PR we have moved all the sms related stuffs from **frontdesk** to **frontdesk_sms** Task-6068563