Odoo modules related to surveys
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
837 B

<odoo>
<record id="survey_label_value_all" model="ir.model.access">
<field name="name">survey.label.value All</field>
<field name="model_id" ref="survey_custom_matrix.model_survey_label_value"/>
<field name="perm_read">1</field>
<field name="perm_write">0</field>
<field name="perm_create">0</field>
<field name="perm_unlink">0</field>
</record>
<record id="survey_label_value_survey_manager" model="ir.model.access">
<field name="name">survey.label.value Survey Manager</field>
<field name="model_id" ref="survey_custom_matrix.model_survey_label_value"/>
<field name="group_id" ref="survey.group_survey_manager"/>
<field name="perm_read">1</field>
<field name="perm_write">1</field>
<field name="perm_create">1</field>
<field name="perm_unlink">1</field>
</record>
</odoo>