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.compute.dynamic.depends

Compute Method: _compute_full_name

View 19.0
Inputs Method Outputs
+ fnames = self._get_full_name_fields()
+ for record in self:
+             record.full_name = ", ".join(filter(None, (record[fname] for fname in fnames)))
  • full_name

Back to entity