openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #03165
[Bug 904671] Re: Import Payment lines wizard is not working
Hello Turkesh,
Thanks for the reply and come back to here.
Sorry for the inconvenience!
Regarding to the last massage of the traceback, I think both bug are same.
But I missed to seen the wizard name, both wizard are different.
I have tried with applying the patch of lp:901559, but this issue is still appearing.
So I am confirming this issue.
Thanks again!
** Changed in: openobject-addons
Importance: Undecided => Medium
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)
--
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/904671
Title:
Import Payment lines wizard is not working
Status in OpenERP Addons (modules):
Confirmed
Bug description:
Trunk
install account_payment
1. accounting > bank and cash > bank statements
2. click on import payment line button
3. create one entry for populate statement and click on add
it will give an error.
Traceback (most recent call last):
File "/home/turkesh/Desktop/rdtools/server/trunk/openerp/osv/osv.py", line 120, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/turkesh/Desktop/rdtools/server/trunk/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/turkesh/Desktop/rdtools/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/turkesh/Desktop/rdtools/addons/trunk/account_payment/wizard/account_payment_populate_statement.py", line 79, in populate_statement
result = voucher_obj.onchange_partner_id(cr, uid, [], partner_id=line.partner_id.id, journal_id=statement.journal_id.id, price=abs(amount), voucher_currency_id= statement.currency.id, ttype='payment', date=line.ml_maturity_date, context=context)
TypeError: onchange_partner_id() got an unexpected keyword argument 'price'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/904671/+subscriptions
References