Skip to Content
Menu
This question has been flagged
4 Replies
2708 Views

Dear Developers,

How to make inline edit in sale order tree view, I just added one more "tree" in action under develop mode. see below picture



It becomes like this below (see red square)



My question is: can I make the first tree view normal and the second tree view as inline editable.  I know need add editable="top" to tree view. But How to seperate the views.

Thanks.

Avatar
Discard

May i know the reason for adding two tree views

Author

It Is Quick and easy to change the salesman or others in editable tree view, without going to Form view.

Best Answer

You have to redefine the tree view by inheriting it and changing the attribute editable, like:

<xpath expr="//tree" position="attributes" >

 <attribute name="editable" eval="False"/>

 </xpath>


Avatar
Discard
Author Best Answer

Anybody helps?

Avatar
Discard
Related Posts Replies Views Activity
0
Oct 24
3
5
Nov 23
40249
3
Sep 23
7672
2
Jan 24
2327
1
Sep 22
2142