Daily updates from Odoo
Thursday, February 6, 2025
2 changes · master
Resolved issues and error corrections
This update prevents errors that could occur when users create new records in forms across several business apps. It improves reliability during initial data entry, especially when fields are automatically calculated before the record is saved.
Original PR description
Companion of https://github.com/odoo/odoo/pull/195203
The customer portal ticket list now uses ticket ID as the default sorting option instead of creation date. This removes a redundant sorting choice and makes the list order better match how users expect to review tickets.
Original PR description
In the ticket list view of the portal, we can filter tickets by create date and by ID. This is a bit redundant, and sorting by id reflects more accurately what we want to see. Therefore, this PR removes the filter by create date to default to the filter by ID instead. Task-4438387