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.
CodePudding user response:
<field name="inherit_id" ref="sale.view_quotation_tree"/>

