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.
 
 
 
 
 

36 lines
1.1 KiB

<odoo>
<record model="ir.ui.view" id="generate_attendance_sheet_view_form">
<field name="name">Generate an attendance sheet</field>
<field name="model">beesdoo.shift.sheet.generate</field>
<field name="arch" type="xml">
<form>
<group>
<field name="time_range" />
</group>
<footer>
<button type="object" name="button_generate"
string="Generate" class="oe_highlight" />
<button special="cancel" string="Cancel" />
</footer>
</form>
</field>
</record>
<!-- Actions -->
<act_window id="action_generate_sheet_wizard"
name="Generate a non-existing sheet"
res_model="beesdoo.shift.sheet.generate"
view_mode="form"
target="new"
/>
<!-- Menu actions -->
<menuitem id="menu_generate_sheet"
name="Generate a sheet"
parent="menu_sheet_top"
action="action_generate_sheet_wizard"
/>
</odoo>