Go to file
Xavier Morel ab7dd57771 [IMP] make mode handling more regular
Before this commit, @mode=primary would be sorta-ignored[0] if the current
view and its parent had the same model: the current view would *still* get
applied (as an extension) when asking OpenERP for its parent. This commit
makes mode=primary views behave regularly, they are *never* applied when
asking for their parent, only when asking for them or their children.

This allows "forking" views, and using extended views in some contexts without
breaking or duplicating the original view

[0] there was actually a problem when asking for the current view directly,
    first its parent would be resolved by applying it, then it would be
    applied to resolve itself, the view would thus get applied twice (oops)
2014-05-27 12:23:02 +02:00
addons * Deleted: oe_m2o_dropdown_option_no_results_to_show AND REUSED oe_m2o_dropdown_option 2014-05-26 11:51:24 -05:00
debian [ADD] python requests library dependency 2014-03-27 13:57:14 +01:00
doc Adding basic contribution guidelines 2014-05-26 11:39:48 +02:00
history cleanup repo root 2014-05-15 10:43:02 +02:00
install cleanup repo root 2014-05-15 10:43:02 +02:00
openerp [IMP] make mode handling more regular 2014-05-27 12:23:02 +02:00
openerpcommand [IMP] clarify initial instructions, autogen directory if does not exist 2014-05-19 08:32:17 +02:00
.gitignore [FIX] port trunk bzrignore to gitignore 2014-05-19 10:14:41 +02:00
LICENSE cleanup repo root 2014-05-15 10:43:02 +02:00
MANIFEST.in [FIX] update MANIFEST.in to include openerp-gevent and oe binaries 2014-01-14 17:12:02 +01:00
README.md Update README.md 2014-05-19 15:00:10 -06:00
checkout.sh [IMP] remove setting of color.ui 2014-05-17 16:02:15 +02:00
contributing.md Update contributing.md 2014-05-26 12:55:58 +02:00
oe Fixed bug in 'oe' script when passing no arguments 2014-05-19 15:06:59 +03: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.cfg [IMP] redhat remove unused stuff 2011-10-06 05:14:26 +02:00
setup.py Added openerp-gevent and oe to 'scripts' section in setup.py 2014-05-19 12:45:47 +03:00
setup_rpm.sh [FIX] correct RPM creation: quote files with a space 2014-01-14 17:13:04 +01:00

README.md

About Odoo

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

Installation

Setup/migration guide for employees

Migration from bazaar

If you have existing bazaar branches and want to move them to a git repository, there are several options:

  • download http://nightly.openerp.com/move-branch.zip and run it with python move-branch.zip -h (for the help). It should be able to convert simple-enough branches for you (even if they have merge commits &al)
  • Extract the branch contents as patches and use git apply or git am to rebuild a branch from them
  • Replay the branch by hand

System Requirements

The dependencies are listed in setup.py

Debian/Ubuntu

Add the apt repository

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

in your source.list and type:

$ sudo apt-get update
$ sudo apt-get install openerp

Or download the deb file and type:

$ sudo dpkg -i <openerp-deb-filename>
$ sudo apt-get install -f

RedHat, Fedora, CentOS

Install the required dependencies:

$ yum install python
$ easy_install pip
$ pip install .....

Install the openerp rpm

$ rpm -i openerp-VERSION.rpm

Windows

Check the notes in setup.py

Setting up your database

Point your browser to http://localhost:8069/ and click "Manage Databases", the default master password is "admin".