[FIX] crm_todo: fixed reference to state

bzr revid: tde@openerp.com-20130627090257-g6dk131mtbfj4jlx
This commit is contained in:
Thibault Delavallée 2013-06-27 11:02:57 +02:00
parent 4864807395
commit 77f99af456
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@
<field string="Timebox" name="timebox_id"/>
<button name="prev_timebox" type="object" icon="gtk-go-back" string="Previous" states="draft,pending,open"/>
<button name="next_timebox" type="object" icon="gtk-go-forward" string="Next" states="draft,pending,open"/>
<field name="state"/>
<button name="do_cancel" states="draft,open,pending" string="Cancel" type="object" icon="gtk-cancel" help="For cancelling the task"/>
<button name="action_close" states="draft,pending,open" string="Done" type="object" icon="terp-dialog-close" help="For changing to done state"/>
</tree>
</field>
</page>