![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
DISCLAIMER: All files packaged by this application are Copyright (c) 2004-2017 Odoo S.A. Original LICENSE and COPYRIGHT file is included. The purpose of these packages is to provide an easy and reliable installation method for Odoo.
pip install odooku-odoo-addons
This will install the full Odoo suite. If you want to keep installation and dependency size to a minimal, feel free to install the seperate packages like so:
pip install odooku-odoo-[app]
Available options are:
While the Odoo source code does not require any distribution libraries, it's dependencies do. In order for them to build successfully follow instructions below:
sudo apt-get install libpq-dev libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libssl-dev
brew install postgresql
At runtime Odoo will always require the LESSC compiler, and most likely wkhtmltopdf.
This package does not install the LESSC compiler for you.
This package does not install the wkhtmltopdf binary for you.
Tags under the release branch are published to pypi periodically. The source for these builds are found at the Odoo github repository. A commit is pinned and tested, while the version number is simply bumped.
Due to the large size of these packages, pypi pushes will be done once every month. If you require more frequent updates, concider running the setup script manually or using your own pypi server.
[ODOO_VERSION].[BUMP] For Odoo 11 the version format will be 11.0.[BUMP]
Running the setup.py script through pip will install the full Odoo suite:
[ODOO_VERSION=] [ODOO_URL=] pip install .
In order to install seperate features run like so:
FEATURE=<feature> pip install .
This will always require the 'base' feature. In order to install the 'account' app you should run:
FEATURE=base pip install .
FEATURE=mail pip install .
FEATURE=account pip install .
The best method to locally install is to use the 'bdist_wheel' helper script. This will generate wheels for all features. Which you can then install using automatic dependency resolving:
./bdist_wheel.bash
pip install --find-links file://$(pwd)/dist odooku-odoo-<feature>
Specify a comma seperated set of languages will reduce the install size even further.
[LANGUAGES=] pip install .
FAQs
Odoo addons for the Discuss app
We found that odooku-odoo-mail demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.