Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
1085 Переглядів

We want to evaluate Odoo and spinned up a local docker 16:latest Odoo instance.

It al works fine out of the box.

But we want to activate for example the Studio app but it shows a "update" button and redirects to the Odoo website.

Other apps like CRM can be installed .


We already tried updating all modules through the Odoo CLI 
"/usr/bin/odoo -p 8070 --db_host=odoo-db -d postgres -u all" which runs the update routine nicely.

But this doesn't help to get rid of these "update/renew" buttons.

Do we need a license somehow? We are logged in online but there are no options to bind the local database to the online account.

Аватар
Відмінити
Найкраща відповідь

Hi,

You have installed Odoo Community edition, thats why the enterprise apps is showing with upgrade button. If you have access to enterprise source code, you can add it to the docker addons path.


If you don't have access to the enterprise code, you can try it out by creating an odoo online instance or test it in odoo runbot.

Once you buy odoo license/subscription, you can use enterprise addons locally/or as per the need.


Thanks

Аватар
Відмінити