[FIX]portal_crm: add default_type in action, in order to select properly the stage and the section_id

bzr revid: dle@openerp.com-20130924160912-iyxcrngzfgge32q6
This commit is contained in:
Denis Ledoux 2013-09-24 18:09:12 +02:00
parent 447dec696b
commit 3030fcc2ee
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
<field name="view_mode">form</field>
<field name="view_id" ref="contact_form_view"/>
<field name="target">inline</field>
<field name="context">{'default_type': 'lead'}</field>
</record>
<!-- attach it to the portal menu -->