project_task_default_stage
This module restores the ability to set default task stages for new projects, which was removed in Odoo 9.0 and later versions.
Key Features
- project.task.type: Adds a 'Default for New Projects' boolean field to task stages.
- project.project: Automatically assigns default stages to new projects based on the case_default flag.
- project: Adds a 'Project Stages' tab to the project form for managing task stages.
- project.task.type: Displays the case_default field in task type form and tree views.