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

« back to all changes in this revision

Viewing changes to auction_changes_work/report/lots_with_vat.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" ?>
2
 
<lots>
3
 
        <lot type="fields" name="id">
4
 
                <number type="field" name="obj_num" />
5
 
                <vat type="field" name="tva.name" />
6
 
                <commission type="call" name="compute_seller_costs" args="">
7
 
                        <name value="name" />
8
 
                        <amount value="amount" />
9
 
                </commission>
10
 
                <adjudicated type="field" name="obj_price" />
11
 
                <expenses type="call" name="compute_buyer_costs" args="">
12
 
                        <name value="name" />
13
 
                        <amount value="amount" />
14
 
                </expenses>
15
 
        </lot>
16
 
</lots>