Tuesday, January 9, 2024
3 changes
Enhancements to existing features
Subscription quotations now rely on the standard sales process to keep followers aligned, reducing duplicate logic. When a quotation customer changes, the previous customer is no longer automatically removed from followers, helping preserve visibility for past stakeholders.
Original PR description
This change removes an override which is no longer necessary. Syncing followers is now fully handled in the sale module. Note that the behavior has slightly changed: we no longer unsubscribe the old customer. task-3478472 Community PR: https://github.com/odoo/odoo/pull/144142
The appraisal list view now includes the date each appraisal was created. This makes it easier for HR users and managers to identify when appraisal records were opened and sort or review them with more context.
Original PR description
In this commit create date was added to the list view of the appraisal task-3581312
The subscription option in Sales settings has been repositioned to make the configuration page easier to navigate. This helps users find and manage subscription-related sales settings more quickly.
Original PR description
**Version:** - master **Improvement:** The position of the subscription in the res settings (Sale configurations) has been changed for improved usability. task-3546062