← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 682421] Re: TypeError: read_group() takes at most 9 arguments (10 given)

 

Steps to reproduce:

1. Create new user 
2. Login as newly created user, Above mention traceback will appear.


** Changed in: openobject-server
       Status: New => Confirmed

-- 
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/682421

Title:
  TypeError: read_group() takes at most 9 arguments (10 given)

Status in OpenObject Server:
  Confirmed

Bug description:
  Steps to produce this error:
1) Login as Administrator
2) Navigate to Administration => Modules => Modules
3) Open list of modules, and click on "Group by"
4) Select 1 option, e.g. State (see attached image)


Server side information:
addons/: revno: 3969
addons-community/: revno: 282
addons-extra/: revno: 5156
server/: revno: 3050

Client side information:
OpenERP-Client Version : 6.0.0-rc1-1
Last revision No. & ID :1702 launchpad_translations_on_behalf_of_openerp-20101128044954-223uy11ouumt2nkx

Environment Information :
System : Linux-2.6.32-26-generic-x86_64-with-Ubuntu-10.04-lucid
OS Name : posix
Distributor ID:	Ubuntu
Description:	Ubuntu 10.04.1 LTS
Release:	10.04
Codename:	lucid
Operating System Release : 2.6.32-26-generic
Operating System Version : #47-Ubuntu SMP Wed Nov 17 15:58:05 UTC 2010
Operating System Architecture : 64bit
Operating System Locale : en_AU.UTF8
Python Version : 2.6.5
OpenERP-Client Version : 6.0.0-rc1-1
Last revision No. & ID :1702 launchpad_translations_on_behalf_of_openerp-20101128044954-223uy11ouumt2nkx
Traceback (most recent call last):
  File "/var/local/software/openerp-v6.0dev/server/bin/netsvc.py", line 489, in dispatch
    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/var/local/software/openerp-v6.0dev/server/bin/service/web_services.py", line 596, in dispatch
    res = fn(db, uid, *params)
  File "/var/local/software/openerp-v6.0dev/server/bin/addons/base_module_record/base_module_record.py", line 41, in execute
    res = super(recording_objects_proxy, self).execute(*args, **argv)
  File "/var/local/software/openerp-v6.0dev/server/bin/osv/osv.py", line 119, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/var/local/software/openerp-v6.0dev/server/bin/osv/osv.py", line 203, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/var/local/software/openerp-v6.0dev/server/bin/osv/osv.py", line 193, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
TypeError: read_group() takes at most 9 arguments (10 given)







References