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.
20 lines
941 B
20 lines
941 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<record id="view_zk_attendance_generate_form" model="ir.ui.view">
|
|
<field name="name">zk.attendance.form</field>
|
|
<field name="model">zk.attendance</field>
|
|
<field name="arch" type="xml">
|
|
<form string="Generate Attendance">
|
|
<group>
|
|
<field name="device_id" widget="selection"/>
|
|
</group>
|
|
<footer>
|
|
<button name="clear_attendance" type="object" string="Clear Data" class="oe_highlight"
|
|
icon="fa-remove " confirm="Are you sure you want to do this?"/>
|
|
<button name="download_attendance" type="object" string="Download Data" class="oe_highlight"
|
|
icon="fa-download " confirm="Are you sure you want to do this?" />
|
|
</footer>
|
|
</form>
|
|
</field>
|
|
</record>
|
|
</odoo>
|