Scaffold and write new Odoo modules (targeting 19.0, applicable back to 17.0) the standard/correct way — manifest, models, security, list/search views with filters, cron jobs, server actions, menus — using patterns copied verbatim from the official odoo/odoo…
Implement the per-module task files produced by the odoo-upgrade-planner skill (tasks/NN-module.md) — apply mechanical fixes directly using the odoo-module-builder skill as the spec for correct target-version syntax, always pairing a model/field/table rename…
Plan an Odoo module version upgrade (e.g. 16.0 to 19.0, 17.0 to 19.0) by first checking the Odoo Apps Store for a free ready-made replacement, then auditing the manifest, models, views, data records (cron/server actions), security, SCSS/CSS and JS on two axes…