Created on 2021-09-11.20:41:42 by delphine2776, last changed 3 months ago by ced.
version 6.1: project , project plan
via Project > Reporting > Projects actio task leveling without select project
extract error:
Traceback (most recent call last):
File "/trytond/wsgi.py", line 117, in dispatch_request
return endpoint(request, **request.view_args)
File "/trytond/protocols/dispatcher.py", line 48, in rpc
request, database_name, *request.rpc_params)
File "/trytond/wsgi.py", line 84, in auth_required
return wrapped(*args, **kwargs)
File "/trytond/protocols/wrappers.py", line 159, 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/wizard/wizard.py", line 314, in execute
return wizard._execute(state_name)
File "/trytond/wizard/wizard.py", line 345, in _execute
result = self._execute(transition())
File "/trytond/modules/project_plan/work.py", line 653, in transition_leveling
self.record.create_leveling()
AttributeError: 'NoneType' object has no attribute 'create_leveling'
Fault: 'NoneType' object has no attribute 'create_leveling'
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-02-11 19:15:10 | ced | set | component: + project_plan, - project |
2021-09-11 23:18:29 | ced | set | title: project - reporting> project : task leveling error noneType -> Task leveling error noneType |
2021-09-11 20:41:42 | delphine2776 | create |
Showing 10 items. Show all history (warning: this could be VERY long)