Tasks¶
Every deployment can have tasks linked to it, powered by the built-in
Odoo project management module (project.task).
Creating Tasks¶
Open a deployment and navigate to the Tasks tab.
Click New Task.
Enter a title, description, and optionally set a stage and priority.
Tasks created here are automatically linked to the deployment and its parent project.
Eyrie Task Types¶
Eyrie adds custom task type labels with colors to help categorize work:
Bug fixes, feature requests, infrastructure changes, etc.
These labels appear as colored badges on the task list.
Task Behavior on Merge¶
When deployments are merged across scopes (e.g. dev → production), the scope’s merge task behavior controls what happens to linked tasks:
Move — reassign tasks to the target deployment and optionally change their stage.
Unlink — remove the task-deployment link (tasks remain but are no longer associated with a deployment).
None — do nothing.
This is configured per scope via the merge_task_behavior and
project_task_stage_id fields (see Scopes).