OpenUpgrade mailing list archives

openupgrade@odoo-community.org

Avatar

Re: Migration 11 to 12 With Upenupgrade

by
Matt
- 13/04/2021 22:42:26
The pictures of the errors didn't come through.  Can you send it as text?

Matt

On Thu, Apr 8, 2021 at 5:57 AM <asbah@eti.net.gn> wrote:

Hello,

I want to upgrade odoo 11 to odoo 12 with upenupgrade.

 

Here my config file content

 

[options]

db_host = False

db_port = False

db_user = odoo

db_password = odoo

addons_path =  /var/tmp/openupgrade/odoo/addons,/var/tmp/openupgrade/addons

logfile = /var/log/odoo/odoo11.log

 

…and here the command line

./odoo11-venv/bin/python3 ./odoo11/odoo-bin -r "odoo" -w 'odoo' --db_host "127.0.0.1" -d migration-db  -c /etc/openupgrade.conf --update all --stop-after-init

 

I get this error

 

But when I use the configuration [Without this /var/tmp/openupgrade/odoo/addons]

[options]

db_host = False

db_port = False

db_user = odoo

db_password = odoo

addons_path = /var/tmp/openupgrade/addons

logfile = /var/log/odoo/odoo11.log

 

 

I got this

 

I have even tried with this

[options]

db_host = False

db_port = False

db_user = odoo

db_password = odoo

addons_path = /var/tmp/openupgrade/addons

logfile = /var/log/odoo/odoo11.log

 

[openupgrade]

autoinstall = {'project':['digest'],'crm':['digest']}

force_deps = {'project':['digest'],'crm':['digest']}

 

 

But I got the above error.

 

Why it keeps telling me that project module has an unmet dependencies:digest since the digest module is in the given path : /var/tmp/openupgrade/addons

 

_______________________________________________
Mailing-List: https://odoo-community.org/groups/openupgrade-87
Post to: mailto:openupgrade@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

Reference