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
Christophe Simonis 373539425e
[MERGE] forward port of branch saas-3 up to c339fcc
8 years ago
addons [MERGE] forward port of branch saas-3 up to c339fcc 8 years ago
debian [IMP] Packaging: debian: package maintainer/descriptions updated 9 years ago
doc [IMP] doc: move manifest description from backend tutorial to manifest doc 8 years ago
openerp [IMP] base: avoid useless call to time.strftime() 8 years ago
setup [FIX] Packaging: RedHat: prompt overriden in docker 8 years ago
.gitignore [MERGE] forward port of branch saas-3 up to 8c4a7cb 9 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 9 years ago
LICENSE cleanup repo root 9 years ago
MANIFEST.in [FIX] packaging: debian: include less files 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