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 anajuaristi committed Jan 8, 2025
1 parent 23996f6 commit 408803b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<t t-foreach="doc.move_line_ids" t-as="line">
<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-3">
Expand All @@ -23,7 +23,7 @@
<div class="col-4" style="text-align: right;">
<b><span
t-field="line.picking_id.date_done"
t-options='{"widget": "date"}'
t-options="{&quot;widget&quot;: &quot;date&quot;}"
/></b>
</div>
</div>
Expand All @@ -33,7 +33,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="line.lot_id.name" />
Expand All @@ -50,8 +50,8 @@
</div>
<div class="col-4">
<img
t-att-src="'/report/barcode/?barcode_type=%s&amp;value=%s&amp;width=%s&amp;height=%s'%('QR', line.qr_code, 115, 115)"
style="margin-left: -30px;"
t-att-src="'/report/barcode/?barcode_type=%s&amp;value=%s&amp;width=%s&amp;height=%s'%('QR', line.qr_code, 115, 115)"
/>
</div>
</div>
Expand Down

0 comments on commit 408803b

Please sign in to comment.