Merge branch 'pawan_branch' into 'development'
open form view on crm lead create button See merge request prakash.jain/cor-odoo!26
This commit is contained in:
commit
65acafad06
|
@ -75,4 +75,14 @@
|
|||
</field>
|
||||
</record>
|
||||
-->
|
||||
<record id="crm_case_kanban_view_leads" model="ir.ui.view">
|
||||
<field name="name">crm.lead.kanban.lead</field>
|
||||
<field name="model">crm.lead</field>
|
||||
<field name="inherit_id" ref="crm.crm_case_kanban_view_leads"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//kanban" position="attributes">
|
||||
<attribute name="on_create"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
Loading…
Reference in New Issue