Agent skill · Content & Marketing

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.

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/odoo-qweb-templates/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 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_

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

Keep going