openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27530
[Bug 1300732] [NEW] ProgrammingError: relation "report_event_registration" does not exist
Public bug reported:
When I click on Events analysis and Events dashboard, I get this error
message:
OpenERP Server Error:
Traceback (most recent call last):
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/http.py", line 434, in dispatch
response["result"] = self._call_function(**self.params)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/http.py", line 295, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/service/model.py", line 113, in wrapper
return f(dbname, *args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/http.py", line 292, in checked_call
return self.endpoint(*a, **kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/http.py", line 635, in __call__
return self.method(*args, **kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/http.py", line 338, in response_wrap
response = f(*args, **kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/addons/web/controllers/main.py", line 1226, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/addons/web/controllers/main.py", line 1218, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/osv/orm.py", line 2364, in read_group
cr.execute(query, where_clause_params)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/sql_db.py", line 156, in wrapper
return f(self, *args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/sql_db.py", line 221, in execute
res = self._obj.execute(query, params)
ProgrammingError: relation "report_event_registration" does not exist
LINE 4: FROM "report_event_registration"
trunk :
addons revno: 9276
server revno: 5158
web revno: 3962
thanks
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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/1300732
Title:
ProgrammingError: relation "report_event_registration" does not exist
Status in OpenERP Addons (modules):
New
Bug description:
When I click on Events analysis and Events dashboard, I get this error
message:
OpenERP Server Error:
Traceback (most recent call last):
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/http.py", line 434, in dispatch
response["result"] = self._call_function(**self.params)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/http.py", line 295, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/service/model.py", line 113, in wrapper
return f(dbname, *args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/http.py", line 292, in checked_call
return self.endpoint(*a, **kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/http.py", line 635, in __call__
return self.method(*args, **kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/http.py", line 338, in response_wrap
response = f(*args, **kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/addons/web/controllers/main.py", line 1226, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/addons/web/controllers/main.py", line 1218, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/osv/orm.py", line 2364, in read_group
cr.execute(query, where_clause_params)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/sql_db.py", line 156, in wrapper
return f(self, *args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-32399/server/openerp/sql_db.py", line 221, in execute
res = self._obj.execute(query, params)
ProgrammingError: relation "report_event_registration" does not exist
LINE 4: FROM "report_event_registration"
trunk :
addons revno: 9276
server revno: 5158
web revno: 3962
thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1300732/+subscriptions
Follow ups
References