Project/Task Template

https://falinwa.odoo.com/web/image/product.template/5031/image_1920?unique=82f0c05

Project/Task Template including sub-tasks, scheduled activities, responsible person.

0.00 € 0.0 EUR 0.00 € VAT Excluded

US$ 0.00 VAT Excluded

Not Available For Sale

This combination does not exist.

v16 v17

Terms and Conditions
30-day money-back guarantee
Shipping: 2-3 Business Days

STORY BEHIND THE FEATURES

ODOO BEHAVIOUR

Odoo's Project is very convenient for business that provides project-based service. It can generate a new project, from template of an existing project, when a Sales Order is confirmed.


CLUEDOO BEHAVIOUR

Cluedoo introduces notion of project template and task template.

Project template:

  • Inheriting duration
  • Auto-creating stages (kanban columns) and tasks

Task template:

  • Sub-task auto-creation
  • Auto-scheduling activities and auto-assigning responsible person
CLUEDOO RECOMMENDATION

To be installed in 100% of your database as an useful tool to save time managing projects and tasks.

OUR FEATURES AS SOLUTION

Project / Task Template 

HOW TO USE THIS MODULE ?

TASK TEMPLATE


1. Create a task template:
On Project master data, go to Configuration/Task Template. Click "New".

The task template can either be an independent task (not belonging to a specific project) or be assigned to a project template. 

User can set assignee for the task using following formula:
- To assign a specific user:
result = user.browse(id of user) 
"id of user" is extracted link of user form view.
- To set a project manager of assigned project as assignee for the task: 
result = project.user_id


Note : Don't forget to put company in the task template. Otherwise it won't show up in the task template in product template. Needs to be in debug mode.


2. User can schedule activities for task template using mentioned assignment logic.