تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
8138 أدوات العرض

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
مارس 15
4133
0
فبراير 17
5228
0
مارس 15
3969
1
نوفمبر 24
1638
1
سبتمبر 21
9412