Se rendre au contenu
Menu
Cette question a été signalée

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
Ignorer
Publications associées Réponses Vues Activité
1
sept. 22
2185
4
mai 18
11113
0
mars 23
5139
1
juil. 20
8481
0
avr. 20
4255