Skip to content

Commit 6315dd9

Browse files
committed
[IMP] hr_attendance: add a no-content message
for the employees kanban view in kiosk mode.
1 parent 11c11dc commit 6315dd9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

addons/hr_attendance/views/hr_employee_view.xml

+8
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@
8282
<field name="res_model">hr.employee</field>
8383
<field name="view_mode">kanban</field>
8484
<field name="view_id" ref="hr_employees_view_kanban"/>
85+
<field name="help" type="html">
86+
<p>
87+
Create a few employees to be able to select an employee here and perform his check in / check out.
88+
</p>
89+
<p>
90+
To create employees go to the Employees menu.
91+
</p>
92+
</field>
8593
</record>
8694

8795
</odoo>

0 commit comments

Comments
 (0)