Friday, August 21, 2026
3 changes · saas-19.2
Enhancements to existing features
Guadeloupe, Martinique, and Réunion will now be treated like mainland France when determining the Peppol electronic address scheme. This helps e-invoicing details autocomplete correctly for businesses operating in these regions.
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 matching Calendar entry. This makes the setting easier to find and helps teams control how leave requests appear in employees' calendars.
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
This update enables an additional quality check for the web module's document-related tests. It helps maintain code consistency and reduces the chance of future issues in test coverage, with no direct change for end users.
Original PR description
Task-5180137 Forward-Port-Of: odoo/odoo#283363 Forward-Port-Of: odoo/odoo#280233