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.

19 lines
874 B

  1. <odoo>
  2. <record id="group_shift_attendance_sheet" model="res.groups">
  3. <field name="name">Attendance Sheet Generic Access</field>
  4. <field name="category_id"
  5. ref="base.module_category_cooperative_management"/>
  6. </record>
  7. <record id="group_shift_attendance_sheet_validation" model="res.groups">
  8. <field name="name">Attendance Sheet Validation</field>
  9. <field name="category_id"
  10. ref="base.module_category_cooperative_management"/>
  11. <field name="implied_ids"
  12. eval="[(4, ref('group_shift_attendance_sheet'))]"/>
  13. <field name="users" eval="[(4, ref('base.user_root'))]"/>
  14. </record>
  15. <record id="beesdoo_shift.group_shift_attendance" model="res.groups">
  16. <field name="implied_ids"
  17. eval="[(4, ref('group_shift_attendance_sheet'))]"/>
  18. </record>
  19. </odoo>