← Back to team overview

openerp-india team mailing list archive

[Bug 1009012] Re: cannot create a delivery order

 

Hello ,

It was already fix on Revision no 6872 with this branch
 http://bazaar.launchpad.net/~openerp/openobject-addons/trunk/revision/6872

Thanks..!!!

** Changed in: openobject-addons
       Status: Confirmed => Fix Released

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

Title:
  cannot create a delivery order

Status in OpenERP Addons (modules):
  Fix Released

Bug description:
  trunk (no demo data)

  go to warehouse -> delivery order -> cerate a new one

  Client Traceback (most recent call last):
    File "/home/aline/source/web/trunk/addons/web/common/http.py", line 180, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/aline/source/web/trunk/addons/web/controllers/main.py", line 1181, in load
      return self.fields_view_get(req, model, view_id, view_type, toolbar=toolbar)
    File "/home/aline/source/web/trunk/addons/web/controllers/main.py", line 1062, in fields_view_get
      fvg = Model.fields_view_get(view_id, view_type, context, toolbar, submenu)
    File "/home/aline/source/web/trunk/addons/web/common/openerplib/main.py", line 250, in proxy
      args, kw)
    File "/home/aline/source/web/trunk/addons/web/common/openerplib/main.py", line 117, in proxy
      result = self.connector.send(self.service_name, method, *args)
    File "/home/aline/source/web/trunk/addons/web/common/http.py", line 626, in send
      raise fault

  
  Server Traceback (most recent call last):
    File "/home/aline/source/web/trunk/addons/web/common/http.py", line 607, in send
      result = openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/home/aline/source/server/trunk/openerp/netsvc.py", line 362, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/aline/source/server/trunk/openerp/service/web_services.py", line 586, in dispatch
      res = fn(db, uid, *params)
    File "/home/aline/source/server/trunk/openerp/osv/osv.py", line 167, in execute_kw
      return self.execute(db, uid, obj, method, *args, **kw or {})
    File "/home/aline/source/server/trunk/openerp/osv/osv.py", line 121, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/aline/source/server/trunk/openerp/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/aline/source/server/trunk/openerp/osv/osv.py", line 164, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/aline/source/server/trunk/openerp/osv/orm.py", line 2154, in fields_view_get
      arch=apply_view_inheritance(cr, user, source, sql_res['id']),
    File "/home/aline/source/server/trunk/openerp/osv/orm.py", line 2112, in apply_view_inheritance
      source = apply_inheritance_specs(source, view_arch, view_id)
    File "/home/aline/source/server/trunk/openerp/osv/orm.py", line 2097, in apply_inheritance_specs
      raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
    File "/home/aline/source/server/trunk/openerp/osv/orm.py", line 1995, in raise_view_error
      %  (child_view.xml_id, self._name, error_msg))
  AttributeError: View definition error for inherited view 'stock.view_picking_out_form' on model 'stock.picking.out': Element '<xpath expr="/form/header/div[@class='oe_right']/field[@name='state']">' not found in parent view '%(parent_xml_id)s'

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


References