İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
766 Görünümler

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
Vazgeç
En İyi Yanıt

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
Vazgeç