Skip to Content
Menu
This question has been flagged
2 Replies
2652 Views

I'm creating piece of code for report form. But i use widget many2many checkboxes. So how to i can check value True False in file.py 

Avatar
Discard
Best Answer

If you are using many2many checkboxes, then which selected as true, you can access on many2many field. It will link ro many2many field as value. Which is not selected that will not add in many2many field.

You can easily write a logic that if record is linked to many2many fields mark that as True in your report for other records mark as False.

Thanks

Avatar
Discard
Author Best Answer

i need more details. Thanks

Avatar
Discard
Related Posts Replies Views Activity
4
Apr 24
170727
0
Dec 23
606
5
Nov 24
217134
1
Dec 22
1692
2
Nov 22
1679