TIP: You can type at any time to perform a new search.
Field Service Address No Change
fieldservice_address_no_change · OCA/field-service
- 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
- 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_idMany2one → res.branchcompute='_compute_location_id_fields'related=''store=Truestring='Branch' args: 'res.branch' -
cityCharcompute='_compute_location_id_fields'related=''store=True -
country_nameCharcompute='_compute_location_id_fields'related=''store=Truestring='Country' -
district_idMany2one → res.districtcompute='_compute_location_id_fields'related=''store=Truestring='District' args: 'res.district' -
region_idMany2one → res.regioncompute='_compute_location_id_fields'related=''store=Truestring='Region' args: 'res.region' -
state_nameCharcompute='_compute_location_id_fields'related=''store=Truestring='State' -
streetCharcompute='_compute_location_id_fields'related=''store=True -
street2Charcompute='_compute_location_id_fields'related=''store=True -
territory_idMany2one → res.territorycompute='_compute_location_id_fields'related=''store=Truestring='Territory' args: 'res.territory' -
zipCharcompute='_compute_location_id_fields'related=''store=True
No public methods.