← Back to team overview

openerp-india team mailing list archive

[Bug 1070662] Re: [trunk] technical > Email > favorites traceback

 

FYI, I got the issue with fresh pull of today.

-- 
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/1070662

Title:
  [trunk] technical > Email > favorites traceback

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  In this menu.

  https://dl.dropbox.com/u/2428846/Favorites.png

  This action is generating a traceback.

  Client Traceback (most recent call last):
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/addons/web/http.py", line 174, in dispatch
      response["result"] = method(self, **self.params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/addons/web/controllers/main.py", line 1124, in search_read
      return self.do_search_read(req, model, fields, offset, limit, domain, sort)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/addons/web/controllers/main.py", line 1149, in do_search_read
      ids = Model.search(domain, offset or 0, limit or False, sort or False, context)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/addons/web/session.py", line 42, in proxy
      result = self.proxy.execute_kw(self.session._db, self.session._uid, self.session._password, self.model, method, args, kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/addons/web/session.py", line 30, in proxy_method
      result = self.session.send(self.service_name, method, *args)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/addons/web/session.py", line 105, in send
      raise xmlrpclib.Fault(openerp.tools.exception_to_unicode(e), formatted_info)

  
  Server Traceback (most recent call last):
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/addons/web/session.py", line 91, in send
      return openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/netsvc.py", line 361, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/service/web_services.py", line 585, in dispatch
      res = fn(db, uid, *params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/osv/osv.py", line 167, in execute_kw
      return self.execute(db, uid, obj, method, *args, **kw or {})
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/osv/osv.py", line 121, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/addons/audittrail/audittrail.py", line 503, in execute_cr
      return fct_src(cr, uid, model, method, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/osv/osv.py", line 164, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/osv/orm.py", line 2360, in search
      return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/osv/orm.py", line 4788, in _search
      cr.execute('SELECT "%s".id FROM ' % self._table + from_clause + where_str + order_by + limit_str + offset_str, where_clause_params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/sql_db.py", line 162, in wrapper
      return f(self, *args, **kwargs)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23034/server/openerp/sql_db.py", line 227, in execute
      res = self._obj.execute(query, params)
  ProgrammingError: column mail_favorite.id does not exist
  LINE 1: SELECT "mail_favorite".id FROM "mail_favorite" ORDER BY id  ...
                 ^

  
  Ok

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


References