Daily updates from Odoo
Tuesday, November 25, 2025
3 changes · 19.0
New functionality added to Odoo
This update introduces a new reporting feature for Ireland, specifically the Return of Trading Details (RTD). This allows Irish businesses using Odoo to accurately track and report their trading activity as required by local regulations. This change supports compliance and provides essential reporting capabilities for Irish users.
Original PR description
WIP This PR adds a new report for Return of Trading Details (RTD) for Ireland task-5184653 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update introduces a new integration with Intervat, allowing Belgian companies to electronically submit VAT declarations. Additionally, it provides access to MyMinfin, enabling users to download previous VAT declaration files (PDF & XML) after submission. This improves compliance and simplifies record-keeping for our Belgian customers.
Original PR description
This commit ad new EDI integration for Intervat and MyMinfin api's, usable only for Belgian companies. Intervat: this api is used to send electronic vat declarations. MyMinfin: this api is used after a declaration submission, it allow the user to fetch and download files (pdf & xml) from previous submitted declarations. Linked: https://github.com/odoo/odoo/pull/221070 task-4624148
This update adds support for Local Network Access (LNA) in our Point of Sale (POS) and self-ordering systems. With Chrome 142, LNA allows direct communication with devices like Epson printers and the internal ‘black box’ without requiring secure certificates, simplifying setup and improving reliability. This change enhances the user experience and ensures seamless operation.
Original PR description
*: pos_self_order, pos_epson_printer Feature: https://chromestatus.com/feature/5152728072060928 Since Chrome 142, a new feature called “Local Network Access” has been added, allowing local IPs to be contacted via HTTP without mixed content errors. This means that certificates are no longer required to contact Epson printers or the black box. Forward-Port-Of: odoo/odoo#236916 Forward-Port-Of: odoo/odoo#235702