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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Do surveys on behalf of others.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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_id Many2one → res.partner
    comodel_name='res.partner' compute='_compute_survey_representative_partner_id' readonly=False store=True
  • survey_user_input_id Many2one → survey.user_input
    comodel_name='survey.user_input' readonly=True
Public methods (0)

No public methods.

New fields (1)
  • allow_partner_representing Boolean
    help='A user with the proper permissions, could do the survey on behalf of other'
Public methods (0)

No public methods.

New fields (1)
  • representative_partner_id Many2one → res.partner
    comodel_name='res.partner' help='This partner filled this survey on behalf of other' readonly=True
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

Loading…

Loading…