[IMP]add blocked reason field

bzr revid: rlu@tinyerp.com-20140411122327-mj7ihfh4ai8kzsgv
This commit is contained in:
Rashmin Lumbhani (OpenERP) 2014-04-11 17:53:27 +05:30
parent b22b2c09a2
commit 59ca5c36b8
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class project_task_type(osv.osv):
'fold': fields.boolean('Folded in Kanban View',
help='This stage is folded in the kanban view when'
'there are no records in that stage to display.'),
'block_reason': fields.boolean('Block Reason Required',help='If true, Give the reason for blocking this task'),
}
def _get_default_project_ids(self, cr, uid, ctx={}):

View File

@ -692,6 +692,7 @@
<group>
<field name="case_default"/>
<field name="fold"/>
<field name="block_reason"/>
</group>
</group>
<field name="description" placeholder="Add a description..."/>