Monday, January 26, 2026
1 change · saas-18.3
Enhancements to existing features
This update ensures continued functionality for Danish VAT (Nemhandel) integration by switching to a new directory lookup method (IAP) due to the discontinuation of the previous CNAME lookup. Additionally, the code has been updated to align with Peppol standards for document type support, ensuring compatibility and stability.
Original PR description
We need to switch the lookup on the directory to NAPTR, as the CNAME one is discontinued on January. We now go through IAP to do the lookup. It's also ensuring _check_document_type_support has always the same format as the super() coming from Peppol. task-4486039 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#240203