← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 689935] Re: [6.0] hr_timesheet - hr_timesheet_data.xml should not contain demo data

 

** Changed in: openobject-addons
   Importance: Undecided => Low

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)

-- 
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:
  Confirmed

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