Daily updates from Odoo
Tuesday, July 7, 2026
5 changes · 18.0
Enhancements to existing features
French companies without an Enterprise subscription can now complete required identity verification to submit VAT reports, DAS2, and fiscal declarations through Odoo. If verification was already completed, submissions can continue without extra steps; otherwise, users are guided through the KYC process.
Original PR description
When sending a request from odoo to iap, we do a check subscription on all routes. The problem is that user without enterprise cannot send their vat report, das2 or fiscal declaration. For them, we will ask a kyc process. If the KYC has been done already then fine. Otherwise, we ask the user to do it. task-6208829
The Danish localization reports have been updated to match the 2026 minimal reporting requirements. This helps businesses using Danish accounting reports stay aligned with the latest expected balance sheet and profit and loss formats.
Original PR description
This commit adds the updated minimal reports task-5427493
Xendit payments now support PayNow for Singapore, along with SGD and USD currencies. It also adds more accepted card brands, helping businesses offer a wider range of payment options to more customers.
Original PR description
This commit expands Xendit support to include the Singaporean market and additional card brands. The following changes were made: - Added support for the PayNow (SGQR) payment method. - Added SGD and USD to the list of supported currencies. - Added JCB and AMEX to the supported card brands (available for some markets). - Updated the base payment provider data for Xendit to include PayNow. Task-5964309 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update prepares the French e-invoicing setup to enforce two-factor authentication when the new PDP integration is enabled. It helps ensure the connection meets compliance requirements before users can send invoices through the approved platform.
Original PR description
WIP: waiting for the pdp pr To be compliant with pdp, a 2FA process needs to be setup on the login. task-5486860 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now manually import bills from KSeF whenever they need them, instead of waiting for the scheduled background sync. The new option appears in the list and kanban view menus and refreshes the screen after the import completes, making it easier to get up-to-date documents on demand.
Original PR description
Previously, bills could only be retrieved from the KSeF platform via a scheduled cron job, leaving users with no option to manually sync documents on demand. An "Import from KSeF" action has been added to the gear (cog) menu within both the list and Kanban views. Clicking this option triggers the synchronization process immediately and reloads the active view. Task [link](https://www.odoo.com/odoo/project.task/6306892) task-6306892