c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #28896
[Bug 813329] Re: Traceback while opening invoice line to select product
** 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 C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/813329
Title:
Traceback while opening invoice line to select product
Status in OpenERP Modules (addons):
Confirmed
Bug description:
Hello,
First of all install the account_anglo_sexon module.
Now while i am trying to creating an invoice and try to add invoice
line, i am getting this Traceback.
Traceback (most recent call last):
File "/home/tiny/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 118, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/tiny/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/tiny/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
TypeError: product_id_change() takes at most 15 arguments (16 given)
.
.
.
This is becouse the product_id_change in account/invoice.py modified
and it takes one extra argument company_id.
Thanks,
Purnendu Singh
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/813329/+subscriptions
References