Skip to content
Snippets Groups Projects
Commit 956386f8 authored by nicolas.russo's avatar nicolas.russo
Browse files

[FIX][T8404] Header adjusts

parent 78db5cea
No related branches found
No related tags found
1 merge request!62[FIX][T8404] Header adjusts
......@@ -22,6 +22,10 @@
CUIT: <t t-esc="o.company_id.vat" />
<br />
<t t-set="street" t-esc="o.company_id.street" />
<t t-esc="o.company_id.city" /> (
<t t-esc="o.company_id.zip" />) -
<t t-esc="o.company_id.state_id.name" /> -
<t t-esc="o.company_id.country_id.name" />
<br />
Web: <t t-esc="o.company_id.website" />
<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment