Wednesday, March 29, 2023
3 changes
Enhancements to existing features
Appointment onboarding now uses the shared clipboard service when users copy invitation details. This improves reliability and fixes a traceback that could occur during the copy action.
Original PR description
Example of using the new clipboard service. Fixing the traceback of task-3223000
Automatically generated subscription invoices will now include the related salesperson as a follower. This helps ensure the salesperson stays informed about invoice activity and customer billing updates without manual follow-up.
Original PR description
Add saleperson as follower on automaticaly generated invoices task-id : 3084135
This update removes leftover internal code from the Quality Control app that was no longer being used after a previous workflow change. It helps keep the system easier to maintain without changing day-to-day user behavior.
Original PR description
by this PR: https://github.com/odoo/enterprise/pull/20102 changed the flow of where and when is called so that is no longer used by quality.check. This commit removes one of the leftover methods should have been deleted as part of this PR.