[IMP] Added the kanban_state buttons in task form view

bzr revid: pan@tinyerp.com-20130225084400-8vfu7qpiygtgng14
This commit is contained in:
Anand Patel (OpenERP) 2013-02-25 14:14:00 +05:30
parent fb00c370b2
commit 1777bf007d
1 changed files with 5 additions and 1 deletions

View File

@ -372,7 +372,11 @@
</header>
<sheet string="Task">
<h1>
<field name="name" placeholder="Task summary..."/>
<field name="name" placeholder="Task summary..." class="oe_inline"/>
<field name="kanban_state" invisible='1'/>
<button name="set_kanban_state_done" help="In Progress" attrs="{'invisible': [('kanban_state', 'in', ['done','blocked'])]}" type="object" icon="gtk-normal" class="oe_link"/>
<button name="set_kanban_state_blocked" help="Ready for Next Stage" attrs="{'invisible': [('kanban_state', 'in', ['normal','blocked'])]}" type="object" icon="gtk-yes" class="oe_link"/>
<button name="set_kanban_state_normal" help="Blocked" attrs="{'invisible': [('kanban_state', 'in', ['done','normal'])]}" type="object" icon="gtk-no" class="oe_link"/>
</h1>
<group>
<group>