Daily updates from Odoo
Monday, June 15, 2026
8 changes
1 change
Enhancements to existing features
This update enhances the visual quality of Odoo invoices generated through the account_edi_ubl_cii module. The changes include a refined header and footer, a disclaimer indicating the document is not official, and branding to identify invoices as 'Generated by Odoo'.
Original PR description
The previous UI was a little bit raw. To improve the client experience, we made the following changes: - Modify an inherited internal layout to improve header and footer. - Add a pill that says "Generated by Odoo". - Add a sentence mentioning that it is not an official document. Task-6132980 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#260393
2 changes
Enhancements to existing features
This update significantly improves the speed of searching for partners within the Point of Sale module, especially when dealing with large customer databases. By optimizing the search process and removing unnecessary sorting, the system responds more quickly, leading to a better user experience. This change focuses on internal performance improvements.
Original PR description
Improve partner search response time on large databases (1M+ rows): - Implement smart field selection based on input type (phone, email, text). - Use prefix search (=ilike) for identifiers and exact match for barcodes. - Remove expensive sorting by complete_name in the backend. - Increase search limit to 500 to reduce network round-trips. task-id: 6143737 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#265943 Forward-Port-Of: odoo/odoo#260347
This update enhances the visual quality of Odoo invoices generated through the account_edi_ubl_cii module. The changes include a refined header and footer, a clear disclaimer indicating the document is not official, and a "Generated by Odoo" pill for transparency. These improvements contribute to a better user experience.
Original PR description
The previous UI was a little bit raw. To improve the client experience, we made the following changes: - Modify an inherited internal layout to improve header and footer. - Add a pill that says "Generated by Odoo". - Add a sentence mentioning that it is not an official document. Task-6132980 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#260393
2 changes
Enhancements to existing features
This update enhances the visual appearance of both customer receipts and preparation tickets within the Point of Sale system. Specifically, font styling has been improved and floor information is now displayed alongside table numbers on preparation tickets, providing clearer details for staff.
Original PR description
In this commit - --------------- Enhanced font styling for receipt and preparation ticket Added floor information next to table number on preparation ticket Task - 6125322 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#260559
This update enhances the visual appearance of Odoo invoices generated through the account_edi_ubl_cii module. The changes include a refined header and footer, a confirmation message indicating the document was created by Odoo, and a disclaimer stating it's not an official document. These improvements contribute to a more professional and user-friendly experience for our clients.
Original PR description
The previous UI was a little bit raw. To improve the client experience, we made the following changes: - Modify an inherited internal layout to improve header and footer. - Add a pill that says "Generated by Odoo". - Add a sentence mentioning that it is not an official document. Task-6132980 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#260393
1 change
Enhancements to existing features
This update enhances the appearance of Odoo invoices generated through the account_edi_ubl_cii module. The changes include a refined header and footer, a "Generated by Odoo" indicator, and a disclaimer stating that the document is not official, resulting in a more polished and professional user experience.
Original PR description
The previous UI was a little bit raw. To improve the client experience, we made the following changes: - Modify an inherited internal layout to improve header and footer. - Add a pill that says "Generated by Odoo". - Add a sentence mentioning that it is not an official document. Task-6132980 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#260393
1 change
Enhancements to existing features
This update adjusts the Odoo Enterprise menu to place the Obox application at the end of the app list, just before the 'Apps' and 'Settings' sections. This change improves user discoverability of Obox within the application interface.
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 Forward-Port-Of: odoo/enterprise#119337
1 change
Enhancements to existing features
This update enhances the user experience of Odoo's account EDI UBL reports by refining the PDF template's design. Specifically, the header and footer have been improved, and a disclaimer has been added to clarify that the document is not an official one. These changes focus on presentation and clarity.
Original PR description
The previous UI was a little bit raw. To improve the client experience, we made the following changes: - Modify an inherited internal layout to improve header and footer. - Add a pill that says "Generated by Odoo". - Add a sentence mentioning that it is not an official document. Task-6132980 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr