~ubuntu-branches/ubuntu/quantal/openerp6.1/quantal-proposed

« back to all changes in this revision

Viewing changes to openerp/addons/auction/report/deposit.xml

  • Committer: Package Import Robot
  • Author(s): Yolanda Robla
  • Date: 2012-09-20 15:29:00 UTC
  • Revision ID: package-import@ubuntu.com-20120920152900-woyy3yww8z6acmsk
Tags: upstream-6.1-1+dfsg
ImportĀ upstreamĀ versionĀ 6.1-1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
                                </address>
 
24
                        </person>
 
25
                </deposit-to>
 
26
                <deposit-lines>
 
27
                        <deposit-line type="zoom" name="lot_id">
 
28
                                <lot-num type="field" name="lot_num"/>
 
29
                                <name type="field" name="name"/>
 
30
                                <lot-est1 type="field" name="lot_est1"/>
 
31
                                <lot-est2 type="field" name="lot_est2"/>
 
32
                                <lot-limit type="field" name="vnd_lim"/>
 
33
                                <lot-date type="field" name="auction_id.auction1"/>
 
34
                        </deposit-line>
 
35
                </deposit-lines>
 
36
        </deposit>
 
37
</deposit-form>