Merge lp:~openerp-dev/openobject-addons/trunk-mrp_product-mma into lp:openobject-addons

Proposed by Mayur Maheshwari(OpenERP)
Status: Work in progress
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-mrp_product-mma
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
mrp/mrp_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-mrp_product-mma
Reviewer Review Type Date Requested Status
Purnendu Singh (OpenERP) (community) Abstain
Rucha (Open ERP) (community) Approve
Review via email: mp+92759@code.launchpad.net

Description of the change

Hello

     Issue: In Product Form manufacturing order short key display product in list view not in form view of manufacturing order

     Fix: set a default_product_id in act window

Thanks,
mma

To post a comment you must log in.
Revision history for this message
Rucha (Open ERP) (rpa-openerp) wrote :

Nice Improvement,
thanks!

review: Approve
Revision history for this message
Purnendu Singh (OpenERP) (purnendu-singh) wrote :

well in trunk this issue is no more so can't consider your patch.

Thanks for your contribution,
Purnendu Singh

review: Abstain

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-01-31 13:36:57 +0000
3+++ mrp/mrp_view.xml 2012-02-13 13:07:41 +0000
4@@ -971,7 +971,7 @@
5 </record>
6
7 <act_window
8- context="{'search_default_product_id': [active_id]}"
9+ context="{'search_default_product_id': [active_id], 'default_product_id':active_id}"
10 id="act_product_manufacturing_open"
11 name="Manufacturing Orders"
12 view_id="mrp_production_tree_view"

Subscribers

People subscribed via source and target branches

to all changes: