Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
770 Представления

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"

Аватар
Отменить