This question has been flagged
1 Reply
6812 Views

hi i want to add link into tree view of odoo 10

so how can i do that

Avatar
Discard
Best Answer

Hi Kartik,

You can add link to treeview using url widget.

just add widget in the field that contains link.

Example: <field name="file_path" widget="url"/>
For more details just refer:
https://www.odoo.com/forum/help-1/question/how-to-use-widget-url-in-tree-view-61893
https://stackoverflow.com/questions/19043159/hyperlink-in-openerp-tree-view


accept answer if helpful.
Thank you..



Avatar
Discard