openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27744
[Bug 1315271] [NEW] [v8] Error on Reporting / Sales / Partnership Analysis
Public bug reported:
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_...
** 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/1315271
Title:
[v8] Error on Reporting / Sales / Partnership Analysis
Status in OpenERP Addons (modules):
New
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 manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1315271/+subscriptions
Follow ups
References