Hello Ferdinand, I have checked in latest Trunk Addons as well as Addons3 branch. It is fixed in the branch.
thanks mustufa -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. https://bugs.launchpad.net/bugs/689935 Title: [6.0] hr_timesheet - hr_timesheet_data.xml should not contain demo data Status in OpenObject Addons Modules: Fix Released Bug description: IMHO <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"/> </record> should go into hr_timesheet_demo.xml _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

