Saturday, March 12, 2022
2 changes · master
Enhancements to existing features
Project teams can now configure SMS templates that are sent when a project or task changes stage. This helps keep users informed through customizable text messages while also recording the notification activity in the chatter.
Original PR description
The purpose of this commit is to include SMS templates. Templates allow people to customize the content of sent SMS. When the project/task stage changes, the user will be notified and there will be a track in the chatter. - add this field on the right of the 'email template' one in list view. optional and hidden by default. - add it below the 'name' quick search in the search view. task-2683575
Helpdesk tickets and field service tasks can now use customizable SMS templates when their stage changes. This helps teams send clearer, consistent updates to customers or workers while keeping a record of the message in the chatter.
Original PR description
The purpose of this commit is to include SMS templates. Templates allow people to customize the content of sent SMS. When the task/ticket stage changes, the user will be notified and there will be a track in the chatter. - add this field on the right of the 'email template' one in list view. optional and hidden by default. - add it below the 'name' quick search in the search view. Add SMS template data * Name: Field Service: Intervention Planned (see data) * Name: Field Service: Worker on its way (see data) closes https://github.com/odoo/enterprise/pull/22853 task-2683575