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
| Inputs | Method | Outputs |
|---|---|---|
|
+ for partner in self: + partner.show_prop_wizard_button = bool(partner.child_ids) |
|
