Go to file
Martin Trigaux 19c0435743 Merge pull request #751 from jrial/master
[FIX] account: Small performance fix + cleanup of account_invoice

Remove unused imports and variables
Merge two writes into one
Make sure we use the newly invoice_date and not the one left in the cache of the browse record
2014-06-25 16:05:00 +02:00
addons Merge pull request #751 from jrial/master 2014-06-25 16:05:00 +02:00
debian [FIX] move back setup to root 2014-06-23 12:50:57 +02:00
doc [IMP] better and shorter contribution guidelines (detailed one are now on the wiki) 2014-06-13 16:07:56 +02:00
openerp [FIX] Update of default currencies on some CoA's 2014-06-25 14:17:24 +02:00
setup [FIX] setup missing file for windows nsi 2014-06-23 13:20:19 +02:00
.gitignore [MERGE] forward port of branch saas-3 up to 7dd6954 2014-06-03 19:14:22 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2014-06-24 09:44:11 +02:00
LICENSE cleanup repo root 2014-05-15 10:43:02 +02:00
MANIFEST.in [FIX] move back setup to root 2014-06-23 12:50:57 +02:00
README.md [FIX] README: correct build status image URL. 2014-06-12 12:31:32 +02:00
odoo.py [FIX] odoo.py debian add postgresql 2014-06-25 13:23:06 +02:00
openerp-gevent restore the original gevent detection 2013-09-10 01:19:46 +02:00
openerp-server openerp apps main moved to cli ready for new commands 2012-11-27 01:55:13 +01:00
openerp-wsgi.py [FIX] wsgi deployement with openerp-wsgi.py 2014-03-07 21:00:55 +01:00
setup.cfg [FIX] move back setup to root 2014-06-23 12:50:57 +02:00
setup.py [IMP] auth_crypt: port to passlib instead of using embedded/hand-rolled md5crypt 2014-06-19 09:04:51 +02:00

README.md

Build Status

Odoo

Odoo is a suite of web based open source business apps. More info at http://www.odoo.com

The easiest way to play with it is the Odoo free trial, email registration is NOT required, use the "skip this step" link on the registration page to skip it.

Getting started with Odoo development

If you are a developer type the following command at your terminal [1]:

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

Then follow the developer tutorial

[1] You may want to check the content of the odoo.py file before executing it.

Packages, tarballs and installers

  • Debian packages

    Add this apt repository to your /etc/apt/sources.list file

      deb http://nightly.openerp.com/8.0/deb/ ./
    

    Then type:

      $ sudo apt-get update
      $ sudo apt-get install odoo
    
  • Source tarballs

  • Windows installer

  • RPM package

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