[IMP] doc/howtos/backend: improve views, fix workflow
[odoo/odoo.git] / README.md
index 6838cb9..9312b77 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,31 +1,22 @@
-About Odoo
-==========
+[![Build Status](http://runbot.odoo.com/runbot/badge/default/1/8.0.svg)](http://runbot.odoo.com/runbot)
 
-Odoo is a suite of open source Business apps.  More info at http://www.odoo.com
+Odoo
+----
 
-Evaluating Odoo
----------------
+Odoo is a suite of web based open source business apps.
 
-The easiest way to test Odoo is the free trial, NO email registration is
-required, select "skip this step" to skip it.
+It's main 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, ...  Each application is standalone but you get a full featured <a href="https://www.odoo.com">Open Source ERP</a> if you install several apps as they integrate to each others.
 
-    https://www.odoo.com/page/start
 
-
-Getting starting with Odoo developement
----------------------------------------
+Getting started with Odoo development
+--------------------------------------
 
 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 tutorial here:
-
-    https://doc.openerp.com/trunk/server/howto/howto_website/
-
-If you are an Odoo employee type the following to add the odoo-dev remote
+Then follow <a href="https://doc.openerp.com/trunk/server/howto/howto_website/">the developer tutorial</a>
 
-    $ cd odoo; ./odoo.py setup_git_dev
 
 
 Packages, tarballs and installers
@@ -35,14 +26,28 @@ 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:
 
         $ sudo apt-get update
         $ sudo apt-get install odoo
 
-* Source tarballs http://nightly.openerp.com/
-* Windows installer http://nightly.openerp.com/
-* RPM package http://nightly.openerp.com/
+* <a href="http://nightly.openerp.com/">Source tarballs</a>
+
+* <a href="http://nightly.openerp.com/">Windows installer</a>
+
+* <a href="http://nightly.openerp.com/">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