cc ticket
Open the Odoo support ticket linked to the current branch in the browser.
Usage
cc ticket [name]Arguments
| Argument | Description |
|---|---|
name | Project name (tab-completable). If omitted, uses the current git branch. |
Examples
cc ticket # open ticket for current branch
cc ticket acme # open ticket for acme's active environment branchHow It Works
CC extracts a numeric ticket ID from the branch name using the Odoo branch naming convention:
19.0-1234567-approvals-pjhe
^^^^^^^
ticket ID → opens odoo.com/odoo/project.task/1234567Works with both 17.0-XXXXXX-... style and plain XXXXXX-... style branch names.