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
844 B

  1. <odoo>
  2. <record id="survey_label_value_all_r" model="ir.model.access">
  3. <field name="name">survey.label.value All R</field>
  4. <field name="model_id" ref="custom_matrix_survey.model_survey_label_value"/>
  5. <field name="perm_read">1</field>
  6. <field name="perm_write">0</field>
  7. <field name="perm_create">0</field>
  8. <field name="perm_unlink">0</field>
  9. </record>
  10. <record id="survey_label_value_manager_rwcu" model="ir.model.access">
  11. <field name="name">survey.label.value Survey Manager RWCU</field>
  12. <field name="model_id" ref="custom_matrix_survey.model_survey_label_value"/>
  13. <field name="group_id" ref="survey.group_survey_manager"/>
  14. <field name="perm_read">1</field>
  15. <field name="perm_write">1</field>
  16. <field name="perm_create">1</field>
  17. <field name="perm_unlink">1</field>
  18. </record>
  19. </odoo>