Wednesday, December 3, 2025
3 changes · 19.0
Enhancements to existing features
This update ensures that invoices for B2G transactions in Germany comply with local regulations. It adds a mandatory 'Leitweg-ID' to the UBL invoice format, correctly directing invoices to the appropriate government entity. This improves compliance and accuracy for German accounting processes.
Original PR description
*= l10n_account_edi_ubl_cii_tests For B2G transactions in Germany, the Leitweg-ID is a mandatory routing identifier to direct the invoice to the correct public entity. Adding this Leitweg-ID for the UBL syntax. task-5194484 Description of the issue/feature this PR addresses: For electronic invoicing in Germany, for B2G transactions, the Leitweg-ID is a mandatory routing identifier to direct the invoice to the correct public entity. We want to add this identifier for the XRechnung format. Current behavior before PR: The Leitweg-ID is not present in the UBL xml format. Desired behavior after PR is merged: The Leitweg-ID is added in the header of the invoice in the cbc:BuyerReference tag. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#238255 Forward-Port-Of: odoo/odoo#236333
This update enhances the Odoo call menu by adding mute and deafen controls, improving the user experience for calls. The visual design of the call menu has also been updated for a cleaner and more modern look. This change provides a more intuitive and effective way to manage calls within Odoo.
Original PR description
Currently, there is no way that we can deafen or mute in call menu directly. This commit adds mute and deafen button in call menu for better user experience. Also, adjust the call menu UI for better visual effect. task-5262772 before: <img width="260" height="51" alt="image" src="https://github.com/user-attachments/assets/206b3b3d-cafa-492f-95ed-db8075f16298" /> after:  --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update enhances the user experience by providing clearer placeholders for Peppol identifiers and automatically verifying this information when key partner data changes. A new feature has been added specifically for Belgium, leveraging the VAT number to automatically populate the Peppol identifier through the company registry endpoint, streamlining data entry and validation.
Original PR description
This commit improves the UX by displaying more intuitive placeholders for the peppol identifier. The peppol information is also automatically verified when important data changes. It also adds a special case for Belgium in which we try to use the vat number as the peppol identifier with the company registry endpoint. task: 5172378 Forward-Port-Of: odoo/odoo#238251 Forward-Port-Of: odoo/odoo#233160