From 06448a700d72583633f3ccb5a2ad83966d94ab61 Mon Sep 17 00:00:00 2001 From: "psi (Open ERP)" Date: Thu, 7 Oct 2010 14:58:46 +0530 Subject: [PATCH] [REF] account: change in string bzr revid: psi@tinyerp.co.in-20101007092846-8bfsh7bdz246v3mz --- addons/account/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/account/account.py b/addons/account/account.py index 75eca7e78de..6271d97500b 100644 --- a/addons/account/account.py +++ b/addons/account/account.py @@ -2231,7 +2231,7 @@ class account_account_template(osv.osv): ('view','View'), ('consolidation','Consolidation'), ('liquidity','Liquidity'), - ('other','Others'), + ('other','Regular'), ('closed','Closed'), ], 'Internal Type', required=True,help="This type is used to differentiate types with "\ "special effects in OpenERP: view can not have entries, consolidation are accounts that "\