Skip to content
Snippets Groups Projects
README.md 2.08 KiB
Newer Older
[![Build Status](http://runbot.odoo.com/runbot/badge/default/1/8.0.svg)](http://runbot.odoo.com/runbot)
Odoo is a suite of web based open source business apps.
Antony Lesuisse's avatar
Antony Lesuisse committed

Olivier Dony's avatar
Olivier Dony committed
The main Odoo Apps include an <a href="https://www.odoo.com/page/crm">Open Source CRM</a>, <a href="https://www.odoo.com/page/website-builder">Website Builder</a>, <a href="https://www.odoo.com/page/e-commerce">eCommerce</a>, <a href="https://www.odoo.com/page/project-management">Project Management</a>, <a href="https://www.odoo.com/page/accounting">Billing & Accounting</a>, <a href="https://www.odoo.com/page/point-of-sale">Point of Sale</a>, <a href="https://www.odoo.com/page/employees">Human Resources</a>, Marketing, Manufacturing, Purchase Management, ...  
Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get
a full-featured <a href="https://www.odoo.com">Open Source ERP</a> when you install several Apps.
Olivier Dony's avatar
Olivier Dony committed

Sergei Filippov's avatar
Sergei Filippov committed
Getting started with Odoo development
--------------------------------------
Olivier Dony's avatar
Olivier Dony committed

If you are a developer type the following command at your terminal:
Olivier Dony's avatar
Olivier Dony committed

    wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
Olivier Dony's avatar
Olivier Dony committed

Then follow <a href="https://doc.odoo.com/trunk/server/howto/howto_website/">the developer tutorial</a>
Packages, tarballs and installers
---------------------------------
Antony Lesuisse's avatar
Antony Lesuisse committed

* Debian packages
Antony Lesuisse's avatar
Antony Lesuisse committed

    Add this apt repository to your /etc/apt/sources.list file
Antony Lesuisse's avatar
Antony Lesuisse committed

        deb http://nightly.openerp.com/8.0/nightly/deb/ ./
Antony Lesuisse's avatar
Antony Lesuisse committed

    Then type:
Antony Lesuisse's avatar
Antony Lesuisse committed

        $ sudo apt-get update
        $ sudo apt-get install odoo
Antony Lesuisse's avatar
Antony Lesuisse committed

Simon Lejeune's avatar
Simon Lejeune committed
    If you plan to use Odoo with a local database, please make sure to install PostgreSQL *before* installing the Odoo Debian package.
* <a href="http://nightly.odoo.com/8.0/nightly/src/">Source tarballs</a>
* <a href="http://nightly.odoo.com/8.0/nightly/exe/">Windows installer</a>
Simon Lejeune's avatar
Simon Lejeune committed

* <a href="http://nightly.odoo.com/8.0/nightly/rpm/">RPM package</a>


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