odoo/addons/auction/report/ach_bordereau.xml

62 lines
1.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<borderform-list>
<city type="data" name="city"/>
<date type="function" name="today"/>
<borderform type="fields" name="ach_login,auction_id,ach_uid">
<title type="field" name="auction_id.name"/>
<login type="field" name="ach_login"/>
<client_info type="zoom" name="ach_uid">
<name type="field" name="name"/>
<ref type="field" name="ref"/>
<title type="field" name="title"/>
<street type="field" name="address.street"/>
<street2 type="field" name="address.street2"/>
<zip type="field" name="address.zip"/>
<city type="field" name="address.city"/>
<!--<country type="field" name="address.country.name"/>-->
<phone type="field" name="address.phone"/>
<mobile type="field" name="address.mobile"/>
</client_info>
<objects>
<cost type="call" name="compute_buyer_costs" args="">
<!--<name value="name"/>-->
<amount value="amount"/>
</cost>
<!--<cost type="field" name="auction_id.buyer_costs"/>
<name value="name"/>
<amount value="amount"/>
</cost>-->
<!--<cost type="call" name="compute_buyer_costs" args="">
<name value="name"/>
<amount value="amount"/>
</cost>-->
<object type="fields" name="obj_num,id">
<id type="field" name="id"/>
<barcode type="field" name="id" addchecksum="false" print-text="true"/>
<!--<barcode value="id" addchecksum="false" print-text="true"/>
-->
<cost type="call" name="compute_buyer_costs" args="">
<!--<id value="id"/>-->
<amount value="amount"/>
</cost>
<barcode type="field" name="id"/>
<ref type="field" name="obj_num"/>
<title type="field" name="name"/>
<desc type="field" name="obj_desc"/>
<price type="field" name="obj_price"/>
<avance type="field" name="ach_avance"/>
<state type="field" name="state"/>
</object>
</objects>
</borderform>
</borderform-list>