~zaber/openobject-addons/stable_5.0-extra-addons

« back to all changes in this revision

Viewing changes to auction/report/results.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="ISO-8859-1"?>
 
2
<results>
 
3
        <auction type="zoom" name="auction_id">
 
4
                <date-expo1 type="field" name="expo1"/>
 
5
                <date-expo2 type="field" name="expo2"/>
 
6
                <date-au1 type="field" name="auction1"/>
 
7
                <date-au2 type="field" name="auction2"/>
 
8
                <name type="field" name="name"/>
 
9
        </auction>
 
10
        <lines>
 
11
                <lot type="fields" name="obj_num,id">
 
12
                        <lot-number type="field" name="obj_num"/>
 
13
                        <lot-info type="field" name="name"/>
 
14
                        <lot-price type="field" name="obj_price"/>
 
15
                </lot>
 
16
        </lines>
 
17
</results>