Advertisement
Guest User

Untitled

a guest
Jun 20th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.20 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/trytond/wsgi.py", line 47, in dispatch_request
  3.     return endpoint(request, **request.view_args)
  4.   File "/trytond/protocols/dispatcher.py", line 61, in rpc
  5.     request, database_name, *request.params)
  6.   File "/trytond/wsgi.py", line 39, in auth_required
  7.     return wrapped(*args, **kwargs)
  8.   File "/trytond/protocols/dispatcher.py", line 42, in wrapper
  9.     return func(request, pool, *args, **kwargs)
  10.   File "/trytond/protocols/dispatcher.py", line 206, in _dispatch
  11.     result = rpc.result(meth(*c_args, **c_kwargs))
  12.   File "/trytond/model/modelview.py", line 625, in wrapper
  13.     return func(cls, *args, **kwargs)
  14.   File "/trytond/model/workflow.py", line 34, in wrapper
  15.     result = func(cls, filtered, *args, **kwargs)
  16.   File "/trytond/modules/stock/shipment.py", line 1153, in pack
  17.     cls._sync_inventory_to_outgoing(shipments)
  18.   File "/trytond/modules/stock_lot/stock.py", line 156, in _sync_inventory_to_outgoing
  19.     Move.save(moves)
  20.   File "/trytond/model/descriptors.py", line 33, in newfunc
  21.     return self.func(owner, *args, **kwargs)
  22.   File "/trytond/model/modelstorage.py", line 1451, in save
  23.     assert context == record._context
  24. AssertionError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement