~serpent-consulting-services/openerp-usa/shipping_api_6-1

« back to all changes in this revision

Viewing changes to sale_negotiated_shipping/wizard_view.xml

  • Committer: npgllc
  • Date: 2012-08-02 17:13:27 UTC
  • Revision ID: npgllc-20120802171327-2xgyyjjb5d1kx26y
Removed all the 6.0 compatible modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<openerp>
3
 
    <data>
4
 
          <wizard id="assigned_picker_order_id" model="stock.picking"
5
 
          multi="True" name="assigned_picker_order" string="Assigned Picker"/>
6
 
 
7
 
           <wizard id="assigned_picker_move_id" model="stock.move"
8
 
          multi="True" name="assigned_picker_order" string="Assigned Picker"/>
9
 
    </data>
10
 
</openerp>