| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/survey |
| GIT | |
| GIT | https://github.com/OCA/survey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/survey/tree/17.0/survey_question_type_binary |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Aures TIC |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Aures TIC |
| COMMITTERS | |
| COMMITTERS | Mikel Martin, OCA-git-bot, oca-ci, Mikel Martin (from h4) |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/survey |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - survey - auth_signup - base_setup - base - web - bus - web_tour - http_routing - gamification |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module add binary field question type for attach on survey page. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
question_binary |
Question: Binary | ir.ui.view | qweb | New |
question_conainer_inh_type_binary |
question_conainer_inh_type_binary | ir.ui.view | qweb | Inherits survey.question_container |
survey_page_print |
survey_page_print | ir.ui.view | qweb | Inherits survey.survey_page_print |
survey_question_form_inherit_question_type_binary |
survey.question.view.form.inherit | survey.question | xpath | Inherits survey.survey_question_form |
survey_user_input_line_view_form_inherit_question_type_binary |
survey.user_input.line.view.form.inherit | survey.user_input.line | xpath | Inherits survey.survey_user_input_line_view_form |
view_survey_user_input_line_binary_form |
survey.user.input.line.binary.form | survey.user_input.line_binary | form | New |
allowed_filemimetypes
Char
help='File mime types separated by commas (E.g: image/png,image/jpeg). Leave empty to allow any value.'
max_filesize
Integer
default='52428800'
help='Indicate maximum file size in bytes (Default 50MB). Leave empty to allow any value.'
question_type
Selection
selection_add=[('binary', 'Binary'), ('multi_binary', 'Multiple: Binary')]
validate_binary(self, answers)
validate_question(self, answer, comment=None)
No new fields.
Public methods (0)No public methods.
answer_binary_ids
One2many → survey.user_input.line_binary
comodel_name='survey.user_input.line_binary'
inverse_name='input_line_id'
readonly=True
answer_type
Selection
selection_add=[('binary', 'Binary'), ('multi_binary', 'Multi: Binary')]
No public methods.
filename
Char
readonly=True
required=True
input_line_id
Many2one → survey.user_input.line
comodel_name='survey.user_input.line'
ondelete='cascade'
readonly=True
required=True
is_binary_image
Boolean
compute='_compute_binary_data'
readonly=True
store=True
value_binary
Binary
readonly=True
required=True
value_binary_size
Integer
compute='_compute_binary_data'
readonly=True
store=True
value_binary_type
Char
compute='_compute_binary_data'
readonly=True
store=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/survey |
| GIT | |
| GIT | https://github.com/OCA/survey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/survey/tree/16.0/survey_question_type_binary |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Aures TIC |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Aures TIC |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Julien Guenat |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/survey |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:54:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - survey - auth_signup - base_setup - base - web - bus - web_tour - http_routing - gamification - web_kanban_gauge |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
question_binary |
Question: Binary | ir.ui.view | qweb | New |
question_conainer_inh_type_binary |
question_conainer_inh_type_binary | ir.ui.view | qweb | Inherits survey.question_container |
survey_page_print |
survey_page_print | ir.ui.view | qweb | Inherits survey.survey_page_print |
survey_question_form_inherit_question_type_binary |
survey.question.view.form.inherit | survey.question | xpath | Inherits survey.survey_question_form |
survey_user_input_line_view_form_inherit_question_type_binary |
survey.user_input.line.view.form.inherit | survey.user_input.line | xpath | Inherits survey.survey_user_input_line_view_form |
allowed_filemimetypes
Char
help='File mime types separated by commas (E.g: image/png,image/jpeg). Leave empty to allow any value.'
max_filesize
Integer
default='52428800'
help='Indicate maximum file size in bytes (Default 50MB). Leave empty to allow any value.'
question_type
Selection
selection_add=[('binary', 'Binary'), ('multi_binary', 'Multiple: Binary')]
validate_binary(self, answers)
validate_question(self, answer, comment=None)
No new fields.
Public methods (1)save_lines(self, question, answer, comment=None)
answer_binary_ids
One2many → survey.user_input.line_binary
comodel_name='survey.user_input.line_binary'
inverse_name='input_line_id'
readonly=True
answer_type
Selection
selection_add=[('binary', 'Binary'), ('multi_binary', 'Multi: Binary')]
No public methods.
filename
Char
readonly=True
required=True
input_line_id
Many2one → survey.user_input.line
comodel_name='survey.user_input.line'
ondelete='cascade'
readonly=True
required=True
is_binary_image
Boolean
compute='_compute_binary_data'
readonly=True
store=True
value_binary
Binary
readonly=True
required=True
value_binary_size
Integer
compute='_compute_binary_data'
readonly=True
store=True
value_binary_type
Char
compute='_compute_binary_data'
readonly=True
store=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/survey |
| GIT | |
| GIT | https://github.com/OCA/survey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/survey/tree/15.0/survey_question_type_binary |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Aures TIC |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Aures TIC |
| COMMITTERS | |
| COMMITTERS | Alexandre D. Díaz, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/survey |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:44 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - survey - auth_signup - base_setup - base - web - bus - web_tour - http_routing - gamification - web_kanban_gauge |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
question_binary |
Question: Binary | ir.ui.view | qweb | New |
question_conainer_inh_type_binary |
question_conainer_inh_type_binary | ir.ui.view | qweb | Inherits survey.question_container |
survey_page_print |
survey_page_print | ir.ui.view | qweb | Inherits survey.survey_page_print |
survey_question_form_inherit_question_type_binary |
survey.question.view.form.inherit | survey.question | xpath | Inherits survey.survey_question_form |
survey_user_input_line_binary_view_form |
survey.user_input.line_binary.form | survey.user_input.line_binary | form | New |
survey_user_input_line_view_form_inherit_question_type_binary |
survey.user_input.line.view.form.inherit | survey.user_input.line | xpath | Inherits survey.survey_user_input_line_view_form |
allowed_filemimetypes
Char
help='File mime types separated by commas (E.g: image/png,image/jpeg). Leave empty to allow any value.'
max_filesize
Integer
default='52428800'
help='Indicate maximum file size in bytes (Default 50MB). Leave empty to allow any value.'
question_type
Selection
selection_add=[('binary', 'Binary'), ('multi_binary', 'Multiple: Binary')]
validate_binary(self, answers)
validate_question(self, answer, comment=None)
No new fields.
Public methods (1)save_lines(self, question, answer, comment=None)
answer_binary_ids
One2many → survey.user_input.line_binary
comodel_name='survey.user_input.line_binary'
inverse_name='input_line_id'
answer_type
Selection
selection_add=[('binary', 'Binary'), ('multi_binary', 'Multi: Binary')]
No public methods.
filename
Char
readonly=True
required=True
input_line_id
Many2one → survey.user_input.line
comodel_name='survey.user_input.line'
ondelete='cascade'
readonly=True
required=True
is_binary_image
Boolean
compute='_compute_binary_data'
readonly=True
store=True
value_binary
Binary
required=True
value_binary_size
Integer
compute='_compute_binary_data'
readonly=True
store=True
value_binary_type
Char
compute='_compute_binary_data'
readonly=True
store=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/survey |
| GIT | |
| GIT | https://github.com/OCA/survey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/survey/tree/14.0/survey_question_type_binary |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Aures TIC |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Aures TIC |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Jose Zambudio |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/survey |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - survey - auth_signup - base_setup - base - web - bus - web_tour - http_routing - gamification - web_kanban_gauge |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_frontend |
Survey assets | ir.ui.view | qweb | Inherits survey.survey_assets |
question_binary |
Question: Binary | ir.ui.view | qweb | New |
question_conainer_inh_type_binary |
question_conainer_inh_type_binary | ir.ui.view | qweb | Inherits survey.question_container |
survey_page_print |
survey_page_print | ir.ui.view | qweb | Inherits survey.survey_page_print |
survey_question_form_inherit_question_type_binary |
survey.question.view.form.inherit | survey.question | xpath | Inherits survey.survey_question_form |
survey_user_input_line_view_form_inherit_question_type_binary |
survey.user_input.line.view.form.inherit | survey.user_input.line | xpath | Inherits survey.survey_user_input_line_view_form |
allowed_filemimetypes
Char
help='File mime types separated by commas (E.g: image/png,image/jpeg). Leave empty to allow any value.'
max_filesize
Integer
default='52428800'
help='Indicate maximum file size in bytes (Default 50MB). Leave empty to allow any value.'
question_type
Selection
selection_add=[('binary', 'Binary'), ('multi_binary', 'Multiple: Binary')]
validate_binary(self, answers)
validate_question(self, answer, comment=None)
No new fields.
Public methods (1)save_lines(self, question, answer, comment=None)
answer_binary_ids
One2many → survey.user_input.line_binary
comodel_name='survey.user_input.line_binary'
inverse_name='input_line_id'
readonly=True
answer_type
Selection
selection_add=[('binary', 'Binary'), ('multi_binary', 'Multi: Binary')]
No public methods.
filename
Char
readonly=True
required=True
input_line_id
Many2one → survey.user_input.line
comodel_name='survey.user_input.line'
ondelete='cascade'
readonly=True
required=True
is_binary_image
Boolean
compute='_compute_binary_data'
readonly=True
store=True
value_binary
Binary
readonly=True
required=True
value_binary_size
Integer
compute='_compute_binary_data'
readonly=True
store=True
value_binary_type
Char
compute='_compute_binary_data'
readonly=True
store=True
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/survey |
| PULL REQUEST | |
| PULL REQUEST | 18.0 mig survey question type binary (#232) |