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

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

Thanks you !

Imagine profil
Abandonează
Autor

The only thing I see for my problem is :

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

Autor

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

Thanks anyway.

Cel mai bun răspuns

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

Imagine profil
Abandonează
Cel mai bun răspuns

You Can Use len() function in pythin, 

Eg: 

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

Imagine profil
Abandonează