[FIX] project.issue: duplicate method, probably bad merge

bzr revid: odo@openerp.com-20120814102425-50sbp71muozamm61
This commit is contained in:
Olivier Dony 2012-08-14 12:24:25 +02:00
parent d7a2131fd2
commit 0b2118c10d
1 changed files with 0 additions and 3 deletions

View File

@ -267,9 +267,6 @@ class project_issue(base_stage, osv.osv):
}),
}
def on_change_project(self, cr, uid, ids, project_id, context=None):
return {}
_defaults = {
'active': 1,
'partner_id': lambda s, cr, uid, c: s._get_default_partner(cr, uid, c),