mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] hr_attendance_work_entry: to 16
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
'name': 'Attendance Work Entry Type',
|
'name': 'Attendance Work Entry Type',
|
||||||
'description': 'Set work types on attendance records.',
|
'description': 'Set work types on attendance records.',
|
||||||
'version': '15.0.1.0.0',
|
'version': '16.0.1.0.0',
|
||||||
'website': 'https://hibou.io/',
|
'website': 'https://hibou.io/',
|
||||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<xpath expr="//kanban/field[@name='hr_presence_state']" position="after">
|
<xpath expr="//kanban/field[@name='hr_presence_state']" position="after">
|
||||||
<field name="attendance_state"/>
|
<field name="attendance_state"/>
|
||||||
</xpath>
|
</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'">
|
<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>
|
<span id="oe_hr_attendance_status" class="fa fa-circle oe_hr_attendance_status_green" role="img" aria-label="Available" title="Available"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user