[IMP] product: product_variant restrict to the group_product_variant
[odoo/odoo.git] / addons / product / report / product_label.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <lots>
3     <lot-line type="fields" name="id">
4         <code type="field" name="code"/>
5         <product type="field" name="name"/>
6         <variant type="field" name="variants"/>
7         <price type="field" name="list_price"/>
8         <ean13 type="field" name="ean13"/>
9         <currency type="field" name="company_id.currency_id.name"/>
10     </lot-line>
11 </lots>