Char, Text and Integer Fields in Odoo — a practical guide to Odoo Char Text Integer with clear examples you can reuse in real projects.
Odoo Tutorial Series (17/112). Prefer one article? Read the complete Odoo tutorial.
Short description
Char supports size/translate; Text is unbounded multi-line content.
Examples
name = fields.Char(string='Title', required=True)
notes = fields.Text()
pages = fields.Integer()