Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何限制/禁用表单视图,同时单击 Odoo 中 one2many 字段的树视图。
使用风格:
<field name="your_o2m" style="pointer-events:none;" />
在您的字段 XML 定义上试试这个:
<field name="your_o2m" mode="tree" />