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.

15 lines
820 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" ref="base.module_category_cooperative_management"/>
  5. </record>
  6. <record id="group_shift_attendance_sheet_validation" model="res.groups">
  7. <field name="name">Attendance Sheet Validation</field>
  8. <field name="category_id" ref="base.module_category_cooperative_management"/>
  9. <field name="implied_ids" eval="[(4, ref('group_shift_attendance_sheet'))]"/>
  10. <field name="users" eval="[(6, 0, [ref('base.user_root')])]" />
  11. </record>
  12. <record id="beesdoo_shift.group_shift_attendance" model="res.groups">
  13. <field name="implied_ids" eval="[(4, ref('group_shift_attendance_sheet'))]"/>
  14. </record>
  15. </odoo>