agentsclimarketplace

Odoo 15

Skill wpmoo-org/odoo-skills/skills/odoo-15

Use when creating, reviewing, migrating, or debugging Odoo 15.0 addons, especially OCA-style addons that need 15.0 ORM, view, asset, security, testing, or migration guidance.From its SKILL.md

Install
npx -y skills add wpmoo-org/odoo-skills --skill odoo-15

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 1 command, including `node skills/odoo-15/scripts/validate-addon.mjs /path/to/addon`.

SKILL.md

2.2 KB, 495 tokens by cl100k_base, as published. Nobody here has run it

Odoo 15 Development Skill

Use this skill when creating, reviewing, migrating, or debugging Odoo 15.0 addons, especially OCA-style addons.

First Steps

  1. Confirm the target branch, dependency policy, and whether the addon follows OCA rules.
  2. Read references/official-sources.md for official Odoo 15 and OCA sources.
  3. Pick the focused reference files for the task:
    • references/module-backend-security.md
    • references/ui-frontend.md
    • references/testing-quality-oca.md
    • references/porting-upgrade.md
  4. Check local repository conventions before adding new patterns.

Version Rules

  • Target branch names and manifest versions must use 15.0.
  • XML list views use <tree>, not <list>.
  • Action view_mode values use tree,form, not list,form.
  • attrs and states are valid Odoo 15 view modifier mechanisms.
  • Odoo 15 introduced manifest assets bundles for modern frontend packaging.
  • Do not add Odoo 17+ view modifier syntax, Odoo 18+ HOOT patterns, or Odoo 19 ORM-only APIs unless a compatibility layer exists.
  • Follow OCA metadata, linting, README fragment, migration, and test conventions for OCA-style addons.

Development Checklist

  • Keep manifests explicit and versioned as 15.0.x.y.z.
  • Use @api.model_create_multi for create overrides.
  • Treat recordsets as multi-record unless ensure_one() is intentional.
  • Use ACLs, record rules, and field groups for security.
  • Keep XML IDs stable and data files ordered by dependency.
  • Use manifest assets bundles for frontend code and templates according to the target repository's Odoo 15 conventions.
  • Write focused tests and tag install-time or post-install tests deliberately.

Validation

Run the bundled lightweight validator on an addon path before final review:

node skills/odoo-15/scripts/validate-addon.mjs /path/to/addon

Then run the repository's normal OCA checks, typically pre-commit hooks, pylint-odoo --valid-odoo-versions=15.0, and Odoo tests with the right database and --test-tags.

What ships with it: 6 files

9.1 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.