[trunk]Stock moves

Bug #1031228 reported by Galina
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Invalid
Medium
OpenERP R&D Addons Team 2

Bug Description

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)

Amit Parik (amit-parik)
affects: openerp-web → openobject-addons
Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2)
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Jalpesh Patel(OpenERP) (pja-openerp) wrote :

Hello,

i have tested it with lastest trunk
addons : 7383
server :4405
 client-web:3040
itcannot be reproducable more.
so i had put this bug invalid..

Changed in openobject-addons:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.