Agent skill · Workflow & Productivity

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.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/odoo-xml-views-builder/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Examples
  5. Example 1: Form View with Tabs
  6. Example 2: Kanban View
  7. Best Practices
  8. Limitations
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going