Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Test ORM

Entity: test_orm.cascade

Compute Method: _compute_baz

View 19.0
Inputs Method Outputs
  • bar
+ for record in self:
+             record.baz = "<%s>" % (record.bar or "")
  • baz

Back to entity