Odoo13-CE: Module: sale.order: 继承quotation tree/list视图需要什么inherit_id?
Odoo13-CE: Module: sale.order: What inherit_id do I need to inherit quotation tree/list view?
模块:sale.order:inherit_id需要继承什么引用tree/list视图(看截图)?
我试过这个 inherit_id =“sale.view_quotation_tree_with_onboarding”,但它不起作用。
<field name="inherit_id" ref="sale.view_quotation_tree"/>
您可以在激活开发者模式后简单地按照步骤操作。
您可以看到外部 ID:您需要在 'inherit_id'.
中使用
模块:sale.order:inherit_id需要继承什么引用tree/list视图(看截图)?
我试过这个 inherit_id =“sale.view_quotation_tree_with_onboarding”,但它不起作用。
<field name="inherit_id" ref="sale.view_quotation_tree"/>
您可以在激活开发者模式后简单地按照步骤操作。