Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
odooku-odoo-contacts
Advanced tools
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 Contacts Directory app
We found that odooku-odoo-contacts 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.