Skip to content
Snippets Groups Projects
Commit 6315dd97 authored by Denis Vermylen (dve)'s avatar Denis Vermylen (dve)
Browse files

[IMP] hr_attendance: add a no-content message

for the employees kanban view in kiosk mode.
parent 11c11dc6
No related merge requests found
......@@ -82,6 +82,14 @@
<field name="res_model">hr.employee</field>
<field name="view_mode">kanban</field>
<field name="view_id" ref="hr_employees_view_kanban"/>
<field name="help" type="html">
<p>
Create a few employees to be able to select an employee here and perform his check in / check out.
</p>
<p>
To create employees go to the Employees menu.
</p>
</field>
</record>
</odoo>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment