Hello,
having installed the subscription module, I filled in all mandatory fields and tried to create an offer. Here this message appeared:
Traceback (most recent call last):
File "/trytond/wsgi.py", line 109, in dispatch_request
return endpoint(request, **request.view_args)
File "/trytond/protocols/dispatcher.py", line 43, in rpc
return methods.get(request.rpc_method, _dispatch)(
File "/trytond/wsgi.py", line 75, in wrapper
return func(request, *args, **kwargs)
File "/trytond/protocols/wrappers.py", line 200, in wrapper
return func(request, pool, *args, **kwargs)
File "/trytond/protocols/dispatcher.py", line 196, in _dispatch
result = rpc.result(meth(*c_args, **c_kwargs))
File "/trytond/model/modelview.py", line 753, in wrapper
return func(cls, records, *args, **kwargs)
File "/trytond/model/workflow.py", line 37, in wrapper
result = func(cls, filtered, *args, **kwargs)
File "/trytond/modules/company/model.py", line 66, in wrapper
result = func(cls, records, *args, **kwargs)
File "/trytond/modules/sale_subscription/subscription.py", line 375, in quote
cls.set_number(subscriptions)
File "/trytond/modules/sale_subscription/subscription.py", line 282, in set_number
company=subscription.company.id).get()
AttributeError: 'NoneType' object has no attribute 'get'
Fault: 'NoneType' object has no attribute 'get'
This is how input windows look like:
This should not happen, true?
What should I do.
EG