Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
4165 Weergaven

Hello.


Standard  Email Template the customer adress on the right site on sale/invoice.

I need it on the left site in europe .

Can someone help me ? 


Best regards



Avatar
Annuleer
Beste antwoord

Hi,

Hope you are making changes in the PDF attachment of order/invoice with the mail.
You have to change the template to bring customer address from right side to left side.

<  odoo>
    <  data>
        <  template id="address_layout" inherit_id="web.address_layout">
            <  xpath expr="//div[@name='address']" position="replace">
                <  div name="address" class="ml-3 mb-5">
                    <  t t-raw="address"/>
                <  /div>
            <  /xpath>
        <  /template>
    <  /data>
<  /odoo>

Regards

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
8
jul. 24
24022
0
nov. 20
3776
7
sep. 19
36207
1
mrt. 15
7144
0
nov. 19
5362