Daily updates from Odoo
Thursday, June 18, 2026
4 changes · master
New functionality added to Odoo
This update allows for automatic sending of receipts to customers via WhatsApp after a self-order payment is confirmed. Customers receive a digital receipt directly to their WhatsApp, improving convenience and order tracking. This enhancement streamlines the post-purchase experience.
Original PR description
In this commit: - Introduced functionality to send receipts via WhatsApp with preset configuration for customer identification using name and/or address. - The receipt is automatically sent to the customer via WhatsApp when the payment is confirmed, and the user reaches the confirmation page. Related: - Community: https://github.com/odoo/odoo/pull/261943 Task-6111947
This update adds support for popular food delivery services – Talabna, Mandoob, Snoonu, DiDi Food, and Zyada – across various countries. This expansion allows our users to offer their customers a wider range of delivery options, improving convenience and market reach.
Original PR description
In this commit: - We are introducing new delivery providers like Talabna, Mandoob, Snoonu, DiDi Food, and Zyada for different countries. Task-6263289,6263272,6263203,6263165,6310690
This update adds support for Belgium's specific prophylactic leave requirements, separating them into two categories: maternity protection and health risk. Both types of leave are now correctly handled in the payroll system as unpaid, ensuring accurate and compliant payroll processing for Belgian users.
Original PR description
# [IMP] hr_work_entry: add prophylactic leave for Belgium Divided existing prophylactic leave into two categories: maternity protection -> LEAVE14849 / dmfa_code: 51 health risk -> LEAVE225 (existing) / dmfa_code: 53 Added both as unpaid in the payroll structure PR community: 269779 task-6285834
This update adds a new payslip layout specifically designed to meet Indonesian payroll regulations. The changes group salary components (income, deductions, benefits) with totals and key figures like 'Take home pay' and 'Gross Income,' ensuring compliance with local standards and improving clarity for employees.
Original PR description
Add an Indonesian payslip layout that groups salary lines into Income, Deduction and Benefits blocks with their respective totals, plus Take home pay and Gross Income, so the printed payslip better follows the Indonesian standard. task-3112794