Project/Task Template

    0.00 € 0.0 EUR 0.00 €

    US$ 0.00

    Dtb(s)/Month

    This combination does not exist.


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

    Terms and Conditions
    30-day money-back guarantee


    STORY BEHIND THE FEATURES

    ODOO BEHAVIOUR

    Odoo allows service products to have task and/or project created on confirmed sales order. User can set template for created-on-order projects to save time.

    CLUEDOO BEHAVIOUR

    Cluedoo improves project template functions extends the notion of template to created-on-order tasks:

    • Sub-task auto-creation
    • Auto-scheduling 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/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


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