Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Route Planning
Entity: route.checkpoint
Compute Method: _compute_display_address
| Inputs | Method | Outputs |
|---|---|---|
|
- for record in self: - record.display_address = record.partner_id._display_address( - without_company=True - ) |
|
