TIP: You can type at any time to perform a new search.
Partner Survey
partner_survey · OCA/survey
- Repository
- OCA/survey · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Marketing
- Folder size
- 0.21 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/survey
- Last tracking update
- 2026-08-10 11:27:57
- Authors
- Camptocamp, Odoo Community Association (OCA), Tecnativa
- Maintainers
- Camptocamp, Odoo Community Association (OCA), Tecnativa
- Committers
- OCA-git-bot, oca-ci, mav-adhoc
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds a smartbutton to partner form linked with surveys. It also adds survey_input_lines field to partner model. This field serves to filter partners according to their answers in surveys.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
Partner Form with survey answers | res.partner | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (6)
-
survey_input_linesOne2many → survey.user_input.linecomodel_name='survey.user_input.line'inverse_name='partner_id'string='Surveys answers' -
survey_inputsOne2many → survey.user_inputcomodel_name='survey.user_input'inverse_name='partner_id'string='Surveys' -
surveys_company_countIntegercompute='_compute_surveys_company_count' args: 'Company Surveys Count' -
surveys_company_invisibleBooleancompute='_compute_surveys_company_invisible' args: 'Hide surveys link on partner if needed' -
surveys_countIntegercompute='_compute_surveys_count' -
surveys_invisibleBooleancompute='_compute_surveys_invisible' args: 'Hide surveys link on partner contact if needed'
-
action_view_surveys(self)
New fields (1)
-
partner_idMany2onerelated='user_input_id.partner_id'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…