Home > Software design >  Odoo13-CE: Module: sale.order: What inherit_id do I need to inherit quotation tree/list view?
Odoo13-CE: Module: sale.order: What inherit_id do I need to inherit quotation tree/list view?

Time:02-04

Module: sale.order: What inherit_id do I need to inherit quotation tree/list view (see the screenshot)?

I tried this inherit_id ="sale.view_quotation_tree_with_onboarding", but it does not work.

screenshot

CodePudding user response:

<field name="inherit_id" ref="sale.view_quotation_tree"/>
  •  Tags:  
  • Related