Skip to content

Commit d98e5bb

Browse files
committed
[IMP] hr_attendance: improve no-content message
of Attendances view
1 parent 6315dd9 commit d98e5bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

addons/hr_attendance/views/hr_attendance_view.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@
8686
<field name="view_mode">tree,form</field>
8787
<field name="context">{"search_default_today":1}</field>
8888
<field name="search_view_id" ref="hr_attendance_view_filter" />
89-
<field name="help">The Time Tracking functionality aims to manage employee attendances from Check in/Check out actions. You can also link this feature to an attendance device using Odoo's web service features.</field>
89+
<field name="help" type="html">
90+
<p>The attendance records of your employees will be displayed here.</p>
91+
<p>Please make sure you're using the correct filter if you expected to see any.</p>
92+
</field>
9093
</record>
9194

9295
<record id="hr_attendance_action_graph" model="ir.actions.act_window">

0 commit comments

Comments
 (0)