You have been subscribed to a public bug:

When i want to open  created stock move or when i want to create a new
one the system show me the error:

Client Traceback (most recent call last):
  File 
"/home/odoo/runbot/static/openerp-dev-trunk-15396/server/openerp/addons/web/common/http.py",
 line 181, in dispatch
    response["result"] = method(controller, self, **self.params)
  File 
"/home/odoo/runbot/static/openerp-dev-trunk-15396/server/openerp/addons/web/controllers/main.py",
 line 1038, in call_kw
    return self._call_kw(req, model, method, args, kwargs)
  File 
"/home/odoo/runbot/static/openerp-dev-trunk-15396/server/openerp/addons/web/controllers/main.py",
 line 1000, in _call_kw
    return getattr(req.session.model(model), method)(*args, **kwargs)
  File 
"/home/odoo/runbot/static/openerp-dev-trunk-15396/server/openerp/addons/web/common/openerplib/main.py",
 line 250, in proxy
    args, kw)
  File 
"/home/odoo/runbot/static/openerp-dev-trunk-15396/server/openerp/addons/web/common/openerplib/main.py",
 line 117, in proxy
    result = self.connector.send(self.service_name, method, *args)
  File 
"/home/odoo/runbot/static/openerp-dev-trunk-15396/server/openerp/addons/web/common/http.py",
 line 623, 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-15396/server/openerp/addons/web/common/http.py",
 line 608, in send
    return openerp.netsvc.dispatch_rpc(service_name, method, args)
  File 
"/home/odoo/runbot/static/openerp-dev-trunk-15396/server/openerp/netsvc.py", 
line 362, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File 
"/home/odoo/runbot/static/openerp-dev-trunk-15396/server/openerp/service/web_services.py",
 line 586, in dispatch
    res = fn(db, uid, *params)
  File 
"/home/odoo/runbot/static/openerp-dev-trunk-15396/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-15396/server/openerp/osv/osv.py", 
line 121, in wrapper
    return f(self, dbname, *args, **kwargs)
  File 
"/home/odoo/runbot/static/openerp-dev-trunk-15396/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-15396/server/openerp/addons/audittrail/audittrail.py",
 line 494, in execute_cr
    return fct_src(cr, uid, model, method, *args, **kw)
  File 
"/home/odoo/runbot/static/openerp-dev-trunk-15396/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-15396/server/openerp/addons/stock/stock.py",
 line 1578, in name_get
    for line in self.browse(cr, uid, ids, context=context):
  File 
"/home/odoo/runbot/static/openerp-dev-trunk-15396/server/openerp/osv/orm.py", 
line 484, in __iter__
    raise NotImplementedError("Iteration is not allowed on %s" % self)
NotImplementedError: Iteration is not allowed on browse_record(stock.move, 52)

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
[trunk]Stock moves
https://bugs.launchpad.net/bugs/1031228
You received this bug notification because you are a member of OpenERP Indian 
Team, which is subscribed to OpenERP Addons.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-india
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-india
More help   : https://help.launchpad.net/ListHelp

Reply via email to