[FIX]product:create a min stock rule from the right pannel of product- product field...
authorron@tinyerp.com <>
Mon, 17 Jan 2011 05:14:28 +0000 (10:44 +0530)
committerron@tinyerp.com <>
Mon, 17 Jan 2011 05:14:28 +0000 (10:44 +0530)
lp bug: https://launchpad.net/bugs/702871 fixed

bzr revid: ron@tinyerp.com-20110117051428-xdep0ifn23jljcb9

addons/procurement/procurement_view.xml

index 618e8d9..9c8ad70 100644 (file)
         <!-- add product_uom to context to be the default value when adding new orderpoints -->
         <act_window
             context="{'product_uom': locals().has_key('uom_id') and uom_id,'search_default_product_id': [active_id]}"
+            domain="[('product_id', '=', active_id)]"
             id="act_product_product_2_stock_warehouse_orderpoint"
             name="Minimum Stock Rules"
             res_model="stock.warehouse.orderpoint"