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

« back to all changes in this revision

Viewing changes to shipping_api/stock_view.xml

  • Committer: npgllc
  • Date: 2012-07-26 11:13:58 UTC
  • mfrom: (59.1.1 PackingSlip)
  • Revision ID: npgllc-20120726111358-eldlob3fcod5sv18
Added Packing Slip High Value Shipment for UPS

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
                                                                type="object" name="process_ship"  icon="gtk-execute"
94
94
                                                                attrs="{'invisible':[('ship_state','in',['ready_pick','in_process','cancelled','shipped','delivered'])]}"  colspan="1"/>
95
95
 
96
 
                                                        <button attrs="{'invisible': [('ship_state', 'in', ['read_pick','shipped','delivered'])]}" string="Print Labels" type="object" name="print_labels" icon="gtk-print" colspan="1"/>
97
 
 
98
 
                                                        <button  icon="gtk-go-back" string="Back" help='This communicates with the Logistics company (e.g. UPS) and performs the void operations.' type="object" name="process_void" attrs="{'invisible':[('ship_state','not in',['ready_pick','in_process'])]}" confirm="Are you sure you want to cancel this shipment?"/>
99
 
 
100
 
                                                        <button string="Cancel" type="object" name="cancel_ship" icon="gtk-cancel"
 
96
                                                        <button attrs="{'invisible': [('ship_state', 'in', ['read_pick','shipped','delivered', 'draft', 'cancelled'])]}" string="Print Labels" type="object" name="print_labels" icon="gtk-print" colspan="1"/>
 
97
                                                        
 
98
                                                        <button attrs="{'invisible': [('ship_state', 'in', ['read_pick','shipped','delivered', 'draft', 'cancelled'])]}"
 
99
                                                                        string="Print Packing Slips" type="object" name="print_packing_slips" icon="gtk-print" colspan="1"/>
 
100
 
 
101
                                                        <button  icon="gtk-cancel" string="Cancel" help='This communicates with the Logistics company (e.g. UPS) and performs the void operations.' type="object" name="process_void" attrs="{'invisible':[('ship_state','not in',['ready_pick','in_process'])]}" confirm="Are you sure you want to cancel this shipment?"/>
 
102
 
 
103
                                                        <button string="Cancel" type="Cancel" name="cancel_ship" icon="gtk-cancel"
101
104
                                                                attrs="{'invisible':[('ship_state','in',['ready_pick','in_process','cancelled','shipped','delivered'])]}" colspan="1"/>
102
105
                                                </group>
103
106
                                                <newline/>
204
207
                                                                type="object" name="process_ship"  icon="gtk-execute"
205
208
                                                                attrs="{'invisible':[('ship_state','in',['ready_pick','in_process','cancelled','shipped','delivered'])]}"  colspan="1"/>
206
209
 
207
 
                                                        <button attrs="{'invisible': [('ship_state', 'in', ['read_pick','shipped','delivered'])]}" string="Print Labels" type="object" name="print_labels" icon="gtk-print" colspan="1"/>
 
210
                                                        <button attrs="{'invisible': [('ship_state', 'in', ['read_pick','shipped','delivered', 'draft', 'cancelled'])]}" string="Print Labels" type="object" name="print_labels" icon="gtk-print" colspan="1"/>
 
211
                                                        
 
212
                                                        <button attrs="{'invisible': [('ship_state', 'in', ['read_pick','shipped','delivered', 'draft', 'cancelled'])]}"
 
213
                                                                        string="Print Packing Slips" type="object" name="print_packing_slips" icon="gtk-print" colspan="1"/>
208
214
 
209
 
                                                        <button  icon="gtk-go-back" string="Back" help='This communicates with the Logistics company (e.g. UPS) and performs the void operations.' type="object" name="process_void" attrs="{'invisible':[('ship_state','not in',['ready_pick','in_process'])]}" confirm="Are you sure you want to cancel this shipment?"/>
 
215
                                                        <button  icon="gtk-cancel" string="Cancel" help='This communicates with the Logistics company (e.g. UPS) and performs the void operations.' type="object" name="process_void" attrs="{'invisible':[('ship_state','not in',['ready_pick','in_process'])]}" confirm="Are you sure you want to cancel this shipment?"/>
210
216
 
211
217
                                                        <button string="Cancel" type="object" name="cancel_ship" icon="gtk-cancel"
212
218
                                                                attrs="{'invisible':[('ship_state','in',['ready_pick','in_process','cancelled','shipped','delivered'])]}" colspan="1"/>