Hi odoo expert,
Please can you explain .How to create multiple treeview on same notebook page as shown inside videos?
Hi odoo expert,
Please can you explain .How to create multiple treeview on same notebook page as shown inside videos?
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
1
Aug 22
|
5793 | |||
|
3
Sep 24
|
17075 | |||
|
3
Nov 20
|
7015 | |||
|
Table treeview
Solved
|
3
Oct 18
|
6244 | ||
|
3
Mar 16
|
5183 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
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>