Missing drop shipment sequence after activation

I get this reaction when hitting “wait” in a drop shipment:

Traceback (most recent call last):
  File "/trytond/wsgi.py", line 119, in dispatch_request
    return endpoint(request, **request.view_args)
  File "/trytond/protocols/dispatcher.py", line 46, in rpc
    return methods.get(request.rpc_method, _dispatch)(
  File "/trytond/wsgi.py", line 86, in auth_required
    return wrapped(*args, **kwargs)
  File "/trytond/protocols/wrappers.py", line 161, in wrapper
    return func(request, pool, *args, **kwargs)
  File "/trytond/protocols/dispatcher.py", line 181, in _dispatch
    result = rpc.result(meth(*c_args, **c_kwargs))
  File "/trytond/modules/sale_supply_drop_shipment/stock.py", line 364, in create
    values['number'] = config.get_multivalue(
AttributeError: 'NoneType' object has no attribute 'get'

Fault: 'NoneType' object has no attribute 'get'

Cheers,
Wolf

You must configure a sequence for numbering the drop shipment. The default one is not set when you activate the module after having already configured the stock.

Thank you.
Actually, I found a sequence for drop shipment, so I do not know what else I should do…

It must be set on the stock configuration.

A post was split to a new topic: Can not sent drop shipment

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.