Comment 4 for bug 1073521

Revision history for this message
Alvar Vilu (alvar-vilu) wrote : Re: Unable to match entry (not invoice) in 6.1

Hi Stefan,

it seems that the view is overwritten in account_move_line

        document = etree.Element('tree', string=title, editable="top",
                                 refresh="5", on_write="on_create_write",
                                 colors="red:state=='draft';black:state=='valid'")

I don't know why but it will be always editable inline and unable to be selected for entry match.
My quick solution is to remove editable="top" :)

Alvar