#84 product_print_category_supermarket: fix duplicate page
This commit is contained in:
parent
3ba962653d
commit
b2ab92f103
1 changed files with 81 additions and 83 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<template id="report_product_label_shelf" >
|
<template id="report_product_label_shelf" >
|
||||||
<t t-call="web.basic_layout">
|
|
||||||
<t t-foreach="category_data['lines']" t-as="line">
|
<t t-foreach="category_data['lines']" t-as="line">
|
||||||
<t t-set="product" t-value="line.product_id.product_tmpl_id" />
|
<t t-set="product" t-value="line.product_id.product_tmpl_id" />
|
||||||
<div class="pricetag_container" >
|
<div class="pricetag_container" >
|
||||||
|
|
@ -86,7 +85,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</t>
|
</t>
|
||||||
</t>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue