Skip to content

Commit

Permalink
Merge pull request #45 from kmee/14.0-delivery_picking_label
Browse files Browse the repository at this point in the history
[UPD] l10n_br_delivery_picking_label: picking label designer
  • Loading branch information
mileo authored Sep 15, 2024
2 parents e9030a9 + f2cdb5f commit 426caa9
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<t t-call="web.basic_layout">
<t t-foreach="docs" t-as="picking">
<t t-foreach="range(picking.number_of_volumes)" t-as="volume">
<div class="page" style="page-break-after: always">
<p><span t-field="picking.partner_id.legal_name" /> (<span
t-field="picking.partner_id.name"
/>)</p>
<p>SERIE/NF-E: <span
<div class="page" style="page-break-after: always; border: 0 solid black; height: 61mm;" >
<div style="font-size: 15px; padding: 0; border: 0 solid black; height: 41mm;">
<p><span t-field="picking.partner_id.legal_name" style="margin: 0;" /></p>
</div>
<p>NF-E <span
t-field="picking.document_serie"
/>/<span t-field="picking.document_number" /></p>
/> <span t-field="picking.document_number" /></p>
<t t-set="volume_display" t-value="volume + 1" />
<p><span t-esc="volume_display" />/<span
<p style="text-align: right;"><span t-esc="volume_display" />/<span
t-field="picking.number_of_volumes"
/></p>
<p><span t-field="picking.carrier_id" /></p>
<p style="text-align: right;"><span t-field="picking.carrier_id" /></p>
</div>
</t>
</t>
Expand Down

0 comments on commit 426caa9

Please sign in to comment.