Hi,
i want to remove the "editable" attribute from a tree view
<tree string="Phone Calls" editable="top" >
is the original view, i dont want to edit them, to stay update save.
I need somethink link:
<tree string="Phone Calls" editable="none" >
But this did not work. I get a error for not valid xml. Have someone a simular problem and a solution?