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.

11 lines
489 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="beesdoo_shift.group_shift_attendance" model="res.groups">
  8. <field name="implied_ids"
  9. eval="[(4, ref('group_shift_attendance_sheet'))]"/>
  10. </record>
  11. </odoo>