odoo/addons/stock/report/lot_overview_all.xml

15 lines
362 B
XML

<?xml version="1.0" encoding="utf-8"?>
<lotlist>
<lot type="fields" name="id">
<id type="field" name="id"/>
<product type="call" name="_product_get_all_report" args="">
<amount value="amount"/>
<variants value="variants"/>
<name value="name"/>
<code value="code"/>
<uom value="uom"/>
<price value="price"/>
</product>
</lot>
</lotlist>