Skip to content
Snippets Groups Projects
user avatar
Antony Lesuisse authored
- 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
d4624fa8
History

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