Daily updates from Odoo
Monday, April 13, 2026
2 changes · saas-19.2
Enhancements to existing features
This update simplifies the printer LNA (Label Next Available) configuration by consolidating checkbox options. Previously, printers had separate IoT and ePOS checkboxes, which were confusing for clients. Now, a single ePOS checkbox controls the LNA functionality, streamlining the process and improving usability.
Original PR description
The printer model has two checkboxes: one for IoT and one for ePOS. LNA is already hard for clients to understand, we then simplify it by removing the IoT one from the printer model, to use the ePOS one for both. If we check `use_lna` for on a printer type "iot", it will check the checkbox on the IoT Box record. Also, if we check/uncheck `use_lna` on the IoT Box record, it will check/uncheck it on the corresponding printer model.
This update ensures Odoo correctly handles tax exemptions related to international transactions (UBL Cii) by incorporating all required tax exemption reasons defined by Peppol. This improves compliance with international tax regulations and avoids potential issues with cross-border invoicing.
Original PR description
Some tax exemption reasons were missing, This commit ensures having all the tax exemption reasons introduced by Peppol task-6048561 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#258455 Forward-Port-Of: odoo/odoo#254841