You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Harald Welte faa3ff46e2
HACK: extend product.product name_search() for x_sysmo_barcode
6 years ago
.tx [FIX] tx: don't translate test modules 6 years ago
addons HACK: extend product.product name_search() for x_sysmo_barcode 6 years ago
debian [REF] packaging: debian: depend on python-babel 7 years ago
doc Revert "[FIX] l10n_de: set reconciled to False for accounts of type liquidity… (#13520)" 6 years ago
openerp [I18N] Update translation terms from Transifex 6 years ago
setup [REF] packaging: debian: depend on python-babel 7 years ago
.gitignore [ADD] git mailmap and CLA stats 8 years ago
.mailmap [CLA] update mailmap 8 years ago
CONTRIBUTING.md [FIX] CONTRIBUTING:.md emphasize the fact that PRs supersede issues 8 years ago
LICENSE cleanup repo root 9 years ago
MANIFEST.in [FIX] packaging: include favicon 8 years ago
Makefile [IMP] *: one Makefile to rules them all. 9 years ago
README.md [IMP] README.md: badges for docs, help, nightly 8 years ago
odoo.py [FIX] odoo.py fix fetching of git remotes 9 years ago
openerp-gevent restore the original gevent detection 10 years ago
openerp-server openerp apps main moved to cli ready for new commands 11 years ago
openerp-wsgi.py [FIX] wsgi deployement with openerp-wsgi.py 9 years ago
requirements.txt [FIX] requirements: bump up recommended psycopg2 version 6 years ago
setup.cfg [FIX] Packaging: RedHat: dependencies management 9 years ago
setup.py [FIX] setup: backport of 6ceb0a2b1b92 7 years ago

README.md

Build Status Tech Doc Help Nightly Builds

Odoo

Odoo is a suite of web based open source business apps.

The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce, Project Management, Billing & Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, Purchase Management, ...

Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get a full-featured Open Source ERP when you install several Apps.

Getting started with Odoo

For a standard installation please follow the Setup instructions from the documentation.

If you are a developer you may type the following command at your terminal:

wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python

Then follow the developer tutorials

For Odoo employees

To add the odoo-dev remote use this command:

$ ./odoo.py setup_git_dev

To fetch odoo merge pull requests refs use this command:

$ ./odoo.py setup_git_review