Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
8226 มุมมอง

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

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
มี.ค. 15
4250
0
ก.พ. 17
5344
0
มี.ค. 15
4069
1
พ.ย. 24
1720
1
ก.ย. 21
9523