cc ticket
Open the Odoo task linked to an environment in the browser.
Usage
cc ticket [name]Arguments
| Argument | Description |
|---|---|
name | Project name (tab-completable). If omitted, uses the active environment. |
Examples
cc ticket # open the active environment's ticket
cc ticket acme # pick an env in 'acme', open its ticketHow It Works
CC resolves the ticket in two steps:
-
ticket_idsfield — if the environment has ticket IDs set (edit them withcc env editor in the companion), cc uses those. With more than one, it asks which to open. -
Branch fallback — otherwise it extracts a numeric ID from the branch name, following the Odoo convention:
19.0-1234567-approvals-pjhe ^^^^^^^ ticket ID → opens odoo.com/odoo/project.task/1234567Works with both
17.0-XXXXXX-...and plainXXXXXX-...branch names.