Thursday, November 13, 2025
2 changes · saas-18.3
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