Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
5030 Представления

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
авг. 22
4424
3
сент. 24
15638
3
нояб. 20
6331
Table treeview Решено
3
окт. 18
5372
3
мар. 16
4318