Merge lp:~openerp-dev/openobject-addons/trunk-bug-1082454-dhr into lp:openobject-addons

Proposed by Dharti Ratani(OpenERP)
Status: Merged
Merged at revision: 8762
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1082454-dhr
Merge into: lp:openobject-addons
Diff against target: 11 lines (+1/-0)
1 file modified
mrp/mrp_view.xml (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1082454-dhr
Reviewer Review Type Date Requested Status
Thibault Delavallée (OpenERP) (community) Approve
Review via email: mp+137161@code.launchpad.net

Description of the change

Hello,

   I have resolve bug for 'BOM Structure' display from Bill of Materials > More.Now it shows expected view.

Thank You.
Dharti Ratani

To post a comment you must log in.
Revision history for this message
Giaosudau (giaosudau) wrote :

It's still have problem when collapse it only collapse in level 1 if more then 2 level it cannot collapse all.

Revision history for this message
Thibault Delavallée (OpenERP) (tde-openerp) wrote :

Works fine for me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mrp/mrp_view.xml'
2--- mrp/mrp_view.xml 2012-11-26 21:39:21 +0000
3+++ mrp/mrp_view.xml 2012-11-30 11:50:29 +0000
4@@ -545,6 +545,7 @@
5 <field name="type">ir.actions.act_window</field>
6 <field name="res_model">mrp.bom</field>
7 <field name="domain">[('bom_id', '=',active_ids)]</field>
8+ <field name="view_type">tree</field>
9 <field name="view_id" ref="mrp_bom_tree_view"/>
10 </record>
11 <record id="ir_BOM_structure" model="ir.values">

Subscribers

People subscribed via source and target branches

to all changes: