[fix] problem in o2m
[odoo/odoo.git] / addons / auction / report / buyer_list.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <achat-listing>
3         <date type="function" name="today"></date>
4         <subject>Listing des acheteurs</subject>
5         <auctions type="fields" name="auction_id">
6                 <title type="field" name="auction_id.name"/>
7                 <cost-index type="call" name="" args="">
8                         <id value="id"/>
9                         <name value="name"/>
10         </cost-index>
11                 <buyers type="fields" name="ach_login">
12                         <id type="field" name="id"/>
13                         <login type="field" name="ach_login"/>
14                         <name type="field" name="ach_uid.name"/>
15                         <product type="fields" name="obj_num,id">
16                         <cost type="call" name="" args="">
17                                         <id value="id"/>
18                                         <amount value="amount"/>
19                                 </cost>
20                                 <ref type="field" name="obj_num"/>
21                                 <price type="field" name="obj_price" default="0.0"/>
22                                 <paid type="field" name="state"/>
23                                 <payment type="field" name="ach_pay_id.id"/>
24                         </product>
25                 </buyers>
26         </auctions>
27 </achat-listing>