Skip to Content
Menu
This question has been flagged
1 Odpoveď
753 Zobrazenia

Hello together,

is it possible to open a record from a different model with a click on a treeview?


I have a List with all Activities of the System. When i click on a row of the List a want to open for example the contact where the activity is created.


Is there anyway to do this?


Thanks in advance 

André

Avatar
Zrušiť
Best Answer

You can achieve it in different ways.. 

1) the easiest way is to display the url of the record in tree view and it will redirect you to that specific record once user click on that link.

2) You can try this solution as well. "https://github.com/OCA/web/tree/12.0/web_tree_many2one_clickable/static"

Avatar
Zrušiť