~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to auction/report/results.xml

bugfix in overlay creation system

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>