Hi all
I tried to fix the bad formating of the invoices/packing slips PDFs, etc..
Please see the bad sample here:
https://www.thuinformatik.ch/2020-10-01 22_01_48-Window.png
I would expect the format like this:
Company GmbH
PreName Name
Street No
ZIP City
Country
I found the external_layout_standard modification possibilities, but as far as i understand, the address comes preformated from somewhere here:
<div style="font-size: 12px;padding-top: 50px;" t-attf-class="article o_report_layout_standard o_company_#{company.id}_layout" t-att-data-oe-model="o and o._name" t-att-data-oe-id="o and o.id" t-att-data-oe-lang="o and o.env.context.get('lang')">
<t t-call="web.address_layout"/>
<t t-raw="0"/>
</div>
Any idea how i can fix this?
Best regards
Tom