如何更改no_create:在odoo中为假

时间:2018-06-13 09:29:47

标签: inheritance odoo

我的模块继承于" sale.order"。字段payment_term_id是:

options="{'no_create': True}"

核心。 如何更改no_create:继承模块中的False。 我试试:但它没有用。

<record id="view_order_form_inherit" model="ir.ui.view">
            <field name="name">sale.order.form</field>
            <field name="model">sale.order</field>
            <field name="inherit_id" ref="sale.view_order_form"/>
            <field name="arch" type="xml">
                <xpath expr="//sheet/group/group/field[@name='payment_term_id']" position="attributes">
                    <attribute name="attrs">{'no_create': false}</attribute>
                </xpath>
            </field>
    </record>

1 个答案:

答案 0 :(得分:1)

只需删除属性cut -f2 -d"|" file

options