Merge lp:~openerp-dev/openobject-addons/trunk-bug-781656-ara into lp:openobject-addons

Proposed by Ashvin Rathod (OpenERP)
Status: Merged
Merged at revision: 4740
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-781656-ara
Merge into: lp:openobject-addons
Diff against target: 13 lines (+1/-2)
1 file modified
product/product_view.xml (+1/-2)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-781656-ara
Reviewer Review Type Date Requested Status
Mustufa Rangwala (Open ERP) (community) Approve
qdp (OpenERP) Pending
Review via email: mp+61093@code.launchpad.net

Description of the change

Hello,

Fix; Opening the list of products from the product's category tree view doesn't indicate the category in the filter

Thanks,
ara

To post a comment you must log in.
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'product/product_view.xml'
2--- product/product_view.xml 2011-05-02 18:46:43 +0000
3+++ product/product_view.xml 2011-05-16 11:21:00 +0000
4@@ -280,8 +280,7 @@
5 <field name="res_model">product.product</field>
6 <field name="view_type">form</field>
7 <field name="view_mode">tree,form</field>
8- <field name="domain">[('categ_id','child_of',[active_id])]</field>
9- <field name="context">{'categ_id':active_id}</field>
10+ <field name="context">{'categ_id':active_id, 'search_default_categ_id':active_id}</field>
11 </record>
12 <record id="ir_product_category_open" model="ir.values">
13 <field eval="'tree_but_open'" name="key2"/>

Subscribers

People subscribed via source and target branches

to all changes: