Daily updates from Odoo
Monday, October 7, 2019
2 changes · master
Enhancements to existing features
Odoo now lets users create reusable SMS templates and use them when sending individual or mass text messages. Failed SMS deliveries are easier to spot in the chatter and can be retried, dismissed, or resolved by purchasing more credits from a dedicated prompt.
Original PR description
The aim of this commit is to: 1) Add templates for SMS: - Users can now create template for SMS Text messages similar to mail templates. - Templates can be linked with models, especially to create contextual action to quickly send SMS. 2) Improve the SMS composer: - Integrate the template system. - Allow to use it for mass SMS. 3) Handle SMS failures: - SMS is log in the chatter with a fa-comment icon next to the date. - The icon can be grey if all the SMS have correctly been sent. - The icon can be red if at least one SMS have not correctly been sent. - As mail, SMS failures are created if a SMS fails. The failure appears in the inbox. - When clicking on the red icon, a new modal is displayed, which is used to re-send SMS, discard SMS failures or buy more SMS credits. Task ID: 1922163 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Project task management now gains Field Service capabilities such as worksheets, timers, product additions, and quote creation, making these tools available beyond dedicated field service projects. The update also improves planning screens, labels, helpdesk-to-field-service workflows, and fixes timer and view issues for smoother daily operations.
Original PR description
Field Service introduced several new features: worksheets, timesheet timer, adding products, new quotes from tasks... These options were initially meant for FSM type projects only, but could also make sense in other contexts. Therefore, this PR extends these features to all projects and adapt the task flow accordingly. It provides several improvements to the FSM and Project applications such as : - various renaming of fields. - making some project fields required - altering demo data - technical improvements - add worksheets, timesheet timer, products addition and the new quotation creation features on the Project's task form view. You can find more details in the related commits. Task-2052287 & Task-2000719