要去除Many2one字段的“创建并编辑”选项,只要在view.xml里对应的field定义里增加options="{'no_create_edit':1}即可

<field name="pay_bank_id" options="{'no_create_edit': 1}" />

去除Many2one字段的“创建并编辑”选项-LMLPHP

04-26 17:06