On 28 May 11:58, Fabyc wrote:
> I'm trying to migrate from Trytond 3.0.4 to Trytond 3.2.1
> 
> I backed up the database from the Tryton client 3.0.4 
> and then I'm trying to restore it in Tryton 3.2.1
> 
> After the database is restored, I get the next error:
> 
> Traceback (most recent call last):
>   File "/trytond/protocols/jsonrpc.py", line 125, in _marshaled_dispatch
>     response['result'] = dispatch_method(method, params)
>   File "/trytond/protocols/jsonrpc.py", line 158, in _dispatch
>     res = dispatch(*args)
>   File "/trytond/protocols/dispatcher.py", line 42, in dispatch
>     res = security.login(database_name, user, session)
>   File "/trytond/security.py", line 19, in login
>     pool = _get_pool(dbname)
>   File "/trytond/security.py", line 13, in _get_pool
>     pool.init()
>   File "/trytond/pool.py", line 151, in init
>     lang=lang)
>   File "/trytond/modules/__init__.py", line 433, in load_modules
>     _load_modules()
>   File "/trytond/modules/__init__.py", line 393, in _load_modules
>     graph = create_graph(module_list)[0]
>   File "/trytond/modules/__init__.py", line 192, in create_graph
>     - set((p[0] for p in packages))))
> Exception: Missing dependencies: ['account_invoice_stock']
> 
> 
> The module account_invoice_stock is copied in trytond/modules
> in Trytond 3.2.1
> 
> I don't know why the message about is missing that module.

Some modules depend now on this new module so you have to install it.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: [email protected]
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Attachment: pgppVq6rgEpZU.pgp
Description: PGP signature

Reply via email to