Skip to content

Commit

Permalink
[IMP] stock_product_qr_label: Improve views
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiberis authored and oihane committed Jan 13, 2025
1 parent b96d58e commit 65f8cc4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<t t-call="stock_product_qr_label.external_layout_quant_product_label">
<div
class="page"
style="font-size: 19px; font-family: ubuntu condensed; padding-top: 5px; margin-right: -10px; margin-left: -10px; margin-bottom: -10px;"
style="font-size: 12px !important; font-family: ubuntu condensed; page-break-after: always; padding-top: 5px; margin-right: -10px; margin-left: -10px; margin-bottom: -10px; margin-top: 10px;"
>
<div class="row">
<div class="col-6">
Expand All @@ -16,7 +16,7 @@
<div class="col-6" style="text-align: right;">
<b><span
t-field="doc.create_date"
t-options='{"widget": "date"}'
t-options="{&quot;widget&quot;: &quot;date&quot;}"
/></b>
</div>
</div>
Expand All @@ -26,7 +26,7 @@
</div>
</div>
<div class="row">
<div class="col-8">
<div class="col-8" style="padding-right: 30px;">
<b>
<span>Lot.: </span>
<span t-field="doc.lot_id.name" />
Expand Down

0 comments on commit 65f8cc4

Please sign in to comment.