[IMP]: resove the conflict
authorHardik Ansodariy (OpenERP) <han@tinyerp.com>
Tue, 12 Jul 2011 06:42:50 +0000 (12:12 +0530)
committerHardik Ansodariy (OpenERP) <han@tinyerp.com>
Tue, 12 Jul 2011 06:42:50 +0000 (12:12 +0530)
bzr revid: han@tinyerp.com-20110712064250-r4fqf4t8h9gazm6v

addons/hr_timesheet/hr_timesheet_demo.xml

index 5661813..5428809 100644 (file)
@@ -1,7 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
     <data noupdate="1">
-
+        <record id="product_consultant" model="product.product">
+            <field name="list_price">75.0</field>
+            <field name="standard_price">30.0</field>
+            <field name="uom_id" ref="product.uom_hour"/>
+            <field name="uom_po_id" ref="product.uom_hour"/>
+            <field name="name">Service on Timesheet</field>
+            <field name="categ_id" ref="product.cat0"/>
+            <field name="type">service</field>
+            <field eval="False" name="purchase_ok"/>
+        </record>
+        
         <record id="hr.employee" model="hr.employee">
             <field name="product_id" ref="product_consultant"/>
             <field name="journal_id" ref="analytic_journal"/>