콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4275 화면

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
24189
0
11월 20
3861
7
9월 19
36331
1
3월 15
7199
0
11월 19
5411