TIP: You can type at any time to perform a new search.
Survey Partner Representative
survey_partner_representative · OCA/survey
- Repository
- OCA/survey · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Marketing/Survey
- Folder size
- 0.05 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
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- OCA-git-bot, oca-ci, Adasat Torres de León
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
survey_form |
survey.survey | form | Inherits survey.survey_survey_view_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 (3)
New fields (2)
-
survey_representative_partner_idMany2one → res.partnercomodel_name='res.partner'compute='_compute_survey_representative_partner_id'readonly=Falsestore=True -
survey_user_input_idMany2one → survey.user_inputcomodel_name='survey.user_input'readonly=True
No public methods.
New fields (1)
-
allow_partner_representingBooleanhelp='A user with the proper permissions, could do the survey on behalf of other'
No public methods.
New fields (1)
-
representative_partner_idMany2one → res.partnercomodel_name='res.partner'help='This partner filled this survey on behalf of other'readonly=True
-
create(self, vals_list)@api.model_create_multi
Loading…
Loading…