mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-27 05:12:01 +02:00
19.0 vanilla
This commit is contained in:
parent
79f83631d5
commit
73afc09215
6267 changed files with 1534193 additions and 1130106 deletions
|
|
@ -1,11 +1,45 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="report_producttemplatelabel">
|
||||
|
||||
<!-- IMPORTANT: explictly include col/row otherwise studio won't load report correctly -->
|
||||
<template id="report_producttemplatelabel2x7">
|
||||
<t t-call="web.basic_layout">
|
||||
<div class="page">
|
||||
<t t-call="product.report_productlabel">
|
||||
<t t-set="products" t-value="products"/>
|
||||
</t>
|
||||
<t t-set="columns" t-value="2"/>
|
||||
<t t-set="rows" t-value="7"/>
|
||||
<t t-call="product.report_productlabel"/>
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
<template id="report_producttemplatelabel4x7">
|
||||
<t t-call="web.basic_layout">
|
||||
<div class="page">
|
||||
<t t-set="columns" t-value="4"/>
|
||||
<t t-set="rows" t-value="7"/>
|
||||
<t t-call="product.report_productlabel"/>
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
<template id="report_producttemplatelabel4x12">
|
||||
<t t-call="web.basic_layout">
|
||||
<div class="page">
|
||||
<t t-set="columns" t-value="4"/>
|
||||
<t t-set="rows" t-value="12"/>
|
||||
<t t-set="price_included" t-value="True"/>
|
||||
<t t-call="product.report_productlabel"/>
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
<template id="report_producttemplatelabel4x12noprice">
|
||||
<t t-call="web.basic_layout">
|
||||
<div class="page">
|
||||
<t t-set="columns" t-value="4"/>
|
||||
<t t-set="rows" t-value="12"/>
|
||||
<t t-set="price_included" t-value="False"/>
|
||||
<t t-call="product.report_productlabel"/>
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
|
|
@ -13,9 +47,7 @@
|
|||
<template id="report_producttemplatelabel_dymo">
|
||||
<t t-call="web.basic_layout">
|
||||
<div class="page">
|
||||
<t t-call="product.report_productlabel_dymo">
|
||||
<t t-set="products" t-value="products"/>
|
||||
</t>
|
||||
<t t-call="product.report_productlabel_dymo"/>
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue