跳至内容
菜单
此问题已终结
1 回复
17952 查看

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 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.

最佳答案

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?.

相关帖文 回复 查看 活动
2
3月 25
6085
3
4月 22
10378
0
8月 18
2861
0
5月 18
3116
1
5月 20
3740