[fix] problem in o2m
[odoo/odoo.git] / addons / auction / report / results_buyer.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE results SYSTEM "/home/pinky/code/terp/xml/dtd/fiches.dtd">
3 <results>
4         <auction type="zoom" name="auction_id">
5                 <date-expo1 type="field" name="expo1"/>
6                 <date-expo2 type="field" name="expo2"/>
7                 <date-au1 type="field" name="auction1"/>
8                 <date-au2 type="field" name="auction2"/>
9                 <name type="field" name="name"/>
10         </auction>
11         <lines>
12                 <lot type="fields" name="obj_num,id">
13                         <lot-number type="field" name="obj_num"/>
14                         <lot-info type="field" name="name"/>
15                         <lot-price type="field" name="obj_price"/>
16                         <lot-buyer type="field" name="ach_uid.name" />
17                 </lot>
18         </lines>
19 </results>