c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07897
[Bug 689935] Re: [6.0] hr_timesheet - hr_timesheet_data.xml should not contain demo data
Hello Ferdinand,
Moved the demo in demo.xml file in Addons3 branch.
revision-id: mra@mra-laptop-20101214061538-786p5kx602gh2ght
Thank you,
Mustufa
** Changed in: openobject-addons
Status: In Progress => Fix Released
--
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
References