By default, when you click on a tree view item in Odoo (while inside some other document's Form), it will open the linked document as a popup instead of navigating to the document, replacing the content of the 'current' window (which is the expected behavior).
I would like to replicate what you can do with action windows (that is, setting the target:current) to a tree list inside my Form so that when I click on any of the related records in the list, I can navigate to the related record taking up the entire current window. Can it be done?
Thanks.