Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
1081 Visninger

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.

Avatar
Kassér
Bedste svar

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

Avatar
Kassér