跳至內容
選單
此問題已被標幟
4750 瀏覽次數

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
2186
4
5月 18
11115
0
3月 23
5140
1
7月 20
8485
0
4月 20
4255