[IMP] improved erro message.

bzr revid: tpa@tinyerp.com-20120514112914-z1v8uuuv3upf1e1y
This commit is contained in:
Turkesh Patel (Open ERP) 2012-05-14 16:59:14 +05:30
parent e92d187b4c
commit 3536f26779
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class sale_advance_payment_inv(osv.osv_memory):
res['account_id'] = account_id
if not res.get('account_id'):
raise osv.except_osv(_('Configuration Error !'),
_('There is no income account defined '))
_('There is no income account defined as global property.'))
if not res.get('account_id'):
raise osv.except_osv(_('Configuration Error !'),