Skip to content

Commit

Permalink
[FIX] stock_ux: company_id zip in picking template
Browse files Browse the repository at this point in the history
closes #542

Signed-off-by: Juan Carreras <[email protected]>
  • Loading branch information
mav-adhoc committed Sep 17, 2024
1 parent 4e2dde9 commit 9ecfb0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stock_ux/report/picking_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
^FS ^CF0,30 ^FO50,115^FD
<t t-esc="picking.book_id.company_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.company_id.city"/>
^FS ^FO50,195^FD
<t class="oe_inline" t-esc="picking.book_id.company_id.state_id.name"/>
Expand All @@ -49,7 +49,7 @@
^FS ^CF0,30 ^CI28 ^FO50,115^FD
<t t-esc="picking.company_id.street"/>
^FS ^FO50,155^FD
(<t t-esc="picking.partner_id.zip"/>
(<t t-esc="picking.company_id.zip"/>
)<t t-esc="picking.company_id.city"/>
^FS ^FO50,195^FD
<t class="oe_inline" t-esc="picking.company_id.state_id.name"/>
Expand Down Expand Up @@ -179,7 +179,7 @@ Fecha

<span t-field="picking.book_id.company_id.street"/>
<br/>
( <span t-field="picking.partner_id.zip"/>
( <span t-field="picking.company_id.zip"/>
) <span t-field="picking.book_id.company_id.city"/>
<br/>
<span class="oe_inline" t-field="picking.book_id.company_id.state_id.name"/>
Expand All @@ -194,7 +194,7 @@ Fecha
<br/>
<span t-field="picking.company_id.street"/>
<br/>
( <span t-field="picking.partner_id.zip"/>
( <span t-field="picking.company_id.zip"/>
) <span t-field="picking.company_id.city"/>
<br/>
<span class="oe_inline" t-field="picking.company_id.state_id.name"/>
Expand Down

0 comments on commit 9ecfb0f

Please sign in to comment.