Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

How to access odoo11 Enterprise git repository?

Avatar
odoo
1 Comment
Avatar
Discard
Avatar
odoo
-

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.

1 Answer
0
Avatar
odoo
Best Answer

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

3 Comments
Avatar
Discard
Avatar
odoo
-

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'

Avatar
odoo
-

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.

Avatar
odoo
-

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