Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Odoo

QWeb Templates in Odoo

Render HTML with QWeb directives (t-if, t-foreach, t-esc, t-out).

QWeb Templates in Odoo — a practical guide to Odoo QWeb with clear examples you can reuse in real projects.

Odoo Tutorial Series (66/112). Prefer one article? Read the complete Odoo tutorial.

Short description

Used for website pages, reports, and some client templates.

QWeb tip

<t t-foreach="docs" t-as="doc">
  <p t-esc="doc.name"/>
</t>

Leave a reply

Your email address will not be published. Required fields are marked *