[fix] problem in o2m
[odoo/odoo.git] / addons / auction / report / lots_list_landscape.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <lots>
3         <lot type="fields" name="obj_num,id">
4                 <lot_num type="field" name="obj_num"></lot_num>
5                 <lot_seller type="field" name="bord_vnd_id.partner_id.name"></lot_seller>
6                 <lot_seller_ref type="field" name="bord_vnd_id.partner_id.ref"></lot_seller_ref>
7                 <lot_limit type="field" name="vnd_lim"/>
8                 <lot_limit_net type="field" name="vnd_lim_net"/>
9                 <artist type="field" name="artist_id.name"></artist>
10                 <lot_est1 type="field" name="lot_est1"></lot_est1>
11                 <lot_est2 type="field" name="lot_est2"></lot_est2>
12                 <lot_desc type="field" name="obj_desc"></lot_desc>
13                 <lot_desc0 type="field" name="name"></lot_desc0>
14                 <deposit_num type="field" name="bord_vnd_id.name"></deposit_num>
15                 <buyer_login type="field" name="ach_login"></buyer_login>
16                 <obj_price type="field" name="obj_price"></obj_price>
17                 <bid type="zoom" name="bid_lines">
18                         <bid_id type="field" name="bid_id.name"></bid_id>
19                         <bid_name type="field" name="bid_id.partner_id.name"></bid_name>
20                         <bid_prix type="field" name="price"></bid_prix>
21                         <bid_tel type="field" name="bid_id.contact_tel"></bid_tel>
22                         <bid_tel_ok type="field" name="call"></bid_tel_ok>
23                 </bid>
24         </lot>
25 </lots>