Repository
OCA/survey · module folder · Try on Runboat
Module version
1.0.0
Category
Marketing/Survey
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/survey
Last tracking update
2026-08-12 17:29:26
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
OCA-git-bot, oca-ci, Adasat Torres de León
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
survey_crm_generation_model_selection
Description
This module allows to generate leads/opportunities from surveys.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
crm_lead_view_form crm.lead form Inherits crm.crm_lead_view_form
survey_form survey.survey form Inherits survey.survey_survey_view_form
survey_question_form survey.question form Inherits survey.survey_question_form
survey_user_input_view_form survey.user_input form Inherits survey.survey_user_input_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • survey_user_input_id Many2one → survey.user_input
    comodel_name='survey.user_input'
Public methods (0)

No public methods.

New fields (3)
  • allowed_crm_lead_field_domain Binary
    compute='_compute_allowed_crm_lead_field_domain'
  • crm_lead_field Many2one → ir.model.fields
    comodel_name='ir.model.fields'
  • show_in_lead_description Boolean
Public methods (0)

No public methods.

New fields (3)
  • crm_tag_ids Many2many → crm.tag
    comodel_name='crm.tag' help='Set the default crm tags in the generated leads/opportunities'
  • crm_team_id Many2one → crm.team
    comodel_name='crm.team'
  • generate_leads Boolean
    help='Generate leads/opportunities linked to the generated quotations'
Public methods (0)

No public methods.

New fields (1)
  • opportunity_id Many2one → crm.lead
    comodel_name='crm.lead'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…