Skip to Content
Menu
This question has been flagged
2 Replies
12120 Views

I am currently using odoo.sh But I want to test some changes to source code locally.

Can i use my the license I am using to download odoo enterprise source code without affect my production database.

Avatar
Discard
Best Answer

Hi,

You can download the odoo enterprise source code from this link using your subscription code:  https://www.odoo.com/page/download

Then you can set up your odoo instance locally to test out things.

Using the installation script, you can install odoo community and then later add the downloaded enterprise source code to it.

Thanks

Avatar
Discard
Best Answer

You should be able to download the source code to a local instance. If you want to install it on a ubuntu server e.g., i suggest to use install script provided by Yenthe: Link

changing the paramter IS_ENTERPRISE to True will help you to pull the source code. You need of course a license to do so.

Avatar
Discard