MRP : Routing search view referring wrong type.

Bug #650719 reported by Diego Abad
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Low
Unassigned

Bug Description

worng view for mrp.routing search on trunk, change type tree with search

        <record id="mrp_routing_search_view" model="ir.ui.view">
            <field name="name">mrp.routing.search</field>
            <field name="model">mrp.routing</field>
            <field name="type">tree</field>
            <field name="arch" type="xml">
                <search string="Routing">
                    <field name="code"/>
                    <field name="name"/>
                    <field name="location_id"/>
                </search>
            </field>
        </record>

Related branches

Diego Abad (dabada83)
description: updated
description: updated
summary: - routing search view
+ routing search view trunk
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Thanks Diego,
It has been fixed by revision 4160 <email address hidden>.

Changed in openobject-addons:
status: New → Confirmed
summary: - routing search view trunk
+ MRP : Routing search view referring wrong type.
Changed in openobject-addons:
status: Confirmed → Fix Released
importance: Undecided → Low
milestone: none → 6.0
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.