ProgrammingError: relation "report_event_registration" does not exist

Bug #1300732 reported by Jitendra Prajapati(OpenERP)
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
New
Undecided
Unassigned

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

Revision history for this message
MAK (mrakhras) wrote :

Exactly same error lines...

Revision history for this message
Juan Formoso (jfv-i) wrote :

Me too... Anyone knows anything about this problem?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.