bugfix
[odoo/odoo.git] / addons / auction / report / seller_list.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <seller-list>
3         <date type="function" name="today"></date>
4         <subject>Listing des vendeurs</subject>
5         
6         <auctions type="fields" name="auction_id">
7                 <title type="field" name="auction_id.name">Auction Title</title>
8                 
9                 <cost-index type="call" name="compute_seller_costs_summed" args="">
10                         <type value="type"/>
11                         <id value="id"/>
12                         <name value="name"/>
13                 </cost-index>
14                 
15                 <sellers type="fields" name="bord_vnd_id">
16                         <inventory type="field" name="bord_vnd_id.name"></inventory>
17                         <name type="field" name="bord_vnd_id.partner_id.name"></name>
18                         <cost type="call" name="compute_seller_costs_summed" args="">
19                                 <type value="type"/>
20                                 <id value="id"/>
21                                 <amount value="amount"/>
22                         </cost>
23                         <product type="fields" name="obj_num,id">
24                                 <ref type="field" name="obj_num"></ref>
25                                 <price type="field" name="obj_price" default="0.0"></price>
26                         </product>
27                 </sellers>
28         </auctions>
29 </seller-list>