Go to file
Christophe Matthieu 407bb5d23e Merge pull request #1021 from odoo-dev/saas-5-fix-routing-for-index-chm
[FIX] website: if the first menu referred to a website page and the route for this path is overwritten, the route is not used, the template has not the values of the route. (e.g. contact-us menu in first position if website_crm is installed)
[FIX] website_crm: the path '/crm/contactus' have an error if you doesn't use the website contact form or if you reload the page, instead of redirect to contact form.
2014-07-09 13:30:17 +02:00
addons Merge pull request #1021 from odoo-dev/saas-5-fix-routing-for-index-chm 2014-07-09 13:30:17 +02:00
doc [FIX] odoo.py setup deps and readme.md 2014-05-29 22:29:38 +02:00
openerp [MERGE] Forward-port saas-4 up to 5ceded9 2014-07-05 01:28:19 +02:00
setup [IMP] packaging v8 part1, tgz deb and rpm 2014-05-30 01:54:20 +02:00
.gitignore [MERGE] forward port of branch saas-3 up to 7dd6954 2014-06-03 19:14:22 +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] packaging v8 part1, tgz deb and rpm 2014-05-30 01:54:20 +02:00
odoo.py [FIX] odoo.py git_locate 2014-05-30 09:55:30 +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

README.md

Odoo

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

The easiest way to play with it is the Odoo free trial, email registration is NOT required, use the "skip this step" link on the registration page to skip it.

Getting started with Odoo developement

If you are a developer type the following command at your terminal [1]:

wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python

Then follow the developer tutorial

[1] You may want to check the content of the odoo.py file before executing it.

Packages, tarballs and installers

  • Debian packages

    Add this apt repository to your /etc/apt/sources.list file

      deb http://nightly.openerp.com/8.0/deb/ ./
    

    Then type:

      $ sudo apt-get update
      $ sudo apt-get install odoo
    
  • Source tarballs

  • Windows installer

  • RPM package

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