Browse Source

[FIX] b_shift_attendance: wizard to validate sheet

pull/133/head
Rémy Taymans 4 years ago
parent
commit
e3aa714afc
  1. 2
      beesdoo_shift_attendance/views/attendance_sheet.xml
  2. 2
      beesdoo_shift_attendance/wizard/generate_missing_attendance_sheets.xml

2
beesdoo_shift_attendance/views/attendance_sheet.xml

@ -179,7 +179,7 @@
<group>
<field name="max_worker_no" />
</group>
<group col="1" string="Feedback"
<group string="Feedback"
groups="beesdoo_shift.group_shift_attendance">
<field name="attended_worker_no" />
<field name="notes" />

2
beesdoo_shift_attendance/wizard/generate_missing_attendance_sheets.xml

@ -1,5 +1,5 @@
<odoo>
<record model="ir.ui.view" id="validate_attendance_sheet_form">
<record model="ir.ui.view" id="generate_attendance_sheet_form">
<field name="name">Generate Missing Attendance Sheets</field>
<field name="model">beesdoo.shift.generate_missing_attendance_sheets</field>
<field name="arch" type="xml">

Loading…
Cancel
Save