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
Alexandre Fayolle 9f65dad250
[FIX] stock: mutation of the context
8 years ago
.tx [I18N] add Transifex config file 8 years ago
addons [FIX] stock: mutation of the context 8 years ago
debian [FIX] Packaging: Debian: lintian errors and warnings 8 years ago
doc [CLA] update Sodexis corporate cla 8 years ago
openerp [FIX] ir_translation: prevent `overwrite` propagation 8 years ago
setup [FIX] packaging: tarball nightly test 8 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.txt : gevent & greenlet versions updated 8 years ago
setup.cfg [FIX] Packaging: RedHat: dependencies management 9 years ago
setup.py [FIX] Packaging: Windows: pychart dependency 8 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