Odoo Kit Store / 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.
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.
| Version | 1.0.0 |
|---|---|
| Compatibility | Odoo 17, 18, 19 including SaaS Enterprise |
| Requirements | Odoo 17, 18 or 19 including SaaS Enterprise. Python with certifi, PyYAML and requests. Playwright only for the browser QA step. |
| Proven on | Astranusa (project 2, kept as regression profile) |
| Installs to | odoo |
| Keywords | Trello, kanban, task board, GTD, project, automation, migration |
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=./kitThe 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.