[REV]unwanted changes

bzr revid: mba@tinyerp.com-20140416105120-wp2krz40g026s37n
This commit is contained in:
Barad Mahendra 2014-04-16 16:21:20 +05:30
parent ed8b9ba683
commit a95649e199
2 changed files with 0 additions and 2 deletions

View File

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