Daily updates from Odoo
Thursday, June 4, 2026
5 changes
2 changes
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 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
3 changes
Enhancements to existing features
This update ensures the knowledge tour continues to function correctly following recent changes to the media dialog system. It’s a necessary adjustment to maintain a smooth user experience for accessing and understanding knowledge articles. This change improves the overall usability of the knowledge base.
Original PR description
Modify knowledge tour to stay compatible with the media dialog refactoring task-5318096
This update improves the demo experience by allowing the 'Create Vendor Bill' action to function without requiring OCR processing. It replaces PDFs with Peppol XML equivalents, streamlining the demo setup and making it easier to showcase the feature. This change primarily impacts the documents account module.
Original PR description
Purpose ======= For demo purpose, it would be nice to be able to trigger the "Create Vendor Bill" action without needing OCR. So we replace some PDFs by their peppol XML equivalent in documents account, and we include the XML in the embedding of the PDFs defined in the documents module for some others. Simplify the demo prompt by removing the text in bold. Task-6236411
This update enhances the employee avatar card by displaying key payroll information – wage, pay frequency, and employment category – directly within the popup. This provides users with a quick overview of an employee's payroll details. The changes are restricted to users with specific payroll access permissions.
Original PR description
Show wage (with currency and pay frequency), employment category, and seniority in the footer of the employee avatar card popup. The section is only sent to and rendered for users with `hr_payroll.group_hr_payroll_user` access. task-6117982