[FIX] Account: text made translatable

bzr revid: jvo@tinyerp.com-20091130081953-17h7g0wuzxct2uo0
This commit is contained in:
Jay (Open ERP) 2009-11-30 13:49:53 +05:30
parent bed149310f
commit e38f58aadd
1 changed files with 1 additions and 1 deletions

View File

@ -930,7 +930,7 @@ class account_move(osv.osv):
line_id = res[0]
else:
line_id = self.pool.get('account.move.line').create(cr, uid, {
'name': 'Centralisation '+mode,
'name': _('Centralisation ') + mode,
'centralisation': mode,
'account_id': account_id,
'move_id': move.id,