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
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
1
jul. 21
|
2740 | ||
|
4
jan. 18
|
3342 | ||
|
0
dec. 23
|
1213 | ||
|
1
mei 23
|
2738 | ||
|
1
aug. 21
|
6322 |