Monday, March 24, 2025
8 changes
Enhancements to existing features
The rental date picker in the website sales flow now uses clearer action buttons instead of the previous close and apply labels. This makes selecting or changing rental periods easier for customers and helps reduce confusion during checkout.
Original PR description
…ly" buttons
In Studio, the Cohort view is now grouped under the Reporting section instead of Timeline. This makes it easier for users to find cohort analysis alongside other reporting tools, improving navigation without changing the view itself.
Original PR description
SPECIFICATION: In Studio, the Cohort view has been moved from the Timeline section to the Reporting section. Task-4648873
Payroll users can now see each bank account's Bank Identifier Code directly in the bank account list. This makes it easier to review and verify payroll banking details without opening each record individually.
Original PR description
- add `bic` (Bank Identifier Code) field in the list view in model `res.partner.bank` task-4622435
The Argentina electronic invoicing connection test now shows a clearer warning window instead of an error-style message. This reduces confusion when services are available and returns users to the accounting settings page after the message.
Original PR description
The previous connection test window showed up as an UserError with the title "Invalid Operation" which can be confusing to users when all services show as available.
Replace the UserError with a RedirectWarning that has a better title message ("Odoo Warning"). As it needs to redirect to somewhere, we redirect back to the current accounting page in settings.
task-4288536Timesheets on helpdesk tickets now show the newest entries at the top. This makes it easier for users to review recent work and quickly add today's timesheet without scrolling.
Original PR description
This commit changes the order uses inside the list view to display the most recent timesheets first. Also, when the user would like to create a new timesheet in that list view, the new row will be on the top of the list since in the most of the cases, the user will create a timesheet for today. task-4637865
This update adds missing database indexes across several Odoo Enterprise apps after a continuous integration check identified potential performance gaps. It should help common background searches and reporting operations run more efficiently without changing user workflows.
Original PR description
See https://github.com/odoo/odoo/pull/198860
WhatsApp message content is now handled more consistently when stored and displayed, reducing the risk of formatting issues. This helps ensure business communications appear correctly and safely for users.
Original PR description
Enterprise counter-part. https://github.com/odoo/odoo/pull/199262
The inventory accounting setting has been renamed from “Automatic Accounting” to “Inventory Valuation,” with the related method now labeled “Perpetual.” This makes the setting easier for users to understand and clarifies how inventory valuation is managed in accounting.
Original PR description
The 'Automatic Accounting' setting name was unclear and did not accurately describe its function. It has been renamed to 'Inventory Valuation,' and the accounting method is now explicitly referred to as 'Perpetual' to better reflect its purpose. This improves clarity and helps users understand how inventory valuation is managed. task-4328288