odoo/addons/auction/report/results.xml

18 lines
522 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<results>
<auction type="zoom" name="auction_id">
<date-expo1 type="field" name="expo1"/>
<date-expo2 type="field" name="expo2"/>
<date-au1 type="field" name="auction1"/>
<date-au2 type="field" name="auction2"/>
<name type="field" name="name"/>
</auction>
<lines>
<lot type="fields" name="obj_num,id">
<lot-number type="field" name="obj_num"/>
<lot-info type="field" name="name"/>
<lot-price type="field" name="obj_price"/>
</lot>
</lines>
</results>