[IMP] Account : Corrections in labels of fields

lp bug: https://launchpad.net/bugs/612339 fixed

bzr revid: vir@tinyerp.com-20100803114118-6f3samwhre9pr5b6
This commit is contained in:
Vir (Open ERP) 2010-08-03 17:11:18 +05:30
parent ff3c7cd947
commit 818f9a4438
1 changed files with 2 additions and 2 deletions

View File

@ -1601,8 +1601,8 @@ class account_tax(osv.osv):
#
# Fields used for the VAT declaration
#
'base_code_id': fields.many2one('account.tax.code', 'Base Code', help="Use this code for the VAT declaration."),
'tax_code_id': fields.many2one('account.tax.code', 'Tax Code', help="Use this code for the VAT declaration."),
'base_code_id': fields.many2one('account.tax.code', 'Account Base Code', help="Use this code for the VAT declaration."),
'tax_code_id': fields.many2one('account.tax.code', 'Account Tax Code', help="Use this code for the VAT declaration."),
'base_sign': fields.float('Base Code Sign', help="Usually 1 or -1."),
'tax_sign': fields.float('Tax Code Sign', help="Usually 1 or -1."),