跳至内容
菜单
此问题已终结
2 回复
2746 查看

Hello there, it's possible to make a many2many field required ?

Thanks you !

形象
丢弃
编写者

The only thing I see for my problem is :

Redefine create and write et add constrains. It's the only thing I can do ?

编写者

Hello, it doesn't work for me, it's that for this reason I have created this request. :'(

Thanks anyway.

最佳答案

try fields_to_use = fields.Many2many('model.model', 'field_names_model', required=True)

形象
丢弃
最佳答案

You Can Use len() function in pythin, 

Eg: 

if len(self.Many2mnay_filed) == 0:
raise UserError(_('Please Add Many2many Field'))

形象
丢弃