コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1445 ビュー

Hi, 


I need the "add a line" button on top of the tree within a form.

How can I achieve this?

Thank you

アバター
破棄
最善の回答

Hi,

You can use the attribute editable='top' in your tree view

example:

<tree string="Order" editable="top">
         <field name="name"/>
         <field name="model_id"/>
   </tree>

Hope it helps

アバター
破棄
著作者

does not work if the tree is inside a form

関連投稿 返信 ビュー 活動
1
7月 25
2494
2
7月 25
7937
2
7月 25
4371
2
7月 25
4087
2
6月 25
2687