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

Module: Partner Archive Propagate

Entity: res.partner

Compute Method: _compute_show_prop_wizard_button

View 18.0
Inputs Method Outputs
  • child_ids
+ for partner in self:
+             partner.show_prop_wizard_button = bool(partner.child_ids)
  • show_prop_wizard_button

Back to entity