forked from Mapan/odoo17e
20 lines
1.1 KiB
XML
20 lines
1.1 KiB
XML
<odoo>
|
|
<data noupdate="1">
|
|
<record id="timesheet_tip_1" model="hr.timesheet.tip">
|
|
<field name="name">Timesheets are the lifeblood of our company; they have a direct impact on revenues.</field>
|
|
</record>
|
|
<record id="timesheet_tip_2" model="hr.timesheet.tip">
|
|
<field name="name">If you help a colleague on a project, your time should be recorded on this project's timesheet as well.</field>
|
|
</record>
|
|
<record id="timesheet_tip_3" model="hr.timesheet.tip">
|
|
<field name="name">It's part of the job to search for information. A customer can't expect you to know everything on the spot. These hours should also be billable.</field>
|
|
</record>
|
|
<record id="timesheet_tip_4" model="hr.timesheet.tip">
|
|
<field name="name">Make it a habit to record timesheets every day.</field>
|
|
</record>
|
|
<record id="timesheet_tip_5" model="hr.timesheet.tip">
|
|
<field name="name">Even small tasks like answering an email should be recorded and rounded up to a quarter of an hour.</field>
|
|
</record>
|
|
</data>
|
|
</odoo>
|