project_type
This module allows categorizing projects and tasks using hierarchical project types.
Key Features
- project.type: Defines hierarchical project types with names, descriptions, and applicability flags for projects and tasks.
- project.type: Prevents recursive type hierarchies to maintain data integrity.
- project.project: Adds a type field to projects for categorization with domain restrictions.
- project.task: Adds a type field to tasks for categorization with domain restrictions.
- project.type: Provides form views for creating and editing project types including subtypes management.
- project.type: Includes search views with filters for project and task applicability.
- project.project: Enhances project search and form views to include type filtering and grouping.
- project.task: Enhances task search and form views to include type filtering and grouping.
- project.type: Grants read access to project users and full access to project managers.