Odoo 10: Open a form view in an editable tree view

Viewed 6080

I am creating a new model in Odoo 10. This model is accessed through a menu item which launches tree view.

Tree view is editable but I would like to be able to launch form view for the specific record user is editing if user wants to.

Is there any option to either put a button in the tree view to launch the form view or something? Could someone highlight the steps required or point to a similar code example?

Thanks,

3 Answers
Related