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

View 18.0
Inputs Method Outputs
  • partner_id
- for record in self:
-             record.display_address = record.partner_id._display_address(
-                 without_company=True
-             )
  • display_address

Back to entity