Thursday, March 5, 2020
1 change
New functionality added to Odoo
Project templates can now carry key service, field service, worksheet, quotation, materials, and forecasting settings into newly created projects. Template-only records are also kept out of operational reports and selection fields where they do not belong, reducing setup errors and cleaner reporting.
Original PR description
Purpose
=======
Same purpose as PR : https://github.com/odoo/odoo/pull/45418
Specifications
==============
- Fields to be copied in enterprise from a template to a project :
is_fsm, allow_material, allow_quotations, allow_worksheets, worksheet_template_id,
allow_forecast
- Invisible fields in enterprise on project.project form (templates):
Planning stat button, Tickets stat button
- Invisible fields in enterprise on project.task form :
planned_date_begin, planned_date_end, Products stat button, Invoices stat button,
Quotations stat button, Planning overlap alert, worksheet stat button
- Add demo data
Task-1975084
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr