Odoo Kit Store

Odoo Kit Store / Trello-style Taskboard

Trello-style Taskboard icon
Live

Trello-style Taskboard

Rebuild a Trello board inside Odoo Projects: flow stages, client tags, a real New Task dialog, and automations that replace Butler. No custom module.

What it does

Installs a Trello-shaped board on any Odoo project. Client or context lives on tags rather than duplicated columns, so one board reads either as a workflow or as a per-client view. A Waiting For field records who you are blocked on and since when, automations replace Butler rules, and the New button opens a real dialog with the fields worth filling while the per-column plus button stays a quick capture. A Trello importer turns an existing board into a profile.

Who it's for: teams leaving Trello who do not want to leave their ERP.

What you get: a parametrised deploy (dry-run first, per-phase, rollback), a verify gate, a browser QA script that actually clicks the New button, three stage packs (GTD, simple, client-ops), and the Trello importer.

Specification

Version1.0.0
CompatibilityOdoo 17, 18, 19 including SaaS Enterprise
RequirementsOdoo 17, 18 or 19 including SaaS Enterprise. Python with certifi, PyYAML and requests. Playwright only for the browser QA step.
Proven onAstranusa (project 2, kept as regression profile)
Installs toodoo
KeywordsTrello, kanban, task board, GTD, project, automation, migration

How you install it

Order the kit, download the encrypted bundle from your portal, then unlock it with the activation token we send you.

python3 kitctl.py unlock taskboard-1.0.0.kitpkg \
    --token=KIT-XXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXX \
    --target=https://your-instance.odoo.com \
    --db=yourdb --login=you --password=... \
    --out=./kit

The token binds to that instance the first time it is exchanged. Reinstalling there stays free; a different instance is refused, and we are told about it.

Back to all kits