~sebastien.beau/openobject-addons/on-change-support-extra-addons

« back to all changes in this revision

Viewing changes to auction_changes_work/report/vnd_bordereau.xml

  • Committer: Fabien Pinckaers
  • Date: 2007-06-21 07:15:09 UTC
  • Revision ID: fp@tinyerp.com-a4ddfd2114727001644b34a995642c7a8e0b01a0
Moved auction_changes_work to auction

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<vente-bordereau-list>
3
 
        <city type="data" name="city">Bruxelles</city>
4
 
        <date type="function" name="today"></date>
5
 
 
6
 
        <vente-bordereau type="fields" name="bord_vnd_id.name" order="desc">
7
 
                <title type="field" name="auction_id.name">Vente</title>
8
 
                <subject>Bordereau de vente</subject>
9
 
                <inventory type="field" name="bord_vnd_id.name"/>
10
 
                <client_info type="zoom" name="bord_vnd_id.partner_id">
11
 
                        <title type="field" name="title"/>
12
 
                        <name type="field" name="name"/>
13
 
                        <bank type="field" name="bank"/>
14
 
                        <street type="field" name="address.street"/>
15
 
                        <street2 type="field" name="address.street2"/>
16
 
                        <zip type="field" name="address.zip"/>
17
 
                        <city type="field" name="address.city"/>
18
 
                        <country type="field" name="address.country.name"/>
19
 
                        <phone type="field" name="address.phone"/>
20
 
                        <mobile type="field" name="address.mobile"/>
21
 
                </client_info>
22
 
                <vente-products>
23
 
                        <cost type="call" name="compute_seller_costs" args="">
24
 
                                <type value="type"/>
25
 
                                <id value="id"/>
26
 
                                <name value="name"/>
27
 
                                <amount value="amount"/>
28
 
                        </cost>
29
 
                        <product type="fields" name="obj_num,id">
30
 
                                <num_catalog type="field" name="obj_num"/>
31
 
                                <num_inv type="field" name="lot_num"/>
32
 
                                <title type="field" name="name"/>
33
 
                                <price type="field" name="obj_price"/>
34
 
                        </product>
35
 
                </vente-products>
36
 
        </vente-bordereau>
37
 
</vente-bordereau-list>