Daily updates from Odoo
Monday, April 27, 2026
4 changes
1 change
Enhancements to existing features
This update enhances the reporting functionality within the Enterprise version of Odoo by making return type menu options consistently available. Previously, these options were restricted to debug mode. Now, they're accessible to authorized users, streamlining the reporting process.
Original PR description
Before, the menu return types in configuration was only available in debug mode. Now it is available for the group `account.group_account_readonly` task-5912751 Forward-Port-Of: odoo/enterprise#114830
3 changes
Enhancements to existing features
This update enhances the stability of the Odoo Spreadsheet Edition by introducing a singleton UUID generator. This ensures consistent and reliable unique identifiers across various spreadsheet components, preventing potential conflicts and improving data integrity. The change improves the overall reliability of the spreadsheet functionality.
This update enhances the stability of the Odoo Spreadsheet Edition by introducing a singleton UUID generator. This ensures consistent and reliable unique identifiers are used across various spreadsheet components, reducing potential conflicts and improving overall performance. The change improves the robustness of the spreadsheet functionality.
This update cleans up the appearance of the calendar side panel by removing the legend title and arranging status icons (Published/Draft) horizontally. This creates a cleaner and more organized view, improving usability for users.
Original PR description
Before: - Legend title was visible. - Status icons (Published/Draft) were stacked vertically. After: - Legend title is removed. - Status icons are placed horizontally side-by-side. task-5259081