← Back to team overview

openerp-india team mailing list archive

[Bug 1067778] Re: [trunk] 7.0 Tracebility - Up & Down Server Error

 

Hello,

It has been fixed in https://code.launchpad.net/~openerp-dev/openobject-
addons/trunk-addons_issue17_warehouse-mma this branch with following
Revision ID and Revision No

Revision ID: mma@xxxxxxxxxxx-20121018102220-x3jlqe126elzah1g
Revision No: 7796.

It will be available in trunk soon.


Thanks,
Mayur

** Changed in: openobject-addons
       Status: In Progress => Fix Committed

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

Title:
  [trunk] 7.0 Tracebility - Up & Down Server Error

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  Hello,

  I am having issues with Upstream and Downstream trace-abilities:

  http://trunk_22427.runbot.openerp.com/

  db: trunk_22427_all

  Serial number investor - Finished Good and win - Material

  Both upstream and downstream is are not working.

  
  Client Traceback (most recent call last):
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/server/openerp/addons/web/http.py", line 175, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/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-22427/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-22427/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-22427/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-22427/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-22427/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-22427/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-22427/server/openerp/service/web_services.py", line 585, in dispatch
      res = fn(db, uid, *params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/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-22427/server/openerp/osv/osv.py", line 121, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/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-22427/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-22427/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-22427/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-22427/server/openerp/osv/orm.py", line 4762, in _search
      query = self._where_calc(cr, user, args, context=context)
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/server/openerp/osv/orm.py", line 4611, in _where_calc
      e = expression.expression(cr, user, domain, self, context)
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/server/openerp/osv/expression.py", line 371, in __init__
      self.parse(cr, uid, distribute_not(normalize(exp)), table, context)
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/server/openerp/osv/expression.py", line 461, in parse
      dom = child_of_domain(left, ids2, working_table)
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/server/openerp/osv/expression.py", line 405, in child_of_domain
      return [(left, 'in', recursive_children(ids, left_model, parent or left_model._parent_name))]
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/server/openerp/osv/expression.py", line 403, in recursive_children
      ids2 = model.search(cr, uid, [(parent_field, 'in', ids)], context=context)
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/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-22427/server/openerp/osv/orm.py", line 4762, in _search
      query = self._where_calc(cr, user, args, context=context)
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/server/openerp/osv/orm.py", line 4611, in _where_calc
      e = expression.expression(cr, user, domain, self, context)
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/server/openerp/osv/expression.py", line 371, in __init__
      self.parse(cr, uid, distribute_not(normalize(exp)), table, context)
    File "/home/odoo/runbot/static/openerp-dev-trunk-22427/server/openerp/osv/expression.py", line 468, in parse
      raise ValueError("Invalid field %r in domain expression %r" % (left, exp))
  ValueError: Invalid field 'parent_id' in domain expression [('parent_id', 'in', [171])]

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


References