Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2800 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

exemple in your xml view:

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

 

Imagine profil
Abandonează