odoo-xml-views-builder
Expert at building Odoo XML views: Form, List, Kanban, Search, Calendar, and Graph. Generates correct XML for Odoo 14-17 with proper visibility syntax.
npx skills add sickn33/agentic-awesome-skills --skill odoo-xml-views-builder --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Odoo XML Views Builder ## Overview This skill generates and reviews Odoo XML view definitions for Kanban, Form, List, Search, Calendar, and Graph views. It understands visibility modifiers, `groups`, `domain`, `context`, and widget usage across Odoo versions 14–17, including the migration from `attrs` (v14–16) to inline expressions (v17+). ## When to Use This Skill - Creating a new form or list view for a custom model. - Adding fields, tabs, or smart buttons to an existing view. - Building a Kanban view with color coding or progress bars. - Creating a search view with filters and group-by options. ## How It Works 1. **Activate**: Mention `@odoo-xml-views-builder` and describe the view you want. 2. **Generate**: Get complete, ready-to-paste XML view definitions. 3. **Review**: Paste existing XML and get fixes for common mistakes. ## Examples ### Example 1: Form View with Tabs ```xml <record id="view_hospital_patient_form" model="ir.ui.view"> <field name="name">hospital.patient.form</field> <field name="model">hospital.patient</field> <field name="arch" type="xml"> <form string="Patient"> <header> <button name="action_confirm" string="Confirm" type="object" class="btn-primary" invi
- Overview
- When to Use This Skill
- How It Works
- Examples
- Example 1: Form View with Tabs
- Example 2: Kanban View
- Best Practices
- Limitations
What does the odoo-xml-views-builder skill do?
Expert at building Odoo XML views: Form, List, Kanban, Search, Calendar, and Graph. Generates correct XML for Odoo 14-17 with proper visibility syntax.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill odoo-xml-views-builder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.