[v8] Error on Reporting / Sales / Partnership Analysis

Bug #1315271 reported by Daniel Reis
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
New
Undecided
Unassigned

Bug Description

Clicking on the Reporting / Sales / Partnership Analysis menu option brings up this Server Error:

Traceback (most recent call last):
  File "/home/odoo/runbot/static/openerp-dev-trunk-33373/server/openerp/http.py", line 470, in dispatch
    result = self._call_function(**self.params)
  File "/home/odoo/runbot/static/openerp-dev-trunk-33373/server/openerp/http.py", line 294, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-33373/server/openerp/service/model.py", line 113, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-33373/server/openerp/http.py", line 291, in checked_call
    return self.endpoint(*a, **kw)
  File "/home/odoo/runbot/static/openerp-dev-trunk-33373/server/openerp/http.py", line 652, in __call__
    return self.method(*args, **kw)
  File "/home/odoo/runbot/static/openerp-dev-trunk-33373/server/openerp/http.py", line 337, in response_wrap
    response = f(*args, **kw)
  File "/home/odoo/runbot/static/openerp-dev-trunk-33373/server/openerp/addons/web/controllers/main.py", line 1155, in call_kw
    return self._call_kw(model, method, args, kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-33373/server/openerp/addons/web/controllers/main.py", line 1147, in _call_kw
    return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-33373/server/openerp/osv/orm.py", line 2458, in read_group
    cr.execute(query, where_clause_params)
  File "/home/odoo/runbot/static/openerp-dev-trunk-33373/server/openerp/sql_db.py", line 156, in wrapper
    return f(self, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-33373/server/openerp/sql_db.py", line 221, in execute
    res = self._obj.execute(query, params)
ProgrammingError: relation "crm_partner_report_assign" does not exist
LINE 3: FROM "crm_partner_report_assign" LEFT JOIN "res_...

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.