hr_timesheet/data/digest_data.xml

18 lines
815 B
XML
Raw Permalink Normal View History

<?xml version='1.0' encoding='utf-8'?>
<odoo>
<data>
<record id="digest_tip_hr_timesheet_0" model="digest.tip">
<field name="name">Tip: Record your Timesheets faster</field>
<field name="sequence">2200</field>
<field name="group_id" ref="hr_timesheet.group_hr_timesheet_user" />
<field name="tip_description" type="html">
<div>
<b class="tip_title">Tip: Record your Timesheets faster</b>
<p class="tip_content">Record your timesheets in an instant by pressing Shift + the corresponding hotkey to add 15min to your projects.</p>
<img src="https://download.odoocdn.com/digests/hr_timesheet/static/img/digest_tip_timesheets_hotkeys.gif" width="540" class="illustration_border" />
</div>
</field>
</record>
</data>
</odoo>