Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1010426-mma into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1010426 in OpenERP Addons: "[trunk] cannot open Receptions/Deliveries 
link from product kanban view"
  https://bugs.launchpad.net/openobject-addons/+bug/1010426

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1010426-mma/+merge/109587

Hello Sir,

      stock: I Have fix the issue of to open a links of receptions and 
deliveries from kanban view

Thanks.
Mayur
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1010426-mma/+merge/109587
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1010426-mma.
=== modified file 'stock/product_view.xml'
--- stock/product_view.xml	2012-06-09 20:31:27 +0000
+++ stock/product_view.xml	2012-06-11 09:20:34 +0000
@@ -132,7 +132,7 @@
             <field name="type">ir.actions.act_window</field>
             <field name="view_type">form</field>
             <field name="view_mode">tree,form</field>
-            <field name="domain">[('product_id','=',active_id),('picking_id.type','=','in')]</field>
+            <field name="domain">[('picking_id.type','=','in')]</field>
             <field name="view_id" ref="view_move_tree_reception_picking"/>
             <field name="context" eval="'{\'search_default_product_id\': [active_id]}'"/>
             <field name="search_view_id" ref="view_move_search_reception_incoming_picking"/>
@@ -145,7 +145,7 @@
             <field name="type">ir.actions.act_window</field>
             <field name="view_type">form</field>
             <field name="view_mode">tree,form</field>
-            <field name="domain">[('product_id','=',active_id),('picking_id.type','=','out')]</field>
+            <field name="domain">[('picking_id.type','=','out')]</field>
             <field name="view_id" ref="view_move_tree_reception_picking"/>
             <field name="context" eval="'{\'search_default_product_id\': [active_id]}'"/>
             <field name="search_view_id" ref="view_move_search_reception_outcoming_picking"/>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to