Daily updates from Odoo
Wednesday, July 22, 2026
2 changes · saas-19.3
Enhancements to existing features
Belgian POS setups can now adjust or request their POS ID until the blackbox has actually been used in a session. After first use, the POS ID is locked and the request option is hidden to help prevent changes to an active certified setup.
Original PR description
Add a `use_blackbox` computed field on `pos.config` (True as soon as any session uses the blackbox). The POS ID field becomes editable and the "Request POS ID" button is shown only while no blackbox has been used; once it has, the POS ID is locked and the button hidden. FW of: https://github.com/odoo/enterprise/pull/124965
Event staff can now print attendee badges in A4 PDF format directly from the registration desk. The same badge printing option is also available through Point of Sale, supporting smoother on-site operations for events such as OXP in Kenya.
Original PR description
This PR adds the support for A4 pdf badge printing through the registration desk. Requested for OXP in Kenya See https://github.com/odoo/odoo/pull/275021 Forward-Port-Of: odoo/enterprise#123478