bugfix
[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                         <!--<country type="field" name="address.country.name"/>-->
18                         <phone type="field" name="address.phone"/>
19                         <mobile type="field" name="address.mobile"/>
20                 </client_info>
21                 <objects>
22                         <cost type="call" name="compute_buyer_costs" args="">
23                                         <!--<name value="name"/>-->
24                                         <amount value="amount"/>
25                         </cost>
26
27                         <!--<cost type="field" name="auction_id.buyer_costs"/>
28                                         <name value="name"/>
29                                         <amount value="amount"/>
30                         </cost>-->
31
32
33                         <!--<cost type="call" name="compute_buyer_costs" args="">
34                                 <name value="name"/>
35                                         <amount value="amount"/>
36                         </cost>-->
37
38
39
40
41
42                         <object type="fields" name="obj_num,id">
43                                 <id type="field" name="id"/>
44                                 <barcode type="field" name="id" addchecksum="false" print-text="true"/>
45                                 <!--<barcode value="id" addchecksum="false" print-text="true"/>
46 -->
47                                 <cost type="call" name="compute_buyer_costs" args="">
48                                         <!--<id value="id"/>-->
49                                         <amount value="amount"/>
50                                 </cost>
51                                 <barcode type="field" name="id"/>
52                                 <ref type="field" name="obj_num"/>
53                                 <title type="field" name="name"/>
54                                 <desc type="field" name="obj_desc"/>
55                                 <price type="field" name="obj_price"/>
56                                 <avance type="field" name="ach_avance"/>
57                                 <state type="field" name="state"/>
58                         </object>
59                 </objects>
60         </borderform>
61 </borderform-list>