Skip to content
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

Document how to install Odoo CE and EE addons #79

Merged
merged 1 commit into from
Feb 24, 2022

Conversation

sbidoul
Copy link
Member

@sbidoul sbidoul commented Feb 23, 2022

No description provided.

$ python3 -m venv ./venv
$ source ./venv/bin/activate
(venv) $ python3 -m pip install --upgrade pip wheel
(venv) $ python3 -m pip install -r ./odoo/requirements.txt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or

pip install https://github.com/odoo/odoo/archive/refs/heads/$VERSION.tar.gz
pip install -r https://raw.githubusercontent.com/odoo/odoo/$VERSION/requirements.txt

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@simahawk yes, but... no. Because you'll only get base in the addons path with this method. odoo/odoo#16700 and odoo/odoo#44001.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also "liked" #44001 but I completely forgot about it 🤣 🤦‍♂️

@sbidoul sbidoul merged commit 0e2ed04 into master Feb 24, 2022
@acsone-git-bot acsone-git-bot deleted the install-odoo-docs-sbi branch February 24, 2022 15:35
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.

None yet

2 participants