Name of the record

bzr revid: fp@tinyerp.com-ced07be88c46c8503b725540e8fb4e1f7f010147
This commit is contained in:
Fabien Pinckaers 2007-10-07 12:03:41 +00:00
parent afe2c21b43
commit f564fa1528
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ from osv import osv
class account_analytic_account(osv.osv):
_name = 'account.analytic.account'
_description = 'Analytic Accounts'
def _credit_calc(self, cr, uid, ids, name, arg, context={}):
acc_set = ",".join(map(str, ids))