Daily updates from Odoo
Thursday, April 23, 2026
5 changes
1 change
New functionality added to Odoo
This update adds support for a new type of Swedish blackbox device – Skattedosan – alongside the existing CleanCash driver. This expansion allows Odoo to integrate with a wider range of point-of-sale devices used in Sweden, improving data capture for our customers.
Original PR description
The current Swedish blackbox driver is only for the CleanCash models of blackbox, however these are no longer produced as the company that makes them no longer exists. The blackboxes that are readily available today are branded as either Skattedosan or PosPlus, but they both come from the same company and use the same protocol. This commit adds a second Swedish blackbox driver that supports these Skattedosan blackboxes, using the same commands as the existing driver such that the frontend code does not have to change. Enterprise - https://github.com/odoo/enterprise/pull/114579 Protocol spec: https://skattedosan.se/images/CU_blackbox__API.pdf task-5212572 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
2 changes
New functionality added to Odoo
This update adds the ability to export Slovak VAT reports in XML format, aligning with government regulations. This ensures accurate and compliant reporting for our Slovakian clients, simplifying their tax filing processes. It backports a feature previously introduced in the saas-19.1 release.
Original PR description
Backported the XML export for Slovak VAT report introduced in saas-19.1 (commit https://github.com/odoo/enterprise/commit/ab6ec9b8bc568e9c88de4556c685b721f001680c7) Related: https://github.com/odoo/odoo/pull/260337 task-6139318 Forward-Port-Of: odoo/enterprise#114448
This update adds the ability for users to easily attach documents from the Documents app to invoices and accounting statements through the Accounting Send & Print wizard. Previously, this functionality was limited to the standard mail composer used in other modules like Quotations. This enhancement streamlines the process of sending invoices and statements with supporting documentation.
Original PR description
The standard mail composer (e.g., used in Quotations) allows users to add files or paste links directly from the Documents app. However, this functionality was missing in the custom `account.move.send` wizard used for Invoicing and Accounting. This commit introduces the 'Add from Documents' feature to the Accounting Send & Print wizard. task- 5905930 Forward-Port-Of: odoo/enterprise#111422
1 change
New functionality added to Odoo
This update adds tracking functionality to key fields within work entry types across multiple Odoo localization modules (l10n_au, l10n_be, etc.). This enhancement provides better visibility and control over work entry types, streamlining reporting and ensuring accurate payroll processing for various international business operations.
Original PR description
task-6123873
1 change
New functionality added to Odoo
This update adds the ability to export Slovak VAT reports in XML format, aligning with government requirements. This ensures accurate reporting for Slovak businesses using Odoo Enterprise, improving compliance and data accuracy. The change was backported from a recent Odoo release.
Original PR description
Backported the XML export for Slovak VAT report introduced in saas-19.1 (commit https://github.com/odoo/enterprise/commit/ab6ec9b8bc568e9c88de4556c685b721f001680c7) Related: https://github.com/odoo/odoo/pull/260337 task-6139318