X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.md;h=aa774a03057dcdc4bc908453b511ff79074f78ec;hb=HEAD;hp=9312b7758d6f8f74ee0717fddd657e01fccec4b7;hpb=7b26db3593bd78c71c875fff3e41dcf71dc980a1;p=odoo%2Fodoo.git diff --git a/README.md b/README.md index 9312b77..aa774a0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -[![Build Status](http://runbot.odoo.com/runbot/badge/default/1/8.0.svg)](http://runbot.odoo.com/runbot) +[![Build Status](http://runbot.odoo.com/runbot/badge/default/1/master.svg)](http://runbot.odoo.com/runbot) Odoo ---- Odoo is a suite of web based open source business apps. -It's main apps include an Open Source CRM, Website Builder, eCommerce, Project Management, Billing & Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, Purchase Management, ... Each application is standalone but you get a full featured Open Source ERP if you install several apps as they integrate to each others. +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 development @@ -15,7 +17,7 @@ If you are a developer type the following command at your terminal: wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python -Then follow the developer tutorial +Then follow the developer tutorial @@ -26,18 +28,20 @@ Packages, tarballs and installers Add this apt repository to your /etc/apt/sources.list file - deb http://nightly.openerp.com/8.0/nightly/deb/ ./ + deb http://nightly.odoo.com/master/nightly/deb/ ./ Then type: $ sudo apt-get update $ sudo apt-get install odoo -* Source tarballs + If you plan to use Odoo with a local database, please make sure to install PostgreSQL *before* installing the Odoo Debian package. -* Windows installer +* Source tarballs -* RPM package +* Windows installer + +* RPM package For Odoo employees