We purchased odoo 11 enterprised for accounting and studio. I downloaded the source code from `https://www.odoo.com/page/download` (source file).
And unzipped in our server and run. It loads community edition. Why?
How can I load enterprise edition?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
We purchased odoo 11 enterprised for accounting and studio. I downloaded the source code from `https://www.odoo.com/page/download` (source file).
And unzipped in our server and run. It loads community edition. Why?
How can I load enterprise edition?
Hi Kabeer,
The question in your title and in your content are two different things.
You can only get access to the Github repository for the enterprise code if you're an official Odoo partner. If you're not a partner you cannot access it and will only be available to download those files through the downloads page.
As for why you're getting the community version instead of the enterprise version.. You probably didn't add a link to the enterprise source code in your Odoo configuration file. You can find this file under /etc/ and is usually named odoo.conf. Add in the path to your enterprise repository there. It should look something like this:
addons_path = /opt/odoo/enterprise/addons,/opt/odoo/addons
Make sure that it loads the enterprise code before loading the community code.
Regards,
Yenthe
Hi Yenthe,
i didn't find any addons like `/enterprise/addons` in the downloaded zip file.
Actually, i followed you script `https://www.odoo.yenthevg.com/installing-odoo-11-enterprise-ubuntu/'.
Executed your script and replaced the odoo module with the code of enterprise which downloaded from odoo website.
After replacing the code, when I run odoo as a service, the web page is not load.
In console i getting this error:
'XML Parsing Error: no root element found
Location: http://172.16.2.7:5050/web/webclient/qweb?mods=
Line Number 1, Column 1:
qweb:1:1
Tour Manager is ready. running_tour=null
web.assets_common.js:4194:575
Error: QWeb2: Template 'CrashManager.error' not found
web.assets_common.js:3689:7
Error: QWeb2: Template 'ActionManager' not found'
Looks like you've messed up the configuration of your folders/locations.
Make sure all the enterprise addons are under /odoo/enterprise folder and that all those folders have enough rights for your Odoo user to access it.
I already mentioned I only have on addons, I can create `/enterprise/addons` folder. But how can I know which are the enterprise modules from current addons folder?.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Apr 22
|
8792 | ||
|
1
Mar 24
|
4922 | ||
|
0
Aug 18
|
1984 | ||
|
0
May 18
|
2321 | ||
|
1
May 20
|
2426 |
Hi Yenthe,
I can't comment on your post, that why post it as an answer.
i didn't find any addons like `/enterprise/addons` in the downloaded zip file.