2018-01-16 06:58:15 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-01-16 11:34:37 +01:00
|
|
|
<flectra>
|
2018-01-16 06:58:15 +01:00
|
|
|
<record id="res_config_settings_view_form" model="ir.ui.view">
|
|
|
|
<field name="name">res.config.settings.view.form.inherit.hr.attendance</field>
|
|
|
|
<field name="model">res.config.settings</field>
|
|
|
|
<field name="priority" eval="80"/>
|
|
|
|
<field name="inherit_id" ref="base.res_config_settings_view_form"/>
|
|
|
|
<field name="arch" type="xml">
|
|
|
|
<xpath expr="//div[hasclass('settings')]" position="inside">
|
|
|
|
<div class="app_settings_block" data-string="Attendances" string="Attendances" data-key="hr_attendance" groups="hr_attendance.group_hr_attendance_manager">
|
|
|
|
<h2>Check-In/Out</h2>
|
|
|
|
<div class="row mt16 o_settings_container">
|
|
|
|
<div class="col-xs-12 col-md-6 o_setting_box" title="Set PIN codes in the employee detail form (in HR Settings tab).">
|
|
|
|
<div class="o_setting_left_pane">
|
|
|
|
<field name="group_attendance_use_pin"/>
|
|
|
|
</div>
|
|
|
|
<div class="o_setting_right_pane">
|
|
|
|
<label string="Employee PIN"/>
|
|
|
|
<div class="text-muted">
|
|
|
|
Use PIN codes to check in in Kiosk Mode
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</xpath>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
|
|
|
|
<record id="action_hr_attendance_settings" model="ir.actions.act_window">
|
|
|
|
<field name="name">Settings</field>
|
|
|
|
<field name="type">ir.actions.act_window</field>
|
|
|
|
<field name="res_model">res.config.settings</field>
|
|
|
|
<field name="view_mode">form</field>
|
|
|
|
<field name="target">inline</field>
|
|
|
|
<field name="context">{'module' : 'hr_attendance'}</field>
|
|
|
|
</record>
|
|
|
|
|
|
|
|
<menuitem id="hr_attendance.menu_hr_attendance_settings" name="Configuration" parent="menu_hr_attendance_root"
|
|
|
|
sequence="99" action="action_hr_attendance_settings" groups="hr_attendance.group_hr_attendance_manager"/>
|
2018-01-16 11:34:37 +01:00
|
|
|
</flectra>
|