Skip to content

Add the option to not insert the base_addons folder as the first one … #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Assem
Copy link

@Assem Assem commented Nov 12, 2015

…in the addons_path

If we want to use the enterprise addons, we must have the folder containing them as the first one in the addons_path, otherwise odoo will always install the community version.

So we have to put the enterprise addons folder as the first one in our buildout.cfg file and also add the option keep-addons-order.
Example:

[openerp]
recipe = anybox.recipe.odoo:server

addons = git [email protected]:odoo/enterprise-9.git enterprise-9 master
local ./project_addons/

keep-addons-order = True

…in the addons_path

If we want to use the enterprise addons, we must have the folder containing them as the first one in the addons_path, otherwise odoo will always install the community version.

So we have to put the enterprise addons folder as the first one in our buildout.cfg file and also add the option keep-addons-order. 
Example:

[openerp]
recipe = anybox.recipe.odoo:server

addons = git [email protected]:odoo/enterprise-9.git enterprise-9 master
local ./project_addons/

keep-addons-order = True
@lefeverd
Copy link

lefeverd commented Dec 9, 2015

Will this be the final solution for using enterprise addons?

@Assem
Copy link
Author

Assem commented Dec 10, 2015

I did this after reading this conversation:

---------- Forwarded message ----------
From: Hans Yonathan [email protected]
Date: 12 October 2015 at 08:37
Subject: Re: Odoo: Installing Odoo Enterprise
To: "Kitti U." [email protected], [email protected]

First in openerp conf file, configure the path of enterprise first before the community addons,

When you install the new database, it will automatically use new design,

Thank You.

Best Regards,
Hans Yonathan
Odoo Support
FALINWA Limited
Expert in Finance, Information System & Business Intelligence
Odoo Silver Partner
Website: www.falinwa.com
Tel. 13670137019 (China - Shenzhen)

From: Partners [mailto:[email protected]] On Behalf Of Kitti U.
Sent: Saturday, October 10, 2015 9:20 PM
To: [email protected]
Subject: Odoo: Installing Odoo Enterprise

Dear Partners,

So far, we have got the access to Odoo enterprise. However, we still can't install and used the new Design.

Do you know how install Enterprise version? Any pointer to the installation documentation?

Thank you,

Kitti U.

Mobile: +66-(0)8-1841-7480
Your ERP Partner => www.ecosoft.co.th

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants