[6.0] hr_timesheet - hr_timesheet_data.xml should not contain demo data

Bug #689935 reported by Ferdinand
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Low
OpenERP R&D Addons Team 3

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

Related branches

Amit Parik (amit-parik)
Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3)
importance: Undecided → Low
status: New → Confirmed
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) wrote :

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
Changed in openobject-addons:
milestone: none → 6.0-rc2
Revision history for this message
Ferdinand (office-chricar) wrote :

not solved in r 4029

Changed in openobject-addons:
status: Fix Released → New
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) wrote :

Hello Ferdinand,

I have checked in latest Trunk Addons as well as Addons3 branch. It is fixed in the branch.

thanks
mustufa

Changed in openobject-addons:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.