TIP: You can type at any time to perform a new search.
Survey Form.io
survey_formio · OCA/survey
- Repository
- OCA/survey · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.06 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
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Thomas Binsfeld, oca-ci
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (2)-
generate_formio_json(self)Returns a form.io conform json representation of a survey. -
user_input_from_formio(self, formio_output, user_input_id=None)If no user_input_id is given, creates a user_input with the values in formio_output. If there is a user_input_id, updates that user_input with the values in formio_output. Parameters: formio_output: json given by form.io as a dictionnary user_input_id: survey.user_input id
Loading…