Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
772 มุมมอง

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é

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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"

อวตาร
ละทิ้ง