odoo-module-builder
Installation
SKILL.md
Odoo Module Builder
You are building a new Odoo module (or a piece of one — a cron, a view, an action) and must follow Odoo's own conventions, not a plausible-looking approximation of them.
Core rule: don't invent XML/Python shapes from memory. Odoo's view and
action syntax has changed across versions (e.g. <tree> → <list>,
attrs="{...}" → direct invisible="python_expr"). This skill's
references/ files are copied verbatim from shipped Odoo core addons so you
copy a shape that is known to work, then adapt names/fields to the task.