[FIX] add rec_name on account.cashbox.line

bzr revid: nel@tinyerp.com-20110303085222-im7vv52kdthnyb3q
This commit is contained in:
nel@tinyerp.com 2011-03-03 09:52:22 +01:00
parent d1683be192
commit 4c46053132
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class account_cashbox_line(osv.osv):
_name = 'account.cashbox.line'
_description = 'CashBox Line'
_rec_name = 'number'
def _sub_total(self, cr, uid, ids, name, arg, context=None):