تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2265 أدوات العرض

Hello Community

i'm trying to change product route depending on some condition but i'm having hard time figuring out how to check an many2many_checkbox with python code ,is there any way to do so ?

الصورة الرمزية
إهمال
أفضل إجابة

Use the special operator [(6,0, IDS)], where IDS is a list of m2m values you would like to enter. E.g. [1,2,9]

Basically, filling m2m doesn't depend upon a used widget

الصورة الرمزية
إهمال