← Back to team overview

credativ team mailing list archive

[Bug 920841] [NEW] when i use upstream traceability of warehouse product lot

 

Public bug reported:

warehouse -> traceability ->production lots -> form view -> select
demo-> open  -> click on upstream availability

got this error message

Traceback (most recent call last):
  File "/home/rmu/source/server/trunk/openerp/osv/osv.py", line 120, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/rmu/source/server/trunk/openerp/osv/osv.py", line 175, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/rmu/source/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/rmu/source/addons/trunk/stock/stock.py", line 1439, in action_traceability
    value=self.pool.get('action.traceability').action_traceability(cr,uid,ids,context)
  File "/home/rmu/source/addons/trunk/stock/wizard/stock_traceability.py", line 50, in action_traceability
    view_id = cr.fetchone()[0]
TypeError: 'NoneType' object is unsubscriptable

** Affects: openobject-addons
     Importance: Medium
     Assignee: OpenERP R&D Addons Team 2 (openerp-dev-addons2)
         Status: In Progress

** Summary changed:

- when
+ when i use upstream traceability of warehouse product lot

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
   Importance: Undecided => Medium

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 2 (openerp-dev-addons2)

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/920841

Title:
  when i use upstream traceability of warehouse product lot

Status in OpenERP Addons (modules):
  In Progress

Bug description:
  warehouse -> traceability ->production lots -> form view -> select
  demo-> open  -> click on upstream availability

  got this error message

  Traceback (most recent call last):
    File "/home/rmu/source/server/trunk/openerp/osv/osv.py", line 120, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/rmu/source/server/trunk/openerp/osv/osv.py", line 175, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/rmu/source/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/rmu/source/addons/trunk/stock/stock.py", line 1439, in action_traceability
      value=self.pool.get('action.traceability').action_traceability(cr,uid,ids,context)
    File "/home/rmu/source/addons/trunk/stock/wizard/stock_traceability.py", line 50, in action_traceability
      view_id = cr.fetchone()[0]
  TypeError: 'NoneType' object is unsubscriptable

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


Follow ups

References