Daily updates from Odoo
Tuesday, November 25, 2025
7 changes
1 change
New functionality added to Odoo
This update introduces a new report in the Odoo Enterprise system, specifically designed to generate the Finnish EC Sales List report. This report provides Finnish businesses with detailed sales data for electronic commerce transactions, facilitating compliance and financial reporting.
Original PR description
The aim of this commit is adding the Finnish EC Sales List report. task-5126664 Forward-Port-Of: odoo/enterprise#99967 Forward-Port-Of: odoo/enterprise#95901
3 changes
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
3 changes
New functionality added to Odoo
This update introduces a new automated process for updating branches from the main Odoo repository and creating release tags. This streamlines the release process and ensures forks are kept synchronized. The workflow is scheduled to run daily, improving efficiency and consistency.
Original PR description
This commit introduces a new GitHub Actions workflow that automates the process of updating branches from the upstream repository and creating releases. The workflow can be triggered manually or scheduled to run daily at midnight UTC. It includes options for specifying the branch to update and a description for the release tag. Additionally, the .gitignore file has been updated to ensure that the .github directory and its workflows are not ignored.
This update introduces basic localization support for Mauritania within the Odoo accounting system. It includes translations for key financial reports and data formats, enabling Odoo to accurately handle transactions and reporting requirements specific to Mauritanian businesses. This expands Odoo's global reach and compliance capabilities.
Original PR description
task-4236158 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
This update adds essential financial reports – Balance Sheet and Profit & Loss – to the Odoo Enterprise system for Mauritania. This allows businesses operating in Mauritania to generate and utilize standard financial reports directly within Odoo, improving financial tracking and reporting capabilities.
Original PR description
Add the Balance Sheet and Profit & Loss to the Mauritanian localization. task-4236158