bzr revid: fp@fp-laptop-20111206215221-n42t9qhxmak227j1
This commit is contained in:
fp 2011-12-06 22:52:21 +01:00
parent abfb13a6ad
commit cd0372144c
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
<tree string="Tasks" editable="bottom">
<field name="name"/>
<field name="user_id"/>
<field name="date_deadline"/>
<button name="do_open" states="pending,draft,done,cancelled" string="Start Task" type="object" icon="gtk-media-play" help="For changing to open state" invisible="context.get('set_visible',False)"/>
<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>