[FIX] portal_sale: security rules matching the one of public user
[odoo/odoo.git] / README.md
index 13d0d03..c400772 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,61 +1,52 @@
-About Odoo
-==========
+Odoo
+----
 
-Odoo is suite of OpenSource Business apps. More info at http://www.odoo.com
+Odoo is a suite of web based open source business apps.  More info at http://www.odoo.com
 
-Odoo setup instructions (employees)
-===================================
+The easiest way to play with it is the <a href="https://www.odoo.com/page/start">Odoo free trial</a>, email registration is NOT required, use the "skip this step" link on the registration page to skip it.
 
-https://github.com/odoo/odoo/blob/master/doc/git.rst
 
-Installation
-============
+Getting started with Odoo developement
+--------------------------------------
 
-System Requirements
--------------------
+If you are a developer type the following command at your terminal [1]:
 
-The dependencies are listed in setup.py
+    wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
 
-For Luxembourg localization, you also need
-[pdftk](http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)
+Then follow <a href="https://doc.openerp.com/trunk/server/howto/howto_website/">the developer tutorial</a>
 
-Debian/Ubuntu
--------------
+[1] You may want to check the content of the <a href="https://raw.githubusercontent.com/odoo/odoo/master/odoo.py">odoo.py file</a> before executing it.
 
-Add the the apt repository
 
-    deb http://nightly.openerp.com/6.1/deb/ ./
+Packages, tarballs and installers
+---------------------------------
 
-in your source.list and type:
+* Debian packages
 
-    $ sudo apt-get update
-    $ sudo apt-get install openerp
+    Add this apt repository to your /etc/apt/sources.list file
 
-Or download the deb file and type:
+        deb http://nightly.openerp.com/8.0/deb/ ./
 
-    $ sudo dpkg -i <openerp-deb-filename>
-    $ sudo apt-get install install -f
+    Then type:
 
-RedHat, Fedora, CentOS
-----------------------
+        $ sudo apt-get update
+        $ sudo apt-get install odoo
 
-Install the required dependencies:
+* <a href="http://nightly.openerp.com/">Source tarballs</a>
 
-    $ yum install python
-    $ easy_install pip
-    $ pip install .....
+* <a href="http://nightly.openerp.com/">Windows installer</a>
 
-Install the openerp rpm
+* <a href="http://nightly.openerp.com/">RPM package</a>
 
-    $ rpm -i openerp-VERSION.rpm
 
-Windows
--------
+For Odoo employees
+------------------
 
-Check the notes in setup.py
+To add the odoo-dev remote use this command:
 
-Setting up your database
-------------------------
+    $ ./odoo.py setup_git_dev
+
+To fetch odoo merge pull requests refs use this command:
+
+    $ ./odoo.py setup_git_review
 
-Point your browser to http://localhost:8069/ and click "Manage Databases", the
-default master password is "admin".