forked from Mapan/odoo17e
18 lines
838 B
XML
18 lines
838 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<odoo>
|
|
<data>
|
|
<record id="digest_tip_planning_0" model="digest.tip">
|
|
<field name="name">Tip: Record your planning faster</field>
|
|
<field name="sequence">500</field>
|
|
<field name="group_id" ref="planning.group_planning_manager" />
|
|
<field name="tip_description" type="html">
|
|
<div>
|
|
<b class="tip_title">Tip: Record your planning faster</b>
|
|
<p class="tip_content">Drag a shift to another day to reschedule it, or to another row to reassign the shift. Press CTRL (or Cmd on Mac) while dragging a shift to duplicate it.</p>
|
|
<img src="https://download.odoocdn.com/digests/planning/static/src/img/milk-Schedule-by-Employee.gif" width="540" class="illustration_border" />
|
|
</div>
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</odoo>
|