Daily updates from Odoo
Monday, June 8, 2026
3 changes · saas-19.1
Enhancements to existing features
This update aligns the default VAT reporting frequency for Norwegian businesses within Odoo Enterprise to bi-monthly (every 2 months). This change reflects the most common reporting practice in Norway, simplifying the process for our Norwegian customers and ensuring compliance. It improves the accuracy and efficiency of financial reporting for these companies.
Original PR description
Set the default VAT periodicity for Norwegian companies to every 2 months, aligning with the most commonly used reporting frequency in Norway. task-6209940 Forward-Port-Of: odoo/enterprise#119524 Forward-Port-Of: odoo/enterprise#117054
This update changes the format of the DEP7 export from PDF to JSON, aligning with German tax regulations (BMF/RKSV). The new JSON format is machine-readable and optimized for compatibility with official tax tools, ensuring accurate and compliant reporting.
Original PR description
In this commit: ------------------- - Updated the DEP7 export to generate a zip with JSON files instead of PDF, in compliance with BMF (RKSV) requirements. - The export now produces a valid JSON document containing the machine-readable data expected by the official BMF tools. - The filename format has also been adjusted to follow common conventions (e.g. `Name_Duration_DEP_KassenID.json`). Task: 6071034 Forward-Port-Of: odoo/enterprise#112276
This update allows customers using the self-order system to pay at the counter, even if they've already selected a payment method within the self-order interface. This provides greater flexibility for customers and streamlines the checkout process, particularly in scenarios where a customer wants to combine self-order with counter payment options. It improves the overall customer experience.
Original PR description
pos*: point_of_sale, pos_self_order This commit allows the user to allow his customer to pay at the counter even if they already have payment method set in the self order. task-id: 5960666 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr