Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to restrict/disable the form view, while click tree view of one2many field in Odoo

How to restrict/disable the form view, while click the tree view of one2many field in Odoo.

like image 669
maha lakshmi Avatar asked Sep 01 '25 22:09

maha lakshmi


1 Answers

Use style:

<field name="your_o2m" style="pointer-events:none;" />
like image 150
Faizan Tahir Avatar answered Sep 05 '25 03:09

Faizan Tahir