[IMP] project_lone_term: In Phase View Task Sequence

bzr revid: jam@tinyerp.com-20110111090625-14js776afn6b5i22
This commit is contained in:
jam-openerp 2011-01-11 14:36:25 +05:30
parent 11ad63cfe4
commit fd9319621c
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ class task(osv.osv):
'company_id': lambda self, cr, uid, c: self.pool.get('res.company')._company_default_get(cr, uid, 'project.task', context=c)
}
_order = "sequence, priority, date_start, id"
_order = "sequence,priority, date_start, name, id"
def _check_recursion(self, cr, uid, ids, context=None):
obj_task = self.browse(cr, uid, ids[0], context=context)