Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Field Service
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-07 08:22:59
Authors
Odoo Community Association (OCA), APSL-Nagarro
Maintainers
Odoo Community Association (OCA), APSL-Nagarro
Committers
Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar
Odoo dependencies
OCA/field-service:
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module prevents automatic updates to the addresses in Field Service orders once they are completed.
It helps preserve the original location data, even if the customer's address changes later.

Ideal for maintaining historical accuracy and traceability in field service operations.

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (10)
  • branch_id Many2one → res.branch
    compute='_compute_location_id_fields' related='' store=True string='Branch' args: 'res.branch'
  • city Char
    compute='_compute_location_id_fields' related='' store=True
  • country_name Char
    compute='_compute_location_id_fields' related='' store=True string='Country'
  • district_id Many2one → res.district
    compute='_compute_location_id_fields' related='' store=True string='District' args: 'res.district'
  • region_id Many2one → res.region
    compute='_compute_location_id_fields' related='' store=True string='Region' args: 'res.region'
  • state_name Char
    compute='_compute_location_id_fields' related='' store=True string='State'
  • street Char
    compute='_compute_location_id_fields' related='' store=True
  • street2 Char
    compute='_compute_location_id_fields' related='' store=True
  • territory_id Many2one → res.territory
    compute='_compute_location_id_fields' related='' store=True string='Territory' args: 'res.territory'
  • zip Char
    compute='_compute_location_id_fields' related='' store=True
Public methods (0)

No public methods.