Field Service Address No Change

fieldservice_address_no_change
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/17.0/fieldservice_address_no_change
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), APSL-Nagarro
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), APSL-Nagarro
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice
    - base_territory
odoo/odoo:
    - base
    - base_geolocalize
    - base_setup
    - web
    - resource
    - contacts
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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.

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.