X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.md;h=b020301581029f72c0f09b7e0e98515c935edd47;hb=49c8fc21baa806cab4631f58caa487f4b75f9996;hp=ba5b1ec269b86bfdc111d56cb5fcbd0de403805f;hpb=0b52cf19962571d0aec85ca622c51de16011216b;p=odoo%2Fodoo.git diff --git a/README.md b/README.md index ba5b1ec..b020301 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ 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,20 +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/8.0/nightly/deb/ ./ Then type: $ sudo apt-get update - $ sudo apt-get install openerp + $ sudo apt-get install odoo If you plan to use Odoo with a local database, please make sure to install PostgreSQL *before* installing the Odoo Debian package. -* Source tarballs +* Source tarballs -* Windows installer +* Windows installer -* RPM package +* RPM package For Odoo employees