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
Create an account today to enjoy exclusive features and engage with our awesome community!
साइन अप करें| Related Posts | Replies | डेटा देखने का तरीका | ऐक्टिविटी | |
|---|---|---|---|---|
|
1
जुल॰ 21
|
4076 | |||
|
4
जन॰ 18
|
5631 | |||
|
0
दिस॰ 23
|
3471 | |||
|
1
मई 23
|
4557 | |||
|
1
अग॰ 21
|
8511 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.