Daily updates from Odoo
Friday, April 24, 2026
4 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 support. This expansion allows Odoo to integrate with a wider range of point-of-sale systems used in Sweden, improving data capture and reporting capabilities.
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 Forward-Port-Of: odoo/odoo#260587
1 change
New functionality added to Odoo
This update adds a new test to ensure barcode scanning correctly initiates the necessary RPC calls within Odoo. Specifically, it verifies that the correct arguments are passed during a 'name_search' rpc call. This improves the reliability of barcode data processing and helps prevent potential errors.
Original PR description
This PR adds a test to verify that scanning a barcode correctly triggers a **name_search** rpc call with the expected arguments. Added test case for :- **PR - https://github.com/odoo/odoo/pull/211430** **Sentry - 6388425767** 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 a user profile signature command to the Odoo editor, allowing users to easily include their signature in documents. This change simplifies the process of adding professional signatures and aligns with user preferences. The update refactors the signature plugin to improve modularity and reduce dependencies.
Original PR description
*=[accountant_knowledge, knowledge, sign] Purpose of this PR: - Add a new Signature command to insert the user's profile signature defined in user preferences. This is handled by UserSignaturePlugin and and is part of the main editor plugins. - Keep the existing Signature plugin restricted to Email Marketing & Knowledge. task-6127297
This update adds functionality to generate reports required by Spanish tax authorities (AEAT) for the Modelo 180 tax return. It includes wizards for data export and submission, streamlining the process for businesses operating in Spain to comply with tax regulations. This improves reporting accuracy and simplifies the filing process.
Original PR description
**task**-5902868