[FIX]: act_window : Going through act_window, clicking new doesn't set default value
[odoo/odoo.git] / addons / auction / auction_report.xml
1 <?xml version="1.0"?>
2 <openerp>
3         <data>
4
5     <report string="Bailiffs Listing"
6                 model="auction.lots"
7                 name="flagey.huissier"
8                 xsl="auction/report/huissier.xsl"
9                 auto="False"
10                 id="v_huissier"
11                 multi="1"
12                 />
13
14     <report string="Artists Biography"
15                  model="auction.artists"
16                  name="report.auction.artists"
17                  xml="auction/report/artists.xml"
18                  xsl="auction/report/artists.xsl"
19                  id="art2"
20                  multi="1"/>
21
22     <report string="Bids phones"
23                  model="auction.lots"
24                  name="bids.lots"
25                  rml="auction/report/bids_lots.rml"
26                  id="bid_phone"
27                  multi="1"/>
28
29     <report string="Bids"
30                  model="auction.bid"
31                  name="auction.bids"
32                  rml="auction/report/auction_bids.rml"
33                  id="bid_auction"
34                  multi="1"/>
35
36
37         <report
38                 string="Barcode batch"
39                 model="auction.lots"
40                 name="auction.code_bar_lot"
41                 rml="auction/report/report_lot_bar_code.rml"
42                  multi="1"
43                 id="v_report_barcode_lot"/>
44
45
46         <report string="Seller Labels"
47                  model="auction.lots"
48                  name="auction.seller_labels"
49                  auto="False"
50                  multi="1"/>
51
52         <report string="Catalog"
53                 model="auction.lots"
54                 name="auction.catelog"
55                 rml="auction/report/auction_catelog.rml"
56                 auto="False"
57                 multi="1"/>
58
59         <report string="Lots List"
60                 model="auction.lots"
61                 name="lots.list"
62                 rml="auction/report/lots_list.rml"
63                 auto="False"
64                 multi="1"/>
65
66
67         <report string="Lots List - Landscape"
68                  model="auction.lots"
69                  name="report.auction.lots.list.landscape"
70                  xml="auction/report/lots_list_landscape.xml"
71                  xsl="auction/report/lots_list_landscape.xsl"
72                 id="lot_list_inv"
73                   multi="1"/>
74
75     <report string="Lots List Inventory"
76          model="auction.lots"
77          name="lots.list.inventory"
78          rml="auction/report/lots_list_inventory.rml"
79          multi="1"/>
80
81     <report string="Lots List"
82                 model="auction.lots"
83                 name="report.auction.lots.list"
84                 xml="auction/report/lots_list.xml"
85                 xsl="auction/report/lots_list.xsl"
86                  multi="1"/>
87
88         <report string="Auction Totals with lists"
89                 model="auction.lots"
90                 name="auction.total.rml"
91                 rml="auction/report/auction_total.rml"
92                 auto="False"
93                 id="total_result1"
94                 multi="1"/>
95
96         <report string="Buyer Form"
97                 id="buyer_form_id"
98                 model="auction.lots"
99                 name="report.auction.ach_bordereau"
100                 xml="auction/report/ach_bordereau.xml"
101                 xsl="auction/report/ach_bordereau.xsl"
102                 multi="0"
103                 header= "True"
104                 />
105
106         <report string="Deposits"
107                 id="id_deposit"
108                 model="auction.deposit"
109                 name="report.auction.deposit"
110                 xml="auction/report/deposit.xml"
111                 xsl="auction/report/deposit.xsl"/>
112
113         <report string="Seller Form"
114                 id="seller_lots_3"
115                 model="auction.lots"
116                 name="report.auction.vnd_bordereau"
117                 xml="auction/report/vnd_bordereau.xml"
118                 xsl="auction/report/vnd_bordereau.xsl"
119                 multi="1"/>
120
121         <report string="Seller List"
122                 model="auction.lots"
123                 multi="1"
124                 id="seller_form_id"
125                 name="report.auction.seller.list"
126                 xml="auction/report/seller_list.xml"
127                 xsl="auction/report/seller_list.xsl"/>
128
129
130         <report string="Buyer List"
131                 model="auction.lots"
132                 name="buyer.list"
133                 id="buy_id_list"
134             rml="auction/report/buyer_list.rml"
135             auto = "False"
136             multi="1"/>
137
138
139         <report string="Bids per lot (phone)"
140                  model="auction.lots"
141                  name="bids.phones.details"
142                  rml="auction/report/bids_phones_details.rml"
143                  id="details_bids_phones"
144                  multi="1"/>
145
146
147                 <!--<report string="Bids per lot (phone)xsl"
148                  model="auction.lots"
149                  name="report.auction.lots.bids.phone"
150                  xml="auction/report/lots_bids_phone.xml"
151                  xsl="auction/report/lots_bids_phone.xsl"
152                  multi="1"/>-->
153
154 <!-- temp -->
155
156         <report string="Auction's results"
157                 model="auction.lots"
158                 name="auction.result"
159                 rml="auction/report/auction_result.rml"
160                 multi="1"/>
161
162         <report string="Results with buyer"
163                 model="auction.lots"
164                 name="report.auction.buyer.result"
165                 rml="auction/report/auction_buyer_result.rml"
166                 multi="1"
167                 id="res_w_buyer"/>
168
169                 </data>
170 </openerp>
171