Skip to content

Commit

Permalink
[FIX]stoxk_ux: transfer label partner zip
Browse files Browse the repository at this point in the history
closes #548

X-original-commit: a7ec566
Signed-off-by: Juan Carreras <[email protected]>
  • Loading branch information
mav-adhoc committed Oct 2, 2024
1 parent d3516ec commit 2184df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stock_ux/report/picking_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
^FS ^CF0,30 ^FO50,115^FD
<t t-esc="picking.book_id.report_partner_id.street"/>
^FS ^FO50,155^FD
(<t t-esc="picking.partner_id.zip"/>
(<t t-esc="picking.company_id.zip"/>
)<t t-esc="picking.book_id.report_partner_id.city"/>
^FS ^FO50,195^FD
<t class="oe_inline" t-esc="picking.book_id.report_partner_id.state_id.name"/>
Expand Down Expand Up @@ -164,7 +164,7 @@ Fecha
<span t-field="picking.book_id.report_partner_id.street"/>
<br/>

( <span t-field="picking.partner_id.zip"/>
( <span t-field="picking.company_id.zip"/>
) <span t-field="picking.book_id.report_partner_id.city"/>
<br/>
<span class="oe_inline" t-field="picking.book_id.report_partner_id.state_id.name"/>
Expand Down

0 comments on commit 2184df2

Please sign in to comment.