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

Char, Text and Integer Fields in Odoo

Use Char for short strings, Text for long text, Integer for whole numbers.

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()

Leave a reply

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