Better description

bzr revid: ced-3f4f4ba7d70f110c58797b2c3fcce79c156f52bb
This commit is contained in:
ced 2007-10-10 05:44:49 +00:00
parent 7defabc876
commit 6f67d29372
1 changed files with 2 additions and 1 deletions

View File

@ -342,9 +342,10 @@ res_partner_bank_type_fields()
class res_partner_bank(osv.osv):
_description='Bank Details'
'''Bank Accounts'''
_name = "res.partner.bank"
_rec_name = "state"
_description = __doc__
def _bank_type_get(self, cr, uid, context=None):
bank_type_obj = self.pool.get('res.partner.bank.type')