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

Hi, 

I need to display a res.company custom field in sale_view.xml, how can i do that?

thanks

아바타
취소
베스트 답변

One way is to create a new field on the sale.order model that relates to the field on res.company you want to see.  As long as there is already a field on the sale.order model that links to res.company, this is possible.  The field that does this is company_id.


1. Settings --> Technical --> Database Structure --> Models

2. Find and open the sale.order model for editing.

3. Click Add an Item to add a new field, like this:


4. Add the new field to your XML, and see it in the Sale Order form view:


아바타
취소

The Saas Studio release does not give access to advanced settings which would raise the possibility to link the newly created field to the field of the other model (here res.partner)

작성자 베스트 답변

Thanks a lot @Ray it work, there is another way to do that? "out of curiosity"

아바타
취소