[IMP] Rename Reference Type

bzr revid: fka@tinyerp.com-20121109092930-i8o1yu3lkk09tz21
This commit is contained in:
Foram Katharotiya (OpenERP) 2012-11-09 14:59:30 +05:30
parent bb15290101
commit 45d295d0ef
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class account_invoice(osv.osv):
_columns = {
### BVR reference type BVR or FREE
'reference_type': fields.selection(_get_reference_type,
'Reference Type', required=True),
'Payment Reference', required=True),
### Partner bank link between bank and partner id
'partner_bank_id': fields.many2one('res.partner.bank', 'Bank Account',
help='The partner bank account to pay\nKeep empty to use the default'