我刚刚开始使用odoo11。我正在使用树,用于显示one2many字段的数据。
<field name="account_ids" nolabel='1'>
<tree editable="bottom">
<field name="image" class="oe_avatar" widget="image"/>
<field name="remark" />
</tree>
</field>
我不希望在单击列表时打开此字段
我已经阅读了几本参考书,并试图:
添加“ open = false”,不起作用
添加选项= {'open':False},不起作用
添加create = False或edit = False,您无法再次编辑或添加项目, 如果您已经添加了项目并单击它,则仍会显示打开的弹出窗口
感谢您的帮助!谢谢