Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2790 Visualizzazioni

Hello, 

   Is there a way to make a property field with a many2many type?  I see a lot that are many2one types, but none that are many2many.  Thank you

Avatar
Abbandona
Risposta migliore

Hi,

exemple in your xml view:

<field name="picking_ids" widget="many2many" domain="[('state', 'not in', ('draft','cancel','done'))]"  />

 

Avatar
Abbandona