[MIG] hr_attendance_work_entry: to 16

This commit is contained in:
Leo Pinedo
2022-10-21 20:07:01 +00:00
parent d2c7c6b3c1
commit ea323abef6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
'name': 'Attendance Work Entry Type',
'description': 'Set work types on attendance records.',
'version': '15.0.1.0.0',
'version': '16.0.1.0.0',
'website': 'https://hibou.io/',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',

View File

@@ -9,7 +9,7 @@
<xpath expr="//kanban/field[@name='hr_presence_state']" position="after">
<field name="attendance_state"/>
</xpath>
<xpath expr="//strong[@class='o_kanban_record_title']/div[1]" position="before">
<xpath expr="//strong[@class='o_kanban_record_title']/t[1]/div[1]" position="before">
<div class="float-right" t-if="record.attendance_state.raw_value == 'checked_in'">
<span id="oe_hr_attendance_status" class="fa fa-circle oe_hr_attendance_status_green" role="img" aria-label="Available" title="Available"></span>
</div>