[FIX]l10n_ch:rename field

bzr revid: kbh@tinyerp.com-20120830112721-vk6thpniluhlqjbc
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-08-30 16:57:21 +05:30
parent 3b693e5ce2
commit 7e2998c980
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class ResPartnerBank(osv.osv):
'dta_code': fields.char('DTA code', size=5),
'print_bank': fields.boolean('Print Bank on BVR'),
'print_account': fields.boolean('Print Account Number on BVR'),
'acc_number': fields.char('Account/IBAN Number', size=64),
'acc_number': fields.char('Account Number', size=64),
'my_bank': fields.boolean('Use my account to print BVR ?', help="Check to print BVR invoices"),
}