black and gray microphone standIf you have created an Odoo app using Odoo Studio and you now want to move it to the community version, you can follow these steps:

  1. Export the app from Odoo Studio: Log in to your Odoo Studio account, open the app you want to export, and click the « Export » button. This will create a zip file containing your app.
  2. Install the community version of Odoo: If you haven’t already done so, install the community version of Odoo on your server or local machine.
  3. Unzip the app: Unzip the zip file created in step 1 to a directory on your computer.
  4. Add the app to the Odoo addons directory: Copy the directory containing the unzipped app to the addons directory of your Odoo installation. The addons directory is usually located in the root of your Odoo installation.
  5. Restart Odoo: Restart your Odoo server to load the new app.
  6. Install the app: Log in to your Odoo instance, go to the « Apps » menu, and click the « Update Apps List » button. This will refresh the list of available apps. Find your app in the list and click the « Install » button.

After following these steps, your app should be installed in the community version of Odoo and ready to use. Note that some features available in Odoo Studio may not be available in the community version, so you may need to modify your app accordingly.