Daily updates from Odoo
Thursday, May 22, 2025
3 changes
Enhancements to existing features
The Enterprise interface gets brighter brand colors to match the latest visual identity, including updated home menu app shortcuts with a more mobile-inspired look. The navigation bar also gains clearer visual separation from breadcrumbs, making everyday navigation easier to read.
Original PR description
New color for matching the new chart & add shadow to the navbar to help clarify the distinction between the navbar and the breadcrumb. task-4804677 requires: https://github.com/odoo/odoo/pull/210598
Resolved issues and error corrections
Bank statement reconciliation rules now search across the label, transaction details, and narration together, so users no longer need to choose where the rule should look. This makes automatic matching more reliable and simplifies setup by removing an unnecessary option.
Original PR description
We don't want the user to differentiate the places where to apply the regex search (reco model) on statement lines. We thus apply it on the label, the transaction details and the narration altogether, returning on the first match. We don't need the "from_transaction_details" selection option anymore. task-4749338
Code cleanup and technical improvements
Enterprise website-related apps were updated to work with the latest website builder architecture from the community edition. This keeps appointment, helpdesk, knowledge, studio, and enterprise website features aligned so users can continue editing website content reliably after the platform change.
Original PR description
This commit adapts the enterprise code to the new website builder architecture introduced in the community repository.