Model Fields in Odoo — a practical guide to Odoo model fields with clear examples you can reuse in real projects.
Odoo Tutorial Series (16/112). Prefer one article? Read the complete Odoo tutorial.
Short description
Field types map to PostgreSQL columns (or relations) and drive form widgets.
Field idea
Scalar fields (Char, Integer…)
Relational (Many2one…)
Computed / related
Attributes: required, index, tracking