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

Hi odoo expert,

Please can you explain .How to create multiple treeview on same notebook page as shown inside videos?

아바타
취소

Hi,

not sure I totally understand your requirements. Do you mean placing a few trees on a single page of a notebook?

If so, just place it!:

<notebook>

<page string="Example">

<field name="first_table>

<tree>

<!-- Columns -->

</tree>

</field>

<field name="second_table>

<tree>

<!-- Columns -->

</tree>

</field>

</page>

</notebook>

작성자 베스트 답변

Hi Libertas,

Thanks for your answer. yes i am trying same, but field name should be same.. example order_line with custom domain.

one table with product_qty < 0 and anther table with product_qty > 10

아바타
취소
관련 게시물 답글 화면 활동
1
8월 22
4576
3
9월 24
15740
3
11월 20
6366
Table treeview 해결 완료
3
10월 18
5473
3
3월 16
4384