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

Field Constraints in Odoo

Enforce uniqueness and SQL constraints at the database level.

Field Constraints in Odoo — a practical guide to Odoo field constraints with clear examples you can reuse in real projects.

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

Short description

Combine SQL constraints with Python @api.constrains for business rules.

SQL constraint

_sql_constraints = [
    ('isbn_uniq', 'unique(isbn)', 'ISBN must be unique!'),
]

Leave a reply

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