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

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
Zrušit
Nejlepší odpověď

Hi,

exemple in your xml view:

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

 

Avatar
Zrušit