TIP: You can type at any time to perform a new search.
Field Service - Change Management
fieldservice_change_management · OCA/field-service
- Repository
- OCA/field-service · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Extra Tools
- Folder size
- 0.25 MB
- License
- AGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- https://github.com/OCA/field-service
- Last tracking update
- 2026-08-07 07:57:03
- Authors
- Odoo Community Association (OCA), Pavlov Media
- Maintainers
- Odoo Community Association (OCA), Pavlov Media
- Committers
- Weblate, OCA-git-bot, oca-ci, kaynnan
Code Analysis ⓘ
Views touched (14)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
change_log_impact_view_form |
Change Log Impact Form | change.log.impact | form | New |
change_log_impact_view_list |
Change Log Impact List View | change.log.impact | tree | New |
change_log_stage_view_form |
Change Log Stage Form | change.log.stage | form | New |
change_log_stage_view_list |
Change Log Stage List View | change.log.stage | tree | New |
change_log_tag_form_view |
change.log.form | change.log.tag | form | New |
change_log_tag_list_view |
change.log.list | change.log.tag | tree | New |
change_log_type_view_form |
Change Log Type Form | change.log.type | form | New |
change_log_type_view_list |
Change Log Type List View | change.log.type | tree | New |
change_log_view_form |
Change Logs | change.log | form | New |
change_log_view_list |
Change Logs | change.log | tree | New |
change_log_view_search |
Change Logs | change.log | search | New |
fsm_location_change_log_form |
fsm.location | form | Inherits fieldservice.fsm_location_form_view | |
report_change_log_document |
report_change_log_document | ir.ui.view | qweb | New |
report_location_change_log_document |
report_location_change_log_document | ir.ui.view | qweb | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (10)
-
activeBooleandefault=True -
descriptionTextrequired=True -
impact_idMany2one → change.log.impactrequired=Truestring='Impact' args: 'change.log.impact' -
implemented_onDatetimedefault=fields.Datetime.nowrequired=True -
location_idMany2one → fsm.locationstring='FSM Location' args: 'fsm.location' -
nameCharrequired=Truestring='Title' -
stage_idMany2one → change.log.stagedefault=<expr>group_expand='_read_group_stage_ids'help='Select the current stage of the Bandwidth Change.'string='Stage' args: 'change.log.stage' -
tag_idsMany2many → change.log.tagstring='Tags' args: 'change.log.tag' -
type_idMany2one → change.log.typerequired=Truestring='Type' args: 'change.log.type' -
user_idMany2one → res.usersdefault=<expr>required='1'string='Changed By'tracking=True args: 'res.users'
No public methods.
New fields (3)
-
descriptionText -
log_impact_sequenceIntegerdefault=<expr>required=True -
nameCharrequired=Truestring='Impact'
No public methods.
New fields (5)
-
descriptionText -
foldBooleanstring='Folded' -
is_closeBooleanstring='Closing Kanban Stage' -
nameCharrequired=Truestring='Stage' -
stage_sequenceIntegerdefault=<expr>required=True
No public methods.
New fields (3)
-
colorIntegerstring='Color Index' -
descriptionText -
nameCharrequired=True
No public methods.
New fields (3)
-
descriptionText -
log_type_sequenceIntegerdefault=<expr>required=True -
nameCharrequired=Truestring='Type'
No public methods.
New fields (2)
-
change_log_countIntegercompute='_compute_change_log_count'string='# Change Logs' -
change_log_idsOne2many → change.logstring='Change Logs' args: 'change.log', 'location_id'
-
action_open_change_logs(self)
Loading…
Loading…