Friday, August 21, 2026
4 changes · saas-19.1
Enhancements to existing features
Guadeloupe, Martinique, and Réunion are now treated like mainland France when determining the electronic invoicing address type. This helps companies in these regions get the correct France FRCTC Electronic Address automatically, reducing manual setup and improving Peppol/PDP compliance.
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
This update enables an additional automated quality check for the web module's document-related tests. It helps maintain more consistent test code and reduces the chance of test maintenance issues over time.
Original PR description
Task-5180137 Forward-Port-Of: odoo/odoo#280233
HR managers can now see and configure whether a specific time off type creates a related Calendar entry. This makes the existing setting easier to use and helps teams control when leave requests appear in 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
The General Ledger report can now include invoice dates when that column is configured. This gives finance teams more useful reporting detail without needing a separate lookup.
Original PR description
If a column is added with `expression_label` equal to `invoice_date`, include that in results of `_report_custom_engine_general_ledger`. task-5917897 Forward-Port-Of: odoo/enterprise#113774