odoo/addons/hr_timesheet_sheet/hr_timesheet_sheet_demo.xml

112 lines
4.9 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<terp>
<data noupdate="1">
<record id="sheet0" model="hr_timesheet_sheet.sheet">
<field name="name">Sheet 0</field>
<field name="user_id" ref="base.user_root"/>
<field eval="time.strftime('%Y-%m-01', time.localtime(time.mktime(time.localtime()[0:2] + (0,)*7)-1))" name="date_from"/>
<field eval="time.strftime('%Y-%m-15', time.localtime(time.mktime(time.localtime()[0:2] + (0,)*7)-1))" name="date_current"/>
<field eval="time.strftime('%Y-%m-%d', time.localtime(time.mktime(time.localtime()[0:2] + (0,)*7)-1))" name="date_to"/>
</record>
<record id="hr_timesheet.analytic_timesheet10" model="hr.analytic.timesheet">
<field name="sheet_id" ref="sheet0"/>
</record>
<record id="sheet1" model="hr_timesheet_sheet.sheet">
<field name="name">Sheet 1</field>
<field name="user_id" ref="base.user_root"/>
<field eval="time.strftime('%Y-%m-%d')" name="date_current"/>
</record>
<record id="hr.attendance1" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance2" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance3" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance4" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance5" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance6" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance7" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance8" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance9" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance10" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance11" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance12" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance13" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance14" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance15" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance16" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance17" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance18" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance19" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr.attendance20" model="hr.attendance">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr_timesheet.analytic_timesheet1" model="hr.analytic.timesheet">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr_timesheet.analytic_timesheet2" model="hr.analytic.timesheet">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr_timesheet.analytic_timesheet3" model="hr.analytic.timesheet">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr_timesheet.analytic_timesheet4" model="hr.analytic.timesheet">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr_timesheet.analytic_timesheet5" model="hr.analytic.timesheet">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr_timesheet.analytic_timesheet6" model="hr.analytic.timesheet">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr_timesheet.analytic_timesheet7" model="hr.analytic.timesheet">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr_timesheet.analytic_timesheet8" model="hr.analytic.timesheet">
<field name="sheet_id" ref="sheet1"/>
</record>
<record id="hr_timesheet.analytic_timesheet9" model="hr.analytic.timesheet">
<field name="sheet_id" ref="sheet1"/>
</record>
</data>
</terp>