Daily updates from Odoo
Friday, August 23, 2019
1 change
Enhancements to existing features
Project teams can now use field service capabilities such as worksheets, timers, product additions, and quotation creation directly from project tasks. The update also improves task planning, clearer labels, helpdesk-to-field-service task conversion, and fixes timer and view issues for a smoother daily workflow.
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