[IMP] fields: make attribute 'default' callable
[odoo/odoo.git] / README.md
1 [![Build Status](http://runbot.odoo.com/runbot/badge/default/1/8.0.svg)](http://runbot.odoo.com/runbot)
2
3 Odoo
4 ----
5
6 Odoo is a suite of web based open source business apps.
7
8 It's main apps include an <a href="https://www.odoo.com/page/crm">Open Source CRM</a>, <a href="https://www.odoo.com/page/website-builder">Website Builder</a>, <a href="https://www.odoo.com/page/e-commerce">eCommerce</a>, <a href="https://www.odoo.com/page/project-management">Project Management</a>, <a href="https://www.odoo.com/page/accounting">Billing & Accounting</a>, <a href="https://www.odoo.com/page/point-of-sale">Point of Sale</a>, <a href="https://www.odoo.com/page/employees">Human Resources</a>, Marketing, Manufacturing, Purchase Management, ...  Each application is standalone but you get a full featured <a href="https://www.odoo.com">Open Source ERP</a> if you install several apps as they integrate to each others.
9
10
11 Getting started with Odoo development
12 --------------------------------------
13
14 If you are a developer type the following command at your terminal:
15
16     wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
17
18 Then follow <a href="https://doc.odoo.com/trunk/server/howto/howto_website/">the developer tutorial</a>
19
20
21
22 Packages, tarballs and installers
23 ---------------------------------
24
25 * Debian packages
26
27     Add this apt repository to your /etc/apt/sources.list file
28
29         deb http://nightly.openerp.com/8.0/nightly/deb/ ./
30
31     Then type:
32
33         $ sudo apt-get update
34         $ sudo apt-get install odoo
35
36     If you plan to use Odoo with a local database, please make sure to install PostgreSQL *before* installing the Odoo Debian package.
37
38 * <a href="http://nightly.odoo.com/8.0/nightly/src/">Source tarballs</a>
39
40 * <a href="http://nightly.odoo.com/8.0/nightly/exe/">Windows installer</a>
41
42 * <a href="http://nightly.odoo.com/8.0/nightly/rpm/">RPM package</a>
43
44
45 For Odoo employees
46 ------------------
47
48 To add the odoo-dev remote use this command:
49
50     $ ./odoo.py setup_git_dev
51
52 To fetch odoo merge pull requests refs use this command:
53
54     $ ./odoo.py setup_git_review
55