openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #04380
Re: [Bug 911159] Re: account_voucher : onchange_journal() takes at least 12 arguments (10 given).
you have to check your Parameter are in your on change method
where you define 12 parameter and when you are calling that method from
on change your giving it only 7 argument while 3 are cr,uid and ids
so check it clear
--
You received this bug notification because you are a member of OpenERP
Indian Team, 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 Committed
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