You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
.tx | 8 years ago | |
addons | 8 years ago | |
debian | 8 years ago | |
doc | 8 years ago | |
openerp | 8 years ago | |
setup | 8 years ago | |
.gitignore | 8 years ago | |
.mailmap | 8 years ago | |
CONTRIBUTING.md | 8 years ago | |
LICENSE | 9 years ago | |
MANIFEST.in | 8 years ago | |
Makefile | 9 years ago | |
README.md | 8 years ago | |
odoo.py | 9 years ago | |
openerp-gevent | 10 years ago | |
openerp-server | 11 years ago | |
openerp-wsgi.py | 9 years ago | |
requirements.txt | 8 years ago | |
setup.cfg | 9 years ago | |
setup.py | 8 years ago |
README.md
Odoo
Odoo is a suite of web based open source business apps.
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
For a standard installation please follow the Setup instructions from the documentation.
If you are a developer you may type the following command at your terminal:
wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python
Then follow the developer tutorials
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