Thursday, June 4, 2026
3 changes · saas-19.1
Enhancements to existing features
This update adjusts the order of the Obox app within the Odoo homepage. By increasing its sequence number, Obox is now displayed at the end of the app list, improving organization. This change ensures a cleaner and more intuitive user experience.
Original PR description
We set the sequence of the app to 250 so that it moves to the end of the apps in the homepage. task-6275407
This update adjusts how global discounts are handled in Odoo to meet the requirements of UBL (Universal Business Language) standards. Previously, discounts were represented as negative invoice lines, which is now changed to 'allowances'. This ensures Odoo-generated invoices are correctly formatted for international trade and compliance.
Original PR description
Export global discounts as Allowances instead of negative invoice lines to comply with UBL specifications. task-5900496 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#267435 Forward-Port-Of: odoo/odoo#261029
This update adjusts the Obox application's placement within the main menu. The app is now positioned at the end of the list, just before 'Apps' and 'Settings'. This change improves user discoverability and simplifies navigation for Obox users.
Original PR description
This commit changes the Obox menu sequence so that the app appears at the end of the apps list by default (just before Apps and Settings). task-6275407