Hello
I would like the end user:
- To be able to edit lines to a one2many field directly inline (edit the cells of the form's tree lines). 
- To be able to click on that line, or a button of that line, and access the popup form view of that line. 
Technically:
- With editable=bottom, I am able to do inline edit, 1. is solved. 
- Without editable, I am able to click on a line and edit it through a popup form view, 2. is solved. 
Question:
Is that possible to achieve the two at the same time ? For instance using editable=bottom PLUS a button on the line to display the line's popup form view ?
