Repository
OCA/survey · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/survey
Last tracking update
2026-08-07 08:09:33
Authors
Odoo Community Association (OCA), Binhex
Maintainers
Odoo Community Association (OCA), Binhex
Committers
Weblate, OCA-git-bot, oca-ci, Adasat Torres de León
Odoo dependencies
Python dependencies
odoo-test-helper
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
survey_link_wizard_form_view survey.link.wizard.form.view survey.link.wizard form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • survey_answer_count Integer
    compute='_compute_survey_answer_count'
Public methods (4)
  • action_survey_link_wizard(self)
  • action_view_survey_answer(self)
  • get_default_survey(self)
  • get_share_link(self)

New fields (6)
  • date_deadline Date
    help='Deadline to which the invitation to respond for this survey is valid. If the field is empty, the invitation is still valid.' string='Deadline to which the invitation to respond is valid'
  • partner_id Many2one → res.partner
    readonly=True string='Partner' args: 'res.partner'
  • res_id Integer
  • res_model Char
  • share_link Char
    compute='_compute_share_link' readonly=True store=True
  • survey_id Many2one → survey.survey
    comodel_name='survey.survey' string='Survey'
Public methods (1)
  • action_start_survey(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • res_id Integer
  • res_model Char
Public methods (0)

No public methods.