Tag: Tutorial
Computed Methods in Odoo
Implement compute/_inverse/_search methods for advanced fields.
Constraints and Validation in Odoo
Validate business rules with @api.constrains and UserError/ValidationError.
@api.model in Odoo
Mark methods that operate on the model/class rather than a recordset of ids.
Server Actions in Odoo
Run Python code, update records, or trigger workflows from UI/automation.
View XPath in Odoo
Target nodes with xpath and position attributes: inside, after, before, replace, attributes.