[fix] problem in o2m
[odoo/odoo.git] / addons / auction / report / ach_bordereau.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <borderform-list>
3         <city type="data" name="city"/>
4         <date type="function" name="today"/>
5
6         <borderform type="fields" name="ach_login,auction_id,ach_uid">
7                 <title type="field" name="auction_id.name"/>
8                 <login type="field" name="ach_login"/>
9                 <client_info type="zoom" name="ach_uid">
10                         <name type="field" name="name"/>
11                         <ref type="field" name="ref"/>
12                         <title type="field" name="title"/>
13                         <street type="field" name="address.street"/>
14                         <street2 type="field" name="address.street2"/>
15                         <zip type="field" name="address.zip"/>
16                         <city type="field" name="address.city"/>
17                         <phone type="field" name="address.phone"/>
18                         <mobile type="field" name="address.mobile"/>
19                 </client_info>
20                 <objects>
21                         <cost type="call" name="compute_buyer_costs" args="">
22                                         <amount value="amount"/>
23                         </cost>
24
25
26                         <object type="fields" name="obj_num,id">
27                                 <id type="field" name="id"/>
28                                 <barcode type="field" name="id" addchecksum="false" print-text="true"/>
29                                 
30                                 <cost type="call" name="compute_buyer_costs" args="">
31                                         <amount value="amount"/>
32                                 </cost>
33                                 <barcode type="field" name="id"/>
34                                 <ref type="field" name="obj_num"/>
35                                 <title type="field" name="name"/>
36                                 <desc type="field" name="obj_desc"/>
37                                 <price type="field" name="obj_price"/>
38                                 <avance type="field" name="ach_avance"/>
39                                 <state type="field" name="state"/>
40                         </object>
41                 </objects>
42         </borderform>
43 </borderform-list>