[FIX] Use the tempfile.mktemp function to get a temporary file name
[odoo/odoo.git] / addons / auction / auction_report.xml
1 <?xml version="1.0"?>
2 <openerp>
3         <data>
4                 <!--<delete model="ir.actions.report.xml" search="[('model','like','auction.')]"/>-->
5
6                 <report string="Listing Huissiers"
7                 model="auction.lots"
8                 name="flagey.huissier"
9                 xsl="auction/report/huissier.xsl"
10                 auto="False"
11                 id="v_huissier"
12                 multi="1"
13                 />
14
15
16                 <report string="Artists Biography"
17                  model="auction.artists"
18                  name="report.auction.artists"
19                  xml="auction/report/artists.xml"
20                  xsl="auction/report/artists.xsl"
21                  id="art2"
22                  multi="1"/>
23
24 <!--            <report string="Artists Biography"
25
26                  model="auction.lots"
27                  name="auction.artists"
28                  rml="auction/report/auction_artists.rml"
29                  id="art_auction"
30                  multi="1"/>
31 -->
32                 <report string="Bids phones"
33                  model="auction.lots"
34                  name="bids.lots"
35                  rml="auction/report/bids_lots.rml"
36                  id="bid_phone"
37                  multi="1"/>
38
39                 <report string="Bids"
40                  model="auction.bid"
41                  name="auction.bids"
42                  rml="auction/report/auction_bids.rml"
43                  id="bid_auction"
44                  multi="1"/>
45
46
47         <report
48                 string="Code barres du lot"
49                 model="auction.lots"
50                 name="auction.code_bar_lot"
51                 rml="auction/report/report_lot_bar_code.rml"
52                  multi="1"
53                 id="v_report_barcode_lot"/>
54
55
56                 <report string="Seller Labels"
57                  model="auction.lots"
58                  name="auction.seller_labels"
59                  auto="False"
60                  multi="1"/>
61
62 <!--    <report string="Catalog with pictures"
63                 model="auction.lots"
64                 name="catelogwithpictures"
65                 rml="auction/report/catelogwithpictures.rml"
66                 auto="False"
67                 multi="1"
68                 id="1"/>
69 -->
70         <report string="Catalog"
71                 model="auction.lots"
72                 name="auction.catelog"
73                 rml="auction/report/auction_catelog.rml"
74                 auto="False"
75                 multi="1"/>
76
77         <!--<report string="Deposit Letter"
78                 model="auction.lots"
79                 name="deposit.seller"
80                 rml="auction/report/deposit_seller.rml"
81                 auto="False"
82                 multi="1"/>-->
83
84         <report string="Lots List"
85                 model="auction.lots"
86                 name="lots.list"
87                 rml="auction/report/lots_list.rml"
88                 auto="False"
89                 multi="1"/>
90
91
92
93                 <report string="Lots List - Landscape"
94                  model="auction.lots"
95                  name="report.auction.lots.list.landscape"
96                  xml="auction/report/lots_list_landscape.xml"
97                  xsl="auction/report/lots_list_landscape.xsl"
98                 id="lot_list_inv"
99                   multi="1"/>
100
101
102     <report string="Lots List Inventory"
103                  model="auction.lots"
104                  name="lots.list.inventory"
105                  rml="auction/report/lots_list_inventory.rml"
106                  multi="1"/>
107
108
109
110 <report string="Lots List"
111                 model="auction.lots"
112                 name="report.auction.lots.list"
113                 xml="auction/report/lots_list.xml"
114                 xsl="auction/report/lots_list.xsl"
115                  multi="1"/>
116
117         <report string="Auction Totals with lists"
118                 model="auction.lots"
119                 name="auction.total.rml"
120                 rml="auction/report/auction_total.rml"
121                 auto="False"
122                 id="total_result1"
123                 multi="1"/>
124 <!--              <report string="Buyer Form"
125                   model="auction.lots"
126                   name="buyer_form_report"
127                   rml="auction/report/buyer_form_report.rml"
128                   auto="False"
129                   multi="1"/>
130 -->
131 <!--              <report string="Seller form"
132                   model="auction.lots"
133                   name="seller_form_report"
134                   rml="auction/report/seller_form_report.rml"
135                   auto="False"
136                   multi="1"/>-->
137
138                 <report string="Buyer Form"
139                 id="buyer_form_id"
140                 model="auction.lots"
141                 name="report.auction.ach_bordereau"
142                 xml="auction/report/ach_bordereau.xml"
143                 xsl="auction/report/ach_bordereau.xsl"
144                 multi="0"
145                 />
146
147                 <report string="Deposits"
148                 id="id_deposit"
149                 model="auction.deposit"
150                 name="report.auction.deposit"
151                 xml="auction/report/deposit.xml"
152                 xsl="auction/report/deposit.xsl"/>
153
154                 <!--<report
155                         id="report_auction_catalog"
156                         string="Catalog flagey"
157                         model="auction.lots"
158                         name="auction.cat_flagy"
159                         xsl="'auction/report/catalog2.xsl"/>-->
160
161                 <report string="Seller Form"
162                 id="seller_lots_3"
163                 model="auction.lots"
164                 name="report.auction.vnd_bordereau"
165                 xml="auction/report/vnd_bordereau.xml"
166                 xsl="auction/report/vnd_bordereau.xsl"
167                 multi="1"/>
168
169                 <report string="Seller List"
170                 model="auction.lots"
171                 multi="1"
172                 id="seller_form_id"
173                 name="report.auction.seller.list"
174                 xml="auction/report/seller_list.xml"
175                 xsl="auction/report/seller_list.xsl"/>
176
177
178                 <report string="Buyer List"
179                 model="auction.lots"
180                 name="buyer.list"
181                 id="buy_id_list"
182             rml="auction/report/buyer_list.rml"
183             auto = "False"
184             multi="1"/>
185
186
187 <!--            <report string="Seller List"
188                  model="auction.lots"
189                  name="report.auction.seller.list"
190                  xml="auction/report/seller_list.xml"
191                  xsl="auction/report/seller_list.xsl"
192                  menu="False"
193                  id="v_seller_list"
194                   multi="1"/>
195 -->
196                 <report string="Bids per lot (phone)"
197                  model="auction.lots"
198                  name="bids.phones.details"
199                  rml="auction/report/bids_phones_details.rml"
200                  id="details_bids_phones"
201                  multi="1"/>
202
203
204                 <!--<report string="Bids per lot (phone)xsl"
205                  model="auction.lots"
206                  name="report.auction.lots.bids.phone"
207                  xml="auction/report/lots_bids_phone.xml"
208                  xsl="auction/report/lots_bids_phone.xsl"
209                  multi="1"/>-->
210
211                 <report string="Auction's results"
212                         model="auction.lots"
213                         name="auction.result"
214                         rml="auction/report/auction_result.rml"
215                         multi="1"/>
216
217                 <report string="Results with buyer"
218                         model="auction.lots"
219                         name="report.auction.buyer.result"
220                         rml="auction/report/auction_buyer_result.rml"
221                         multi="1"
222                         id="res_w_buyer"/>
223
224
225                 <!--    <wizard
226                         id="auction_catalog_flagy"
227                         string="Auction Catalog Flagy"
228                         model="auction.lots"
229                         name="auction.catalog.flagey"
230                         keyword="client_print_multi"/>-->
231
232
233
234                 </data>
235 </openerp>
236