Advertisement
Guest User

Untitled

a guest
May 17th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.66 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/usr/lib/python3.5/site-packages/trytond/protocols/dispatcher.py", line 162, in _dispatch
  3.     result = rpc.result(meth(*c_args, **c_kwargs))
  4.   File "/usr/lib/python3.5/site-packages/trytond/wizard/wizard.py", line 287, in execute
  5.     return wizard._execute(state_name)
  6.   File "/usr/lib/python3.5/site-packages/trytond/wizard/wizard.py", line 318, in _execute
  7.     result = self._execute(transition())
  8.   File "/usr/lib/python3.5/site-packages/trytond/modules/account/account.py", line 1958, in transition_create_account
  9.     account_template.type.create_type(
  10. AttributeError: 'NoneType' object has no attribute 'create_type'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement