~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to auction/auction_wizard.xml

bugfix in overlay creation system

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<terp>
3
 
        <data>
4
 
            <!--<delete model="ir.actions.wizard" search="[('wiz_name','like','auction.lots.')]"/>-->
5
 
 
6
 
                <wizard string="Send to website"
7
 
                        model="auction.lots"
8
 
                        name="auction.lots.send.aie"
9
 
                        id="wizard_send"/>
10
 
 
11
 
                <wizard string="Send results to Auction-in-europe.com"
12
 
                model="auction.lots"
13
 
                name="auction.lots.send.aie.results"
14
 
                multi="1"
15
 
                id="wizard_results"/>
16
 
 
17
 
                <wizard string="Map buyer username to Partners"
18
 
                model="auction.lots"
19
 
                name="auction.lots.buyer_map"
20
 
                multi="1"
21
 
                id="wizard_map_user"/>
22
 
 
23
 
                <wizard string="Change Auction Date"
24
 
                 model="auction.lots"
25
 
                 name="auction.lots.auction_move"
26
 
                multi="1"
27
 
                 id="wizard_change_auction"/>
28
 
 
29
 
                <!--wizard string="Pay objects of the seller"
30
 
                model="auction.lots"
31
 
                name="auction.pay.sel"
32
 
                id="wizard_lots_pay"/-->
33
 
                <wizard string="Pay objects of the buyer"
34
 
                model="auction.lots"
35
 
                name="auction.pay.buy"
36
 
                id="wizard_pay"/>
37
 
 
38
 
                <wizard 
39
 
                        string="Gestion emporte" 
40
 
                        model="auction.dates" 
41
 
                        name="auction.taken"
42
 
                        multi="1"
43
 
                        id="wizard_emporte"/>
44
 
        <menuitem name="Auction Management/Outils Bar Codes/Gestion des livraisons" 
45
 
                action="wizard_emporte" 
46
 
                type="wizard"
47
 
                id="menu_wizard_emporte"
48
 
                />
49
 
 
50
 
                <!--wizard string="Cancel payment"
51
 
                model="auction.lots"
52
 
                name="auction.lots.cancel"
53
 
                multi="1"
54
 
                id="wizard_cancel_pay"/-->
55
 
 
56
 
                <wizard string="Numerotation (per lot)"
57
 
                model="auction.lots"
58
 
                name="auction.lots.numerotate"
59
 
                multi="1"
60
 
                id="wizard_numerotate_lot"/>
61
 
 
62
 
                <wizard string="Numerotation (automatic)"
63
 
                 model="auction.lots"
64
 
                 name="auction.lots.numerotate_cont"
65
 
                 multi="1"
66
 
                id="wizard_numerotate_automatic"/>
67
 
 
68
 
                <wizard string="SMS Send"
69
 
                 model="auction.lots"
70
 
                 name="auction.lots.sms_send"
71
 
                multi="1"
72
 
                id="wizard_sms"/>
73
 
 
74
 
                 <!--wizard string="Invoice"
75
 
                 model="auction.lots"
76
 
                 name="auction.lots.invoice"
77
 
                 multi="1"
78
 
                 id="wizard_invoicing"/-->
79
 
 
80
 
 
81
 
                <wizard string="Invoice Seller objects"
82
 
                        model="auction.lots"
83
 
                        name="auction.lots.make_invoice"
84
 
                multi="1"
85
 
                        id="wizard_invoice"/>
86
 
 
87
 
                <wizard string="Invoice Buyer objects"
88
 
                        model="auction.lots"
89
 
                        name="auction.lots.make_invoice_buyer"
90
 
                        id="wizard_invoice_buyer1"/>
91
 
 
92
 
                <wizard string="Unmark as taken away"
93
 
                        model="auction.lots"
94
 
                        name="auction.lots.enable"
95
 
                        multi="1"
96
 
                        id="auction_wizard_enable_taken"/>
97
 
 
98
 
                <wizard string="Mark as taken away"
99
 
                        model="auction.lots"
100
 
                        name="auction.lots.able"
101
 
                        multi="1"
102
 
                        id="auction_wizard_able_taken"/>
103
 
 
104
 
                        <wizard
105
 
                        id="auction_catalog_flagy"
106
 
                        string="Auction Catalog Flagey"
107
 
                        model="auction.dates"
108
 
                        name="auction.catalog.flagey"
109
 
                        keyword="client_print_multi"/>
110
 
 
111
 
<wizard string="Mark as paid for buyer"
112
 
                        model="auction.lots"
113
 
                        name="auction.payer"
114
 
                        multi="1"
115
 
                        id="auction_wizard_payer"/>
116
 
 
117
 
<wizard string="Mark as paid for seller"
118
 
                        model="auction.lots"
119
 
                        name="auction.payer.sel"
120
 
                        multi="1"
121
 
                        id="auction_wizard_payer_sel"/>
122
 
 
123
 
 
124
 
 
125
 
        </data>
126
 
</terp>
127