product_print_category_supermarket: fix style in prod
This commit is contained in:
parent
4600c0d840
commit
0f02b0bdec
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
style="font-size: 2em; vertical-align:bottom; position: absolute;
|
style="font-size: 2em; vertical-align:bottom; position: absolute;
|
||||||
top: 22mm; left: 1mm;">
|
top: 18mm; left: 1mm;">
|
||||||
<strong><span
|
<strong><span
|
||||||
t-field="product.list_price"
|
t-field="product.list_price"
|
||||||
t-options='{"widget": "float", "precision": 2}'
|
t-options='{"widget": "float", "precision": 2}'
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
</div>
|
</div>
|
||||||
<t t-if="product.volume or product.net_weight">
|
<t t-if="product.volume or product.net_weight">
|
||||||
<div
|
<div
|
||||||
style="vertical-align: bottom; position: absolute; bottom: 3mm; left: 3mm;
|
style="position: absolute; bottom: 3mm; left: 3mm;
|
||||||
font-size: 0.8em; text-align: left;">
|
font-size: 0.8em; text-align: left;">
|
||||||
<t t-if="product.volume">
|
<t t-if="product.volume">
|
||||||
<t
|
<t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue