flectra/addons/product/report/product_template_templates.xml
2018-01-16 02:34:37 -08:00

16 lines
512 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flectra>
<template id="report_producttemplatelabel">
<t t-call="web.basic_layout">
<div class="page">
<t t-foreach="docs" t-as="template">
<t t-foreach="template.product_variant_ids" t-as="product">
<t t-call="product.report_simple_label">
<t t-set="product" t-value="product"/>
</t>
</t>
</t>
</div>
</t>
</template>
</flectra>