bugfix
[odoo/odoo.git] / addons / auction / report / deposit.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <deposit-form dev="EUR">
3         <city type="data" name="city">Bruxelles</city>
4         <date type="function" name="today"></date>
5         <deposit type="fields" name="id">
6                 <deposit-name type="field" name="name"></deposit-name>
7                 <deposit-id type="field" name="id"></deposit-id>
8                 <deposit-date type="field" name="date_dep"></deposit-date>
9                 <deposit-to type="zoom" name="partner_id">
10                         <corporation>
11                                 <title type="field" name="title"/>
12                                 <name type="field" name="name"/>
13                                 <vat type="field" name="vat"/>
14                         </corporation>
15                         <person type="zoom" name="address">
16                                 <title type="field" name="title"></title>
17                                 <name type="field" name="name"></name>
18                                 <address>
19                                         <street type="field" name="street"/>
20                                         <street2 type="field" name="street2"/>
21                                         <postcode type="field" name="zip">2640</postcode>
22                                         <city type="field" name="city">Mortsel</city>
23                                         <!--<state type="field" name="state"></state>-->
24                                 <!--    <country type="field" name="country.name">Belgique</country>-->
25                                 </address>
26                         </person>
27                 </deposit-to>
28                 <deposit-lines>
29                         <deposit-line type="zoom" name="lot_id">
30                                 <lot-num type="field" name="lot_num"/>
31                                 <name type="field" name="name"/>
32                                 <lot-est1 type="field" name="lot_est1"/>
33                                 <lot-est2 type="field" name="lot_est2"/>
34                                 <lot-limit type="field" name="vnd_lim"/>
35                                 <lot-date type="field" name="auction_id.auction1"/>
36                         </deposit-line>
37                 </deposit-lines>
38         </deposit>
39 </deposit-form>