← Back to team overview

openerp-india team mailing list archive

[Bug 1013094] [NEW] From sale order when open delivery order and confirm got traceback

 

Public bug reported:

Trunk

create sale order  with create invoice on delivery order policy. 
    - confirm SO
    - opendelivery order 
    - force available
    - confirm & transfer

Traceback (most recent call last):
  File "/home/turkesh/Desktop/rdtools/server/trunk/openerp/osv/osv.py", line 121, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/turkesh/Desktop/rdtools/server/trunk/openerp/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/turkesh/Desktop/rdtools/server/trunk/openerp/osv/osv.py", line 164, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/turkesh/Desktop/rdtools/addons/trunk-red-button-stock-tpa/stock/wizard/stock_partial_picking.py", line 109, in default_get
    assert context.get('active_model') in ('stock.picking', 'stock.picking.in', 'stock.picking.out'), 'Bad context propagation'

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

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

Title:
  From sale order when open delivery order and confirm got traceback

Status in OpenERP Addons (modules):
  New

Bug description:
  Trunk

  create sale order  with create invoice on delivery order policy. 
      - confirm SO
      - opendelivery order 
      - force available
      - confirm & transfer

  Traceback (most recent call last):
    File "/home/turkesh/Desktop/rdtools/server/trunk/openerp/osv/osv.py", line 121, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/turkesh/Desktop/rdtools/server/trunk/openerp/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/turkesh/Desktop/rdtools/server/trunk/openerp/osv/osv.py", line 164, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/turkesh/Desktop/rdtools/addons/trunk-red-button-stock-tpa/stock/wizard/stock_partial_picking.py", line 109, in default_get
      assert context.get('active_model') in ('stock.picking', 'stock.picking.in', 'stock.picking.out'), 'Bad context propagation'

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


Follow ups

References