odoo-qweb-templates
Expert in Odoo QWeb templating for PDF reports, email templates, and website pages. Covers t-if, t-foreach, t-field, and report actions.
npx skills add sickn33/agentic-awesome-skills --skill odoo-qweb-templates --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 QWeb Templates ## Overview QWeb is Odoo's primary templating engine, used for PDF reports, website pages, and email templates. This skill generates correct, well-structured QWeb XML with proper directives, translation support, and report action bindings. ## When to Use This Skill - Creating a custom PDF report (invoice, delivery slip, certificate). - Building a QWeb email template triggered by workflow actions. - Designing Odoo website pages with dynamic content. - Debugging QWeb rendering errors (`t-if`, `t-foreach` issues). ## How It Works 1. **Activate**: Mention `@odoo-qweb-templates` and describe the report or template needed. 2. **Generate**: Receive a complete `ir.actions.report` record and QWeb template. 3. **Debug**: Paste a broken template to identify and fix rendering issues. ## Examples ### Example 1: Custom PDF Report ```xml <!-- Report Action --> <record id="action_report_patient_card" model="ir.actions.report"> <field name="name">Patient Card</field> <field name="model">hospital.patient</field> <field name="report_type">qweb-pdf</field> <field name="report_name">hospital_management.report_patient_card</field> <field name="binding_model_id" ref="model_hospital_
- Overview
- When to Use This Skill
- How It Works
- Examples
- Example 1: Custom PDF Report
- Example 2: Conditional Rendering
- Best Practices
- Limitations
What does the odoo-qweb-templates skill do?
Expert in Odoo QWeb templating for PDF reports, email templates, and website pages. Covers t-if, t-foreach, t-field, and report actions.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill odoo-qweb-templates --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.