#84 product_print_category_supermarket: fix duplicate page

This commit is contained in:
Luis 2025-02-24 17:25:15 +01:00
parent 3ba962653d
commit b2ab92f103

View file

@ -2,7 +2,6 @@
<odoo>
<template id="report_product_label_shelf" >
<t t-call="web.basic_layout">
<t t-foreach="category_data['lines']" t-as="line">
<t t-set="product" t-value="line.product_id.product_tmpl_id" />
<div class="pricetag_container" >
@ -86,7 +85,6 @@
</div>
</div>
</t>
</t>
</template>
</odoo>