[FIX] crm: in order the mark as lost action to work, the dead stage has to be folded

bzr revid: dle@openerp.com-20140502101525-bzyjpz7jbr1njobl
This commit is contained in:
Denis Ledoux 2014-05-02 12:15:25 +02:00
parent b88755c431
commit 03b03d0476
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
<record model="crm.case.stage" id="stage_lead2">
<field name="name">Dead</field>
<field name="case_default">1</field>
<field name="fold">1</field>
<field name="probability">0</field>
<field name="on_change">1</field>
<field name="sequence">30</field>