project_template
Adds project templates so projects can be marked as reusable blueprints and quickly copied into new active projects.
Key Features
- project.project: Adds an is_template flag that tags template projects, strips assigned owner/partner/alias when enabled, and cleans the name accordingly.
- project.project: Provides form and kanban actions to create a new project from a template, copying it with an adjusted name and opening the new record.
- project.project: Introduces search filters for Templates and Non-Templates and defaults the project view to non-template records.
- project.task: Preserves task end dates and avoids recalculating them when tasks are duplicated while copying a project template.