Tuesday, December 13, 2022
3 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
Sales teams can now duplicate upsell or renewal offers directly from a sales order while preserving the link to the original order. This helps teams prepare and send multiple proposal options to customers more efficiently during subscription renewals or upsells.
Original PR description
This commit adds a button in the form view of sale.order allowing to duplicate an upsell/renewal sale order while keeping a ref to its parent sale order. This is useful when many offers are sent to a customer when upselling or renewing a sale order. task-3080966
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