Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
8231 Vizualizări

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?

Imagine profil
Abandonează
Cel mai bun răspuns

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>
Imagine profil
Abandonează
Autor

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

Related Posts Răspunsuri Vizualizări Activitate
0
mar. 15
4252
0
feb. 17
5344
0
mar. 15
4070
1
nov. 24
1721
1
sept. 21
9523