| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/field-service |
| GIT | |
| GIT | https://github.com/OCA/field-service.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/field-service/tree/17.0/fieldservice_address_no_change |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Field Service |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), APSL-Nagarro |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), APSL-Nagarro |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/field-service |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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. |
No views found for this module.
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
No public methods.