Friday, March 21, 2025
7 changes · master
Enhancements to existing features
Expanding a card in the Kanban view now automatically scrolls horizontally when needed so the newly revealed content remains visible. This makes it easier for users to review expanded card details without manually adjusting the view.
Original PR description
SPECIFICATION: In the Kanban view, when unfolding a Kanban card to maintain the visibility of the expanded content. Task-4345711
The calendar month view now centers each day number and its red highlight circle more consistently. This small visual refinement improves readability and gives users a cleaner calendar experience.
Original PR description
This commits follows the changes made into commit odoo/odoo@00f1d2215825fb3f2af4f53c815d087dac4064cc to center day number and the red circle in month view. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo can now show informational popups with a clear “Information” title instead of labeling them as invalid operations. This helps avoid confusion when users are being informed rather than warned about an error.
Original PR description
Many times we need to display information to the user in a popup, the standard solution is using a UserError. This works however it means that there is always a title of "Invalid Operation" on the pop-up which can be confusing to end users if nothing bad happened. This PR introduces a new exception type "InfoError" that can be used to create these popups with a more friendly title "Information". task-4288536
Brazilian goods EDI requests now include the unit of measure for each order or invoice line. This makes tax submissions more complete and helps external tax services such as AvaTax receive the product details they need for compliance processing.
Original PR description
Make our goods EDI request a bit more complete by including the UOM per line. task-4117133
The Field Service task search view no longer includes the Archived filter. This simplifies the search options and makes the interface less cluttered for users looking for active field service work.
Original PR description
This commit removes the Archived filter in search view of project.task model in Field Service app as we did in project to reduce the number of filters inside the search view.
The appointment page navigation now better matches the look and structure used on other website pages. This creates a more consistent browsing and search experience for visitors, including using appointment icons in search results.
Original PR description
The goal is to provide visual consistency between sub navigation on website pages. Community PR: https://github.com/odoo/odoo/pull/188504 task-4259418
This update introduces shared tools for handling formatted text in many Enterprise apps, helping screens display rich content more consistently. It mainly improves internal reliability and maintainability for features such as documents, planning, signing, social posts, barcode flows, and website tools, with limited direct change for end users.
Original PR description
**Proof of concept, not yet validated by anyone** Alternative version with separate functions: https://github.com/odoo/enterprise/pull/80163 \* = documents, frontdesk, knowledge, planning, project_enterprise, sale_planning, sign, social, social_twitter, stock_barcode, stock_barcode_mrp, stock_barcode_picking_batch, voip, web_cohort, web_enterprise, web_gantt, web_grid, website_helpdesk_forum, website_studio Enterprise counter-part. https://github.com/odoo/odoo/pull/199394