bugfix_348334

bzr revid: fp@tinyerp.com-20090406141942-oy061rwctm6ogvw7
This commit is contained in:
Fabien Pinckaers 2009-04-06 16:19:42 +02:00
parent de8dae53e9
commit 26b3dadebe
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ class account_analytic_account(osv.osv):
if not default:
default = {}
default['code'] = False
default['line_ids'] = []
return super(account_analytic_account, self).copy(cr, uid, id, default, context=context)