theme-create
Installation
SKILL.md
Theme Creation Skill
Critical Rules
- NEVER modify core Odoo in
odoo/orodoo/addons/ - NEVER use
map-merge()with core Odoo variables in theme SCSS — they're undefined at load time - NEVER use
ir.assetrecords for Google Fonts — use$o-theme-font-configs - ALWAYS use
('prepend', ...)for primary_variables.scss in asset bundles - H6 is ALWAYS 16px (1rem) — the fixed base reference
- All manifests must include
author: 'TaqaTechno',website,support,license: 'LGPL-3'
Generated Theme Structure (v8.0)
Related skills