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.