X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.md;h=9312b7758d6f8f74ee0717fddd657e01fccec4b7;hb=436fa8490a1539a3c85f9fd4f5c4f5067e0ae54d;hp=9e77856701aedb3aa7e1587c806e34e87c81e987;hpb=caf661dbbb4817bac449d36eb31ab1359f900837;p=odoo%2Fodoo.git diff --git a/README.md b/README.md index 9e77856..9312b77 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,22 @@ - +[![Build Status](http://runbot.odoo.com/runbot/badge/default/1/8.0.svg)](http://runbot.odoo.com/runbot) Odoo ---- -Odoo is a suite of web based open source business apps. More info at http://www.odoo.com +Odoo is a suite of web based open source business apps. -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. +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. Getting started with Odoo development -------------------------------------- -If you are a developer type the following command at your terminal [1]: +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 -[1] You may want to check the content of the odoo.py file before executing it. Packages, tarballs and installers @@ -27,7 +26,7 @@ Packages, tarballs and installers Add this apt repository to your /etc/apt/sources.list file - deb http://nightly.openerp.com/8.0/deb/ ./ + deb http://nightly.openerp.com/8.0/nightly/deb/ ./ Then type: