Hello!
Our team has problems with updating code on premise from Community to Enterprise.
We tried two ways to update:
1. On Linux, using an installer:
$ sudo dpkg -i odoo_17.0+e.latest_all.deb
we have the list of package what are not installed (see screenshots, link on google disk is below)
Their installation via pip3 install do nothing, because it say that packages are already satisfied.
Using the command:
python3 /home/zerus/odoo-17.0/odoo/odoo-bin -d DevBase -i web_enterprise --stop-after-init
we can't connect to server. Your can see on screenshots the work we are doing, link on google disk is below.
I remember that I used 'odoo17-admin' to install odoo via 'odoo-helper-script'. This profile is in command \du, but I can't to connect this profile via 'sudo su odoo17-admin'.
Also I tried the way with cloning from github but files are not found! You can check:
https://github.com/odoo/enterprise.git
Thank you for help!