~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to delivery/delivery_wizard.xml

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<terp>
 
3
        <data>
 
4
 
 
5
                <wizard 
 
6
                string="Add delivery line" 
 
7
                model="sale.order" 
 
8
                name="delivery.sale.order" 
 
9
                id="wizard_deliver_line_add"
 
10
                keyword="client_action_multi" />
 
11
 
 
12
                <wizard
 
13
                string="Create invoice"
 
14
                model="stock.picking"
 
15
                name="delivery.invoice_onshipping"
 
16
                keyword="client_action_multi" 
 
17
                id="wizard_delivery_invoice_onshipping"
 
18
                />
 
19
 
 
20
 
 
21
 
 
22
        </data>
 
23
</terp>