콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
8342 화면

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
3월 15
4366
0
2월 17
5389
0
3월 15
4116
1
11월 24
1791
1
9월 21
9568