c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #10818
[Bug 697283] [NEW] can not fill in inventory
Public bug reported:
trunk, web, warehouse
create a new physical inventory (from warehouse, inventory control,
physical inventory), click import inventory (action in right pannel),
fill in stock in the wizard, then, confirm : bug
Traceback (most recent call last):
File "/home/aline/openerp/trunk/server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/aline/openerp/trunk/server/bin/service/web_services.py", line 598, in dispatch
res = fn(db, uid, *params)
File "/home/aline/openerp/trunk/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/aline/openerp/trunk/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/aline/openerp/trunk/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/aline/openerp/trunk/addons/stock/wizard/stock_fill_inventory.py", line 105, in fill_inventory
'inventory_id': context['active_ids'][0],
IndexError: list index out of range
** Affects: openobject-client-web
Importance: High
Assignee: OpenERP SA's Web Client R&D (openerp-dev-web)
Status: Confirmed
** Changed in: openobject-client-web
Importance: Undecided => High
** Changed in: openobject-client-web
Status: New => Confirmed
** Changed in: openobject-client-web
Assignee: (unassigned) => OpenERP SA's Web Client R&D (openerp-dev-web)
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/697283
Title:
can not fill in inventory
Status in OpenObject Web Client:
Confirmed
Bug description:
trunk, web, warehouse
create a new physical inventory (from warehouse, inventory control, physical inventory), click import inventory (action in right pannel), fill in stock in the wizard, then, confirm : bug
Traceback (most recent call last):
File "/home/aline/openerp/trunk/server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/aline/openerp/trunk/server/bin/service/web_services.py", line 598, in dispatch
res = fn(db, uid, *params)
File "/home/aline/openerp/trunk/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/aline/openerp/trunk/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/aline/openerp/trunk/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/aline/openerp/trunk/addons/stock/wizard/stock_fill_inventory.py", line 105, in fill_inventory
'inventory_id': context['active_ids'][0],
IndexError: list index out of range
Follow ups
References