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
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
1
Jul 21
|
4076 | |||
|
4
Jan 18
|
5627 | |||
|
0
Des 23
|
3470 | |||
|
1
Mei 23
|
4556 | |||
|
1
Agu 21
|
8511 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.