Friday, August 21, 2026
3 changes · saas-18.4
Enhancements to existing features
Guadeloupe, Martinique, and Réunion are now treated like France when automatically selecting the Peppol electronic address for e-invoicing. This helps businesses in these regions get the correct French electronic invoicing setup without manual correction.
Original PR description
In France, some drom-com (Guadeloupe, Martinique and Réunion) needs to use pdp just like France. So we should add those 3 for the computation of `peppol_eas`, so it will autocomplete to **France FRCTC Electronic Address**. task-6344558 Forward-Port-Of: odoo/odoo#282995 Forward-Port-Of: odoo/odoo#278272
HR administrators can now see and configure whether each time off type creates a related Calendar entry. This makes the existing option easier to find and helps align leave management with calendar visibility needs.
Original PR description
The `create_calendar_meeting` field on `hr.leave.type` allows users to choose if leave requests created with a given time off type generate a corresponding entry in the Calendar app. However, this field was not displayed on the form view. This commit adds `create_calendar_meeting` to the `hr.leave.type` form view inside the configuration section, along with dedicated help text explaining its behavior. Task: 6445794 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#283450
French e-reporting entries now have a dedicated view that highlights the information users need for this process. This makes it easier to review e-reporting details without changing the standard accounting entry view used elsewhere.
Original PR description
This commit will add a new view for the ereporting moves to be able to see some specific info without touching the base move view. task-6274213 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#270101