← Back to team overview

openerp-india team mailing list archive

[Bug 1064837] Re: latest trunk unable to create product

 

** Changed in: openobject-addons
       Status: Expired => Invalid

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

Title:
  latest trunk unable to create product

Status in OpenERP Addons (modules):
  Invalid

Bug description:
  Getting traceback.

  latest trunk unable to create product

  
  Menu :  sales > product > create new product.

  File "/home/trunk/static/trunkdb/openerp/addons/web/common/session.py", line 51, in send
      return openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/home/trunk/static/trunkdb/openerp/netsvc.py", line 362, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/trunk/static/trunkdb/openerp/service/web_services.py", line 585, in dispatch
      res = fn(db, uid, *params)
    File "/home/trunk/static/trunkdb/openerp/osv/osv.py", line 167, in execute_kw
      return self.execute(db, uid, obj, method, *args, **kw or {})
    File "/home/trunk/static/trunkdb/openerp/osv/osv.py", line 121, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/trunk/static/trunkdb/openerp/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/trunk/static/trunkdb/openerp/addons/audittrail/audittrail.py", line 503, in execute_cr
      return fct_src(cr, uid, model, method, *args, **kw)
    File "/home/trunk/static/trunkdb/openerp/osv/osv.py", line 164, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/trunk/static/trunkdb/openerp/addons/product/product.py", line 577, in create
      obj_id = super(product_product, self).create(cr, uid, vals, context=context)
    File "/home/trunk/static/trunkdb/openerp/addons/mail/mail_thread.py", line 222, in create
      thread_id = super(mail_thread, self).create(cr, uid, vals, context=context)
    File "/home/trunk/static/trunkdb/openerp/osv/orm.py", line 4325, in create
      result += self._columns[field].set(cr, self, id_new, field, vals[field], user, rel_context) or []
    File "/home/trunk/static/trunkdb/openerp/osv/fields.py", line 1131, in set
      self._fnct_inv(obj, cr, user, id, name, value, self._fnct_inv_arg, context)
    File "/home/trunk/static/trunkdb/openerp/addons/mail/mail_thread.py", line 149, in _set_followers
      for command in value:
  TypeError: 'bool' object is not iterable

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


References