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

I have one many2many field which is filled automatically in the onchange event. The field is editable and on certain situations, users will need to remove items from that many2many field which are field automatically, but users should not add more items.

Avatar
Discard
Best Answer

hi,

you can add state that will take care of readonly or not, or assign to some group with write access.

Avatar
Discard
Best Answer

Hello,

Use many2many_tags Widget For Example,


<field name = "your_field_name" widget = "many2many_tags"/>

Thanks

Avatar
Discard
Related Posts Replies Views Activity
0
Feb 19
3017
1
May 21
2654
0
Jul 20
2910
1
Aug 24
2151
1
Feb 20
8690