コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4226 ビュー

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
24149
0
11月 20
3823
7
9月 19
36299
1
3月 15
7185
0
11月 19
5399