Skip to Content
मेन्यू
This question has been flagged
1 Reply
8101 Views

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?

Avatar
Discard
Best Answer

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>
Avatar
Discard
Author

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

Related Posts Replies Views Activity
0
मार्च 15
4108
0
फ़र॰ 17
5197
0
मार्च 15
3935
1
नव॰ 24
1599
1
सित॰ 21
9373