[REF] account

bzr revid: mra@mra-laptop-20101228105807-tloznbt63oro0r2u
This commit is contained in:
Mustufa Rangwala 2010-12-28 16:28:07 +05:30
parent bfd34971d0
commit c0d390d252
1 changed files with 2 additions and 3 deletions

View File

@ -708,7 +708,6 @@ class account_journal(osv.osv):
return self.name_get(cr, user, ids, context=context)
def onchange_type(self, cr, uid, ids, type, currency, context=None):
obj_data = self.pool.get('ir.model.data')
user_pool = self.pool.get('res.users')