跳至內容
選單
此問題已被標幟
1 回覆
2795 瀏覽次數

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

頭像
捨棄
最佳答案

Hi,

exemple in your xml view:

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

 

頭像
捨棄