Skip to Content
मेन्यू
This question has been flagged
1 Reply
4135 Views

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
Discard
Best Answer

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
Discard
Related Posts Replies Views Activity
8
जुल॰ 24
23944
0
नव॰ 20
3760
7
सित॰ 19
36146
1
मार्च 15
7123
0
नव॰ 19
5331