[FIX] account: create_sequence may not receive vals['company_id']

bzr revid: qdp-launchpad@openerp.com-20111209083948-hl20ys36olhfbl6z
This commit is contained in:
Quentin (OpenERP) 2011-12-09 09:39:48 +01:00
parent 6b2dd13e96
commit 81f4f3d9fd
1 changed files with 0 additions and 1 deletions

View File

@ -760,7 +760,6 @@ class account_journal(osv.osv):
seq = {
'name': vals['name'],
'company_id': vals['company_id'],
'implementation':'no_gap',
'prefix': prefix + "/%(year)s/",
'padding': 4,