2018-01-16 06:58:15 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-01-16 11:34:37 +01:00
|
|
|
<flectra>
|
2018-01-16 06:58:15 +01:00
|
|
|
<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>
|
2018-01-16 11:34:37 +01:00
|
|
|
</flectra>
|