Hi,
I am working on how to make a many2many tag widget clickable, when you click on any tag it takes you to the form view of the object represented by the clicked tag, here code example :
Python , field declaration :
sale_ids = fields.Many2many('sale.order', 'sale_order_invoice_rel' , 'invoice_id','order_id', 'quotations')
Xml file :
<field string="linked quotations" name="sale_ids" widget="many2many_tags" options="{'no_open': False}" />
currently i'm working on a javascript function to do that, but if there's a tip on how to do that using xml or python i'd appreciate the help.
-------------------------------------------------------------------------------------------------
I am interested in this same feature. Did you ever get this functionality working?
Yes i did, using js
How you can achieve this using javascript?
please vote for the question to make it interesting, then i'll post a reply on how i could do it
OK. I vote you.
i answered it :)
Ok. Can you please help me. I have one problem. For example: I have one many2one widget in that there is create and edit option. after click on this option I want display model field value in that many2one widget. I hope you understand problem. if not then please let me know