c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #18109
Re: [Bug 727227] Re: Get error when running base_partner_merge
On 02/03/11 12:03, Julian Robbins wrote:
> On 02/03/11 07:27, Amit Parik (OpenERP) wrote:
>> Hello Julian Robbins,
>>
>> Thanks for the reporting.
>>
>> It has been fixed in lp:openobject-addons/extra-trunk
>> Revision ID:5269 amp@xxxxxxxxxxx-20110302072325-nr9fn7l5xe7884y2
>>
>> Revision num:5269
>>
>> ** Changed in: openobject-addons
>> Status: In Progress => Fix Released
> Hi
>
> Thanks for looking into this. But with latest sources, I still get
> exactly the same problem, and the menu entry for merge partners doesn't
> appear either.
I found i hadn't got it installed quite correctly. Merging addresses
works fine now, but i still cant merge partners, which is what i really
need to do. A dialog box comes up, but doesn't have anything i can
select in it.
--
Kind Regards,
Julian Robbins
--
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/727227
Title:
Get error when running base_partner_merge
Status in OpenERP Modules (addons):
Fix Released
Bug description:
Using 6.0.2 dev ie revision 5265 of trunk extra addons sources, on
Ubuntu 10.04 server
The menu item for 'merge partners' is incorrect, but this was easily
fixed by linking a new menu item into the correct action, ie 'Merge
Partners'.
When running this menu item I get an error :-
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-server/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/service/web_services.py", line 599, in dispatch
res = fn(db, uid, *params)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
TypeError: fields_view_get() takes at most 7 arguments (8 given)
Running the Merge Partner addresses runs ok, but i haven't checked if
the results are sensible.
References