openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #16526
[Bug 1052372] Re: Confirm Moddle event generates unsupported XML-RPC protocol
Looks like it's been fixed already:
Revision:
7511.2.2 revid:rpr@xxxxxxxxxxx-20120924052314-u5xyhyirqqu6uoqp
Parents:
7511.2.1: [IMP] Event : Traceback removed of confirm event button whi…
Children:
7548: [FIX] moodle
Signature:
no signature
Date:
24 Sep 2012 07:23:14
Committer:
Rajesh Prajapati (OpenERP) <rpr@xxxxxxxxxxx>
Branch:
trunk-addons_issue10_event-rpr
Merged by Fabien Pinckaers in revno 7548:
Revision:
7548 revid:fp@xxxxxxxxxxx-20120926074527-m67q0fwup4i4enqa
Parents:
7547: [MERGE] usability empty dashboard
7511.2.2: [IMP] Event : made warning message translatable
Children:
7549: [MERGE] better open chatter message for pickings
Signature:
no signature
Date:
26 Sep 2012 09:45:27
Committer:
Fabien Pinckaers <fp@xxxxxxxxxxx>
Branch:
trunk
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
--
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/1052372
Title:
Confirm Moddle event generates unsupported XML-RPC protocol
Status in OpenERP Addons (modules):
Fix Released
Bug description:
steps to produce :
- install event module.
- create an event, confirm event.
- error raised :
Client Traceback (most recent call last):
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/addons/web/common/http.py", line 182, in dispatch
response["result"] = method(controller, self, **self.params)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/addons/web/controllers/main.py", line 1181, in call_button
action = self.call_common(req, model, method, args, domain_id, context_id)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/addons/web/controllers/main.py", line 1115, in call_common
return self._call_kw(req, model, method, args, {})
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/addons/web/controllers/main.py", line 1139, in _call_kw
return getattr(req.session.model(model), method)(*args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/addons/web/common/openerplib/main.py", line 250, in proxy
args, kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/addons/web/common/openerplib/main.py", line 117, in proxy
result = self.connector.send(self.service_name, method, *args)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/addons/web/common/session.py", line 66, in send
raise xmlrpclib.Fault(openerp.tools.exception_to_unicode(e), formatted_info)
Server Traceback (most recent call last):
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/addons/web/common/session.py", line 51, in send
return openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/netsvc.py", line 362, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/service/web_services.py", line 585, in dispatch
res = fn(db, uid, *params)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/osv/osv.py", line 167, in execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/osv/osv.py", line 121, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/addons/audittrail/audittrail.py", line 495, in execute_cr
return fct_src(cr, uid, model, method, *args, **kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/osv/osv.py", line 164, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/addons/event/event.py", line 132, in button_confirm
self.check_registration_limits(cr, uid, ids, context=context)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/addons/event_moodle/event_moodle.py", line 183, in check_registration_limits
response_courses = moodle_pool.create_moodle_courses(cr, uid, moodle_config_wiz_id, dic_courses, context=context)
File "/home/odoo/runbot/static/openerp-dev-trunk-17412/server/openerp/addons/event_moodle/event_moodle.py", line 104, in create_moodle_courses
sock = xmlrpclib.ServerProxy(url)
File "/usr/lib/python2.7/xmlrpclib.py", line 1549, in __init__
raise IOError, "unsupported XML-RPC protocol"
IOError: unsupported XML-RPC protocol
with runbot :http://trunk_17412.runbot.openerp.com
thanks
shp
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1052372/+subscriptions
References