credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #02770
[Bug 911159] Re: account_voucher : onchange_journal() takes at least 12 arguments (10 given).
Hello,
Thanks for your fix. It landed in trunk.
revno: 6255
revision-id: tde@xxxxxxxxxxx-20120104092100-sh6k7y8eji7pc20t
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/911159
Title:
account_voucher : onchange_journal() takes at least 12 arguments (10
given).
Status in OpenERP Addons (modules):
Fix Released
Bug description:
Install account_voucher
Go to Accounting -> Journal Entries -> Journal Voucher.
Select the journal other than "Miscellaneous Journal (EUR)" and then
select the "Partner".
It will gives the traceback :
Traceback (most recent call last):
File "/home/mdi/openerp/openerp_trunk/openobject-server/openerp/osv/osv.py", line 120, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/mdi/openerp/openerp_trunk/openobject-server/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/mdi/openerp/openerp_trunk/openobject-server/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/mdi/openerp/openerp_trunk/openobject-addons/account_voucher/account_voucher.py", line 451, in onchange_journal_voucher
vals = self.onchange_journal(cr, uid, ids, journal_id, line_ids, tax_id, partner_id, company_id, context)
TypeError: onchange_journal() takes at least 12 arguments (10 given)
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/911159/+subscriptions
References