In an XML view definition, I've seen this attribute:
options='{"no_open": True}'
What does it do?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
In an XML view definition, I've seen this attribute:
options='{"no_open": True}'
What does it do?
options='{"no_open": True}'
used in xml file with many2one fields. This won't allow you to open a record in form view from that particular many2one field.
Syntax:
<field name="your_m2o_field" options="{'no_open': True}"
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
https://www.youtube.com/watch?v=AEc2C3WZc54&list=PLqRRLx0cl0hoJhjFWkFYowveq2Zn55dhM&index=35