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

i want to use tree in form view just like this.

item
 sub----
 sub----
item2
 sub---
 sub----

image description and i can add item or sub..
in openerp can realize this?

アバター
破棄
最善の回答

If you have a field ("Fieldname_in_Your_Model") maybe as one2many or many2many you can define in View:

<field name="Fieldname_in_Your_Model">
    <tree string="TreeName">
        <field name="Name_Of_Field_From_Related_Model"/>
        ...
    </tree>
</field>
アバター
破棄
著作者

oh, not this. this only add item, can't not show the subject or edit the subject

関連投稿 返信 ビュー 活動
0
3月 15
4249
0
2月 17
5340
0
3月 15
4068
1
11月 24
1719
1
9月 21
9522