2015-01-20 16:21:38 +00:00
[](http://runbot.odoo.com/runbot)
[](http://www.odoo.com/documentation/8.0)
[](https://www.odoo.com/forum/help-1)
[](http://nightly.odoo.com/)
2014-06-11 12:53:59 +00:00
2014-05-29 23:52:07 +00:00
Odoo
----
2014-05-16 06:24:40 +00:00
2014-08-12 07:15:51 +00:00
Odoo is a suite of web based open source business apps.
2014-05-15 08:43:02 +00:00
2014-12-15 15:14:02 +00:00
The main Odoo 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, ...
2014-10-13 09:05:17 +00:00
Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get
a full-featured < a href = "https://www.odoo.com" > Open Source ERP< / a > when you install several Apps.
2014-05-16 06:43:08 +00:00
2014-05-16 11:31:48 +00:00
2014-12-15 15:14:02 +00:00
Getting started with Odoo
-------------------------
2014-12-15 15:16:33 +00:00
For a standard installation please follow the < a href = "https://www.odoo.com/documentation/8.0/setup/install.html" > Setup instructions< / a >
2014-12-15 15:14:02 +00:00
from the documentation.
2014-05-29 23:52:07 +00:00
2014-12-15 15:14:02 +00:00
If you are a developer you may type the following command at your terminal:
2014-05-29 23:52:07 +00:00
2014-12-15 15:14:02 +00:00
wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python
2014-09-16 13:05:34 +00:00
2014-12-15 15:14:02 +00:00
Then follow < a href = "https://www.odoo.com/documentation/8.0/tutorials.html" > the developer tutorials< / a >
2014-05-29 16:51:59 +00:00
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
2014-05-16 06:43:08 +00:00