Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Field Service
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-07 07:57:03
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
Odoo Community Association (OCA), Open Source Integrators
Committers
Weblate, OCA-git-bot, oca-ci, Freni-OSI
Odoo dependencies
OCA/field-service:
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
fsm_location_form_view fsm.location.form fsm.location form Inherits fieldservice.fsm_location_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • dist_parent_id Many2one → fsm.location
    string='Distribution Parent' args: 'fsm.location'
  • distrib_count Integer
    compute='_compute_distrib_sublocation_ids' string='# of distributed sub-locations'
  • is_a_distribution Boolean
    string='Is a Distribution'
Public methods (1)
  • action_view_distrib_sublocation(self)
    This function returns an action that display existing distribution sub-locations of a given fsm location id. It can either be a in a list or in a form view, if there is only one sub-location to show.

Loading…

Loading…

Loading…