Go to file
Antony Lesuisse d4624fa826 [IMP] repository cleanup
- move packaging stuff to setup
- remove historical stuff
- remove oe, odoo-cmd-fme will be merged with the convered commands
- add an odoo.py script to run odo and boostrap it
- simplify README
- prepare to move documentation to the github wiki
2014-05-29 18:33:04 +02:00
addons [FIX] website_mail_group: restore missing snippet icon 2014-05-29 02:07:18 +02:00
doc [IMP] repository cleanup 2014-05-29 18:33:04 +02:00
openerp [MERGE] Forward-port saas-4 up to bf135ad 2014-05-28 17:45:31 +02:00
setup [IMP] repository cleanup 2014-05-29 18:33:04 +02:00
.gitignore [IMP] [BACKPORT] Converto bzrignore to gitignore, like what has been done in master. 2014-05-21 16:52:24 +02:00
CONTRIBUTING.md [IMP] repository cleanup 2014-05-29 18:33:04 +02:00
LICENSE cleanup repo root 2014-05-15 10:43:02 +02:00
README.md [IMP] repository cleanup 2014-05-29 18:33:04 +02:00
odoo.py [IMP] repository cleanup 2014-05-29 18:33:04 +02:00
openerp-gevent restore the original gevent detection 2013-09-10 01:19:46 +02:00
openerp-server openerp apps main moved to cli ready for new commands 2012-11-27 01:55:13 +01:00
openerp-wsgi.py [FIX] wsgi deployement with openerp-wsgi.py 2014-03-07 21:00:55 +01:00
setup.py Added openerp-gevent and oe to 'scripts' section in setup.py 2014-05-19 12:45:47 +03:00

README.md

About Odoo

Odoo is a suite of open source Business apps. More info at http://www.odoo.com

Evaluating Odoo

The easiest way to test Odoo is the free trial, NO email registration is required, select "skip this step" to skip it.

https://www.odoo.com/page/start

Getting starting with Odoo developement

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

$ cd odoo; ./odoo.py setup_git_dev

Packages, tarballs and installers