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

Hi,

I want to create a pivot view of a specific model.
I'd to know how to access one2many fields of that model?

I'm using this code:

<code>

<record id="view_id" model="ir.ui.view">

<field name="model">stock.picking</field>

<field name="arch" type="xml">

<pivot>

<field name="name" type="row"/>

</pivot>

</field>

</record>

</code>

is it possible to do that? if not, why?

Thanks.

아바타
취소
관련 게시물 답글 화면 활동
1
9월 22
2184
4
5월 18
11104
0
3월 23
5136
1
7월 20
8469
0
4월 20
4250