← Back to team overview

openerp-india team mailing list archive

[Bug 1122029] [NEW] Partner Ship analysis gives error

 

Public bug reported:

open the Partner Ship Analysis report;
Faced the traceback.

    return fct_src(cr, uid, model, method, *args, **kw)
  File "/home/odoo/runbot/static/openerp-dev-trunk-3374/server/openerp/osv/osv.py", line 166, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/odoo/runbot/static/openerp-dev-trunk-3374/server/openerp/osv/orm.py", line 2674, in read_group
    cr.execute('SELECT min(%s.id) AS id, count(%s.id) AS %s_count' % (self._table, self._table, group_count) + (flist and ',') + flist + ' FROM ' + from_clause + where_clause + gb + limit_str + offset_str, where_clause_params)
  File "/home/odoo/runbot/static/openerp-dev-trunk-3374/server/openerp/sql_db.py", line 162, in wrapper
    return f(self, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-3374/server/openerp/sql_db.py", line 227, in execute
    res = self._obj.execute(query, params)
ProgrammingError: relation "crm_partner_report_assign" does not exist
LINE 1: ...rtner_report_assign"."turnover") AS turnover FROM "crm_partn...

** 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/1122029

Title:
  Partner Ship analysis gives error

Status in OpenERP Addons (modules):
  New

Bug description:
  open the Partner Ship Analysis report;
  Faced the traceback.

      return fct_src(cr, uid, model, method, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-3374/server/openerp/osv/osv.py", line 166, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-3374/server/openerp/osv/orm.py", line 2674, in read_group
      cr.execute('SELECT min(%s.id) AS id, count(%s.id) AS %s_count' % (self._table, self._table, group_count) + (flist and ',') + flist + ' FROM ' + from_clause + where_clause + gb + limit_str + offset_str, where_clause_params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-3374/server/openerp/sql_db.py", line 162, in wrapper
      return f(self, *args, **kwargs)
    File "/home/odoo/runbot/static/openerp-dev-trunk-3374/server/openerp/sql_db.py", line 227, in execute
      res = self._obj.execute(query, params)
  ProgrammingError: relation "crm_partner_report_assign" does not exist
  LINE 1: ...rtner_report_assign"."turnover") AS turnover FROM "crm_partn...

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1122029/+subscriptions


Follow ups

References