theme-create

Installation
SKILL.md

Theme Creation Skill

Critical Rules

  1. NEVER modify core Odoo in odoo/ or odoo/addons/
  2. NEVER use map-merge() with core Odoo variables in theme SCSS — they're undefined at load time
  3. NEVER use ir.asset records for Google Fonts — use $o-theme-font-configs
  4. ALWAYS use ('prepend', ...) for primary_variables.scss in asset bundles
  5. H6 is ALWAYS 16px (1rem) — the fixed base reference
  6. All manifests must include author: 'TaqaTechno', website, support, license: 'LGPL-3'

Generated Theme Structure (v8.0)

Related skills
Installs
2
GitHub Stars
52
First Seen
Apr 23, 2026