[FIX]: fix a type probelm for the account template

bzr revid: mga@tinyerp.com-20100911081203-pvxiyewnb8vk86ai
This commit is contained in:
Mantavya Gajjar 2010-09-11 13:42:03 +05:30
parent 312a3193f4
commit 087cb2a314
1 changed files with 1 additions and 0 deletions

View File

@ -2228,6 +2228,7 @@ class account_account_template(osv.osv):
('payable','Payable'), ('payable','Payable'),
('view','View'), ('view','View'),
('consolidation','Consolidation'), ('consolidation','Consolidation'),
('liquidity','Liquidity'),
('other','Others'), ('other','Others'),
('closed','Closed'), ('closed','Closed'),
], 'Internal Type', required=True,help="This type is used to differentiate types with "\ ], 'Internal Type', required=True,help="This type is used to differentiate types with "\