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
Denis Ledoux ee8919af84
[MERGE] forward port of branch saas-3 up to fe8845a
8 years ago
addons [MERGE] forward port of branch saas-3 up to fe8845a 8 years ago
debian [FIX] Packaging: Debian: lintian errors and warnings 8 years ago
doc [CLA] Acsone (fix emails) 8 years ago
openerp [IMP] fields: in selection fields, 'selection_add' only adds options not in selection yet 8 years ago
setup [FIX] Packaging: Windows: _prepare_build_dir 8 years ago
.gitignore [ADD] git mailmap and CLA stats 8 years ago
.mailmap [FIX] mailmap for Tech Receptives 8 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 9 years ago
LICENSE cleanup repo root 9 years ago
MANIFEST.in [FIX] Packaging: exclude *.hg* in MANIFEST.in 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 [REM] duplicated package in requirements, sort 9 years ago
setup.cfg [FIX] Packaging: RedHat: dependencies management 9 years ago
setup.py [FIX] Packaging: lib name from openerp to odoo 9 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