This question has been flagged
1 Reply
7753 Views

How to proceed to create a tree view that will open a form on create but allow to make some quick edition in list view?

Avatar
Discard
Author Best Answer

Here, is the solution I found. However, it is a bit buggy yet.

I add a filter in search view that I can activate to set the list editable: <filter string="Quick edit mode" context="{'set_editable': True}"/>

doc.openerp.com Editability Status

However, this doesn't work completely: bug 1117320

Avatar
Discard