[FIX] account: po file export BUG in account module

bzr revid: ara@tinyerp.com-20101028115004-voh5j8rq292xy6e1
This commit is contained in:
ARA (OpenERP) 2010-10-28 17:20:04 +05:30
parent 8232e99c1f
commit c62536705f
2 changed files with 2 additions and 5 deletions

View File

@ -328,7 +328,7 @@ class account_cash_statement(osv.osv):
vals = {}
force_allow = context.get('force_allow',False)
if not force_allow and not self._user_allow(cr, uid, statement.id, context=context):
raise osv.except_osv(_('Error !'), _('User %s does not have rights to access %s journal !' % (statement.user_id.name, statement.journal_id.name)))
raise osv.except_osv(_('Error !'), (_('User %s does not have rights to access %s journal !') % (statement.user_id.name, statement.journal_id.name)))
if statement.name and statement.name == '/':
number = self.pool.get('ir.sequence').get(cr, uid, 'account.cash.statement')

View File

@ -6283,10 +6283,7 @@ msgstr ""
#. module: account
#: code:addons/account/account_cash_statement.py:0
#, python-format
msgid "User %s does not have rights to access %s journal !' % (statement.user_id.name, statement.journal_id.name)))\n"
"\n"
" if statement.name and statement.name == '/':\n"
" number = self.pool.get('ir.sequence"
msgid "User %s does not have rights to access %s journal !"
msgstr ""
#. module: account