跳至内容
菜单
此问题已终结
1 回复
3735 查看

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



形象
丢弃
最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
8
7月 24
22948
0
11月 20
3222
7
9月 19
35404
1
3月 15
6696
0
11月 19
4773