[FIX] fields: in computed fields, handle AccessError and MissingError
[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.openerp.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 * <a href="http://nightly.openerp.com/">Source tarballs</a>
37
38 * <a href="http://nightly.openerp.com/">Windows installer</a>
39
40 * <a href="http://nightly.openerp.com/">RPM package</a>
41
42
43 For Odoo employees
44 ------------------
45
46 To add the odoo-dev remote use this command:
47
48     $ ./odoo.py setup_git_dev
49
50 To fetch odoo merge pull requests refs use this command:
51
52     $ ./odoo.py setup_git_review
53