project_task_code
Provide sequential unique codes for project tasks and show them in task identifiers.
Key Features
- project.task: Adds a required read-only task code generated from a dedicated sequence whenever a task is created or duplicated.
- project.task: Ensures each task code is unique within a company.
- project.task: Prefixes task display names with their code and lets tasks be found by searching on code or name.
- project.task views: Displays the task code next to the name in form, list, and kanban views.
- technical: Sets up a global task code sequence and assigns codes to existing tasks during installation via initialization hooks without breaking the unique constraint.