Tuesday, December 13, 2022
2 changes · master
Enhancements to existing features
The project timesheet synchronization app no longer points to a missing image in its app information. This avoids broken or misleading presentation details and keeps the app listing cleaner, with no expected change to everyday functionality.
Original PR description
…nifest in project_timesheet_synchro module manifest file non existing image path is specified in images key. removing this images key from manifest related: https://github.com/odoo/odoo/pull/107346
Rental order status badges now use consistent colors across views, making rental information easier to recognize. Confirmed rental orders are now labeled as "booked" to better match the rental workflow and reduce confusion.
Original PR description
Before this commit, the color badge for rental orders had a different color, depending on the view, leading to inconsistencies. After this commit, rental badges are uniformized between views and with the line color in the tree view. The default string for a confirmed rental order has been changed to "booked" to reflect the rental status. task-3010707 See also: - https://github.com/odoo/odoo/pull/106843