X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.md;h=aa774a03057dcdc4bc908453b511ff79074f78ec;hb=fa93166a1f68fadaac40fd804a2ec8f14b502e7d;hp=f2d2303b8855f8d2a277b7aa97d6c669b3305b0e;hpb=4911dfa7fe04c0fd368855eee5bdeab5ac8b55aa;p=odoo%2Fodoo.git diff --git a/README.md b/README.md index f2d2303..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. +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, ... +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