跳至內容
選單
此問題已被標幟
2 回覆
5033 瀏覽次數

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
4427
3
9月 24
15641
3
11月 20
6334
3
10月 18
5379
3
3月 16
4324