[FIX] project state pending backward compatibility

at least one stage should be linked with state pending to be able to write state

bzr revid: al@openerp.com-20121122235455-7g7pp1beoeb6kz8s
This commit is contained in:
Antony Lesuisse 2012-11-23 00:54:55 +01:00
parent f5254e03ff
commit ba1e6454da
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<record id="project_tt_specification" model="project.task.type">
<field name="sequence">2</field>
<field name="name">Specification</field>
<field name="state">draft</field>
<field name="state">pending</field>
<field name="case_default" eval="True"/>
</record>
<record id="project_tt_design" model="project.task.type">