Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
4746 Zobrazení

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.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
zář 22
2185
4
kvě 18
11110
0
bře 23
5138
1
čvc 20
8479
0
dub 20
4252