Hello,
I have a form view that contains one2many field with many2many_tags widget and one button. after a click on many2many_tags, I am able to access the id of the record using javascript. I want to send this id generated in many2many_tags to button events using javascript.
How is it possible? can anyone please help?
I have attached a screenshot to better understanding.