Hi odoo expert,
Please can you explain .How to create multiple treeview on same notebook page as shown inside videos?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
Rekisteröidy| Aiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
|---|---|---|---|---|
|
1
elok. 22
|
5392 | |||
|
set one page(Tab) as default in notebook
Ratkaistu
|
3
syysk. 24
|
16637 | ||
|
3
marrask. 20
|
6795 | |||
|
Table treeview
Ratkaistu
|
3
lokak. 18
|
5952 | ||
|
3
maalisk. 16
|
4905 |
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>