Thursday, November 13, 2025
5 changes · saas-18.3
Enhancements to existing features
The Belgian account tags for form 281.50 now carry the country set to Belgium. This makes them easier to organize and allows the same tags to be reused more cleanly in other contexts.
Original PR description
Account tags for 281.50 are specific to Belgium. With this PR, the country is added to those tags, allowing easier group by and enabling their use in other cases as well. task-5236632 Forward-Port-Of: odoo/enterprise#98759
The point-of-sale blackbox queue is now cleared when data is reloaded. This helps avoid rare situations where queued calls could get stuck in a loop, improving reliability during POS updates.
Original PR description
This commit adds a clear of the blackbox queue when reloading data. This could avoid potential unexpected deadloop of calls in the queue.
This change makes several point-of-sale blackbox JavaScript helpers available for import by other files later on. It does not change how the feature works today, but it improves maintainability and makes future updates easier to build.
Original PR description
This commit puts export in front of some of the blackbox js utils/services/constants to make them importable from other files in the future.
Resolved issues and error corrections
Odoo now reliably hides the Raspberry Pi 5’s built-in serial port from the device list, even on newer Raspberry Pi OS versions. This prevents an internal port from appearing as if it were an available external device, which avoids confusion and misconfiguration.
Original PR description
The serial interface previously included a filter to not include the built-in serial port on the Pi 5, however this filter is now broken in Raspberry Pi OS Trixie. To ensure the filter works in all versions, we now explicitly look for the device `/dev/ttyAMA10` and ignore it. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#235074
This update fixes the Italian electronic document type names and their translations. It helps users see the correct labels when creating invoices and related documents, reducing confusion and improving consistency with the official format.
Original PR description
Simplified and fixed labels and labels translations. Ref: https://help.fattureincloud.it/help/articolo/544-crea-autofattura-elettronica Ref: https://fex-app.com/FatturaElettronica/FatturaElettronicaBody/DatiGenerali/DatiGeneraliDocumento/TipoDocumento Forward-Port-Of: odoo/odoo#235374 Forward-Port-Of: odoo/odoo#233943