Advertisement
Guest User

seq

a guest
Oct 14th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ERROR:tryton.common.common:Traceback (most recent call last):
  2. File "/trytond/protocols/jsonrpc.py", line 125, in _marshaled_dispatch
  3. response['result'] = dispatch_method(method, params)
  4. File "/trytond/protocols/jsonrpc.py", line 158, in _dispatch
  5. res = dispatch(*args)
  6. File "/trytond/protocols/dispatcher.py", line 158, in dispatch
  7. result = rpc.result(meth(*c_args, **c_kwargs))
  8. File "/trytond/modules/carrier_company/carrier_company.py", line 162, in create
  9. vals['reference'] = Sequence.get_id(sequence.id)
  10. AttributeError: 'NoneType' object has no attribute 'id'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement