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

Hello All,

i have a problem related to one2many field. I'm working on sale order form and my customer language is chinese. And i want that when i'm add a product from sale order line than sale order line model should show in chinese language('partner_id.lang). For this i added context('lang') of partner language. but still not getting expected result. Means sale order form should show in english language and sale order line will be shows in chinese language(customer language). So, how to solve this problem?

Thanks in advance

아바타
취소
베스트 답변

Hey, I'm facing a similar problem. Did you find a solution to this?

아바타
취소

I suggest you submit a new question as it will be seen by more people. You can include a link to this question for reference.

베스트 답변
<xpath expr="//field[@name='order_line']" position="attributes">
            <attribute name="context">
                    "{'lang': 'code for chinese', 'default_lang': 'code for chinese' }"
            </attribute>
 </xpath>


give it a try

아바타
취소
작성자

I'll try this. But it's not work for me.

베스트 답변

User have Language change option on Preferences tab, while you create sale order  change your Language as Chinese

아바타
취소
작성자

You don't understand by problem. I want that remaining system work according to user language except sales order line form available according to customer language.

관련 게시물 답글 화면 활동
1
7월 25
1981
0
7월 20
5097
2
9월 18
7485
1
4월 18
3778
3
7월 25
22184