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.
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
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
1
lug 21
|
4078 | |||
|
4
gen 18
|
5634 | |||
|
0
dic 23
|
3472 | |||
|
1
mag 23
|
4559 | |||
|
1
ago 21
|
8520 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.