On 2016-03-10 03:02, Ashish Kumar wrote:
> Traceback:
> ERROR:tryton.common.common:Traceback (most recent call last):
>   File "/trytond/protocols/jsonrpc.py", line 162, in _marshaled_dispatch
>     response['result'] = dispatch_method(method, params)
>   File "/trytond/protocols/jsonrpc.py", line 191, in _dispatch
>     res = dispatch(*args)
>   File "/trytond/protocols/dispatcher.py", line 41, in dispatch
>     res = security.login(database_name, user, session)
>   File "/trytond/security.py", line 24, in login
>     pool = _get_pool(dbname)
>   File "/trytond/security.py", line 18, in _get_pool
>     pool.init()
>   File "/trytond/pool.py", line 144, in init
>     self.start()
>   File "/trytond/pool.py", line 97, in start
>     register_classes()
>   File "/trytond/modules/__init__.py", line 328, in register_classes
>     for package in create_graph(get_module_list())[0]:
>   File "/trytond/modules/__init__.py", line 158, in create_graph
>     info = get_module_info(module)
>   File "/trytond/modules/__init__.py", line 142, in get_module_info
>     with tools.file_open(os.path.join(name, 'tryton.cfg')) as fp:
>   File "/trytond/tools/misc.py", line 97, in file_open
>     raise IOError('File not found : %s ' % name)
> IOError: File not found : 
> /trytond/modules/stock_location_sequence/tryton.cfg 
> 
> File not found : 
> /usr/local/lib/python2.7/dist-packages/trytond-3.8.0-py2.7.egg/trytond/modules/stock_location_sequence/tryton.cfg


It means that the module stock_location_sequence is not installed but it
is defined in your database.

PS: Please don't top-post on this mailing list, see
http://groups.tryton.org/netiquette
-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/20160310113910.GQ25642%40tetsuo.

Reply via email to