| 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/14.0/fieldservice_survey |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Escodoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Escodoo |
| COMMITTERS | |
| COMMITTERS | Weblate, oca-ci, Kaynnan Lemes |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/field-service |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/field-service: - fieldservice - base_territory odoo/odoo: - base - base_geolocalize - base_setup - web - resource - contacts - bus - web_tour - survey - auth_signup - http_routing - gamification - web_kanban_gauge |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fsm_order_form_view |
fsm.order.form (in fieldservice_survey) | fsm.order | xpath | Inherits fieldservice.fsm_order_form |
fsm_order_survey_submit_view_form |
fsm.order.survey.submit.view.form | fsm.order.survey.submit | form | New |
fsm_survey_button_form_view |
fsm_survey_button_form_view | ir.ui.view | qweb | Inherits survey.survey_button_form_view |
res_config_settings_view_employee_form |
res.config.settings.view.form.inherit.fieldservice.survey | res.config.settings | xpath | Inherits fieldservice.res_config_settings_view_form |
survey_user_input_form_view |
survey.user_input.form (in fieldservice_survey) | survey.user_input | field | Inherits survey.survey_user_input_view_form |
survey_view_form |
survey.survey.view.form | survey.survey | field | Inherits survey.survey_form |
partner_submitted_answer_survey_ids
Many2many → res.partner
string='Submitted Survey'
args: 'res.partner'
action_open_survey_inputs(self)
action_submit_fsm_order_survey(self)
attachment_ids
Many2many → ir.attachment
string='Attachments'
args: 'ir.attachment', 'fsm_order_survey_mail_compose_message_ir_attachments_rel', 'wizard_id', 'attachment_id'
author_id
Many2one → res.partner
default=<expr>
help='Author of the message.'
required=True
string='Author'
args: 'res.partner'
body
Html
compute='_compute_body'
readonly=False
sanitize_style=True
store=True
args: 'Contents'
deadline
Date
default=<expr>
required=True
string='Answer Deadline'
email_from
Char
default=<expr>
help='Email address of the sender'
required=True
args: 'From'
fsm_order_id
Many2one → fsm.order
default=<expr>
string='Survey Field Service Order'
args: 'fsm.order'
fsm_order_person_id
Many2one
related='fsm_order_id.person_id'
string='Survey Person'
recipient_ids
Many2many → res.partner
compute='_compute_recipients'
readonly=False
store=True
string='Recipients'
args: 'res.partner'
subject
Char
compute='_compute_subject'
readonly=False
store=True
args: 'Subject'
survey_template_id
Many2one → survey.survey
template_id
Many2one → mail.template
default=<expr>
domain="[('model', '=', 'fsm.order.survey.submit')]"
index=True
args: 'mail.template', 'Use template'
action_send(self)
default_get(self, fields_list)
fsm_order_survey_template_id
Many2one → survey.survey
No public methods.
fsm_order_survey_template_id
Many2one → survey.survey
readonly=False
related='company_id.fsm_order_survey_template_id'
args: 'survey.survey'
module_fieldservice_survey
Boolean
string='Field Service Survey'
No public methods.
is_fsm_order_survey
Boolean
help='Check this option to restrict the answers to survey managers only.'
string='FSM Order Survey Managers Only'
No public methods.
fsm_order_id
Many2one → fsm.order
string='FSM Order'
args: 'fsm.order'
fsm_order_person_id
Many2one → fsm.person
No public methods.