c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08695
[Bug 689935] Re: [6.0] hr_timesheet - hr_timesheet_data.xml should not contain demo data
not solved in r 4029
** Changed in: openobject-addons
Status: Fix Released => New
--
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:
New
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
References