~openbig/bigconsulting/order_point_calculator

« back to all changes in this revision

Viewing changes to packing_barcode_check/wizard/select_picking.py

  • Committer: husen
  • Date: 2010-08-17 07:44:15 UTC
  • mfrom: (73.1.10 bigconsulting)
  • Revision ID: husen@husen-laptop-20100817074415-o2tcx9t8nj8hec2z
Improvement in stock_min_cal module

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                'res_model': 'stock.picking',
48
48
                'type': 'ir.actions.act_window',
49
49
                'view_id':[resource_id],
 
50
                'auto_refresh':1,
50
51
                'res_id':data['form']['picking_id'],
51
52
                'context':"{'contact_display':'partner'}", 
52
53
            }