How to hide the full row from the tree view.
I can hide the field using attrs tag but I want to hide the full row of the tree view.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How to hide the full row from the tree view.
I can hide the field using attrs tag but I want to hide the full row of the tree view.
Hi,
You can hide rows of a tree by adding a domain on the ir.actions.act_window
<record model="ir.actions.act_window" id="id_name">
<field name="name">name</field>
<field name="res_model">res.model</field>
<field name="domain">[('state', '=', 'cancel')]</field>
<field name="view_mode">tree,form</field>
</record>
Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
1
Tem 21
|
2737 | ||
|
4
Oca 18
|
3338 | ||
|
0
Ara 23
|
1210 | ||
|
1
May 23
|
2734 | ||
|
1
Ağu 21
|
6317 |