[REF] Account : name_search of journal improved

bzr revid: jvo@tinyerp.com-20100519103259-1q2nvi3h1s01sgeg
This commit is contained in:
Jay (Open ERP) 2010-05-19 16:02:59 +05:30
parent 625135be55
commit 36e487fef0
1 changed files with 3 additions and 2 deletions

View File

@ -572,6 +572,7 @@ class account_journal(osv.osv):
if not ids:
ids = self.search(cr, user, [('name',operator,name)]+ args, limit=limit, context=context)
return self.name_get(cr, user, ids, context=context)
account_journal()
class account_fiscalyear(osv.osv):