Skip to Content
Menu
This question has been flagged
1 Reply
209 Views

Dear Community,

I am looking for guidance on installing third-party apps listed on apps.odoo.com. I noticed that there are two download buttons available, and I am uncertain about the correct process for configuring these apps and integrating them with my current Odoo instance.

Could you please provide step-by-step instructions on how to install and set up these apps properly? Any additional insights or best practices would be greatly appreciated.


Avatar
Discard
Author

I am a paid Odoo user, hosted by them. I believe this means it is on-premise. So how can i be possible?

Best Answer

Hi,

If you are using "Odoo.sh", you have two options:  

1. "Deploy on Odoo.sh" – If your Odoo instance is hosted on Odoo.sh, you can use this button to deploy the module directly to your system.  

2. "Download as a ZIP" – You can download the module as a ZIP file, push it to your Git repository connected to Odoo.sh, and then install the module after unzipping.  


If your Odoo instance is "hosted on-premise", you need to:  

1. Download the module.  

2. Place the extracted module in your custom addons path on the server.  

3. Restart the Odoo service and update the app list to install the module.  


For "Odoo Online", you can use the "Import Module" option in Odoo. However, note that only modules containing XML and static assets can be imported this way.

Hope it helps

Avatar
Discard