Model Constraints - Python Constraints in Odoo
Odoo Python Constraints ( api.constraints ) helps to validate specific fields given as it's parameters. It will return a message if the data is invalid.api.constraints trigger a python method where the validation conditions are checked.








