Daily updates from Odoo
Monday, July 15, 2019
1 change
Code cleanup and technical improvements
Odoo’s SMS capabilities were rebuilt to work more naturally alongside email and inbox notifications. Users can now use SMS templates, send texts from more business records, and better track, resend, or cancel failed SMS notifications.
Original PR description
PURPOSE Refactor SMS to better integrate it in interface and Discuss. Allow users to send texts in different business objects: crm.lead, event.event, etc. Introduce SMS templates to ease mass SMS…
PURPOSE
Refactor SMS to better integrate it in interface and Discuss. Allow users to
send texts in different business objects: crm.lead, event.event, etc. Introduce
SMS templates to ease mass SMS sending and scheduling.
DETAILS
This merge is mainly a big refactoring of SMS module. Future commits will come
with improvements in various addons to better include SMS, notably: crm,
events, scheduled actions, mass sms, marketing automation, stock, ...
This merge has been done in several main steps
* preparing mail to send hold other notification methods than Inbox and
email;
* refactor / improve posting with SMS notifications;
* improve SMS composer;
* add SMS templates and integrate them in composer;
* integrate into Discuss UX with wizards to resend and cancel failed
notifications;
* add tests;
See sub commits for more details.
Related to task 1922163
Co-Authored-By: Thibault Delavallee <tde@odoo.com>
Co-Authored-By: Pierre Rousseau <pro@odoo.com>