Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
8236 Widoki

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?

Awatar
Odrzuć
Najlepsza odpowiedź

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>
Awatar
Odrzuć
Autor

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

Powiązane posty Odpowiedzi Widoki Czynność
0
mar 15
4256
0
lut 17
5346
0
mar 15
4073
1
lis 24
1722
1
wrz 21
9525