Fix WSGI custom addons path
[odoo/odoo.git] / doc / index.rst
1 :orphan:
2
3 ========================================
4 OpenERP Server Developers Documentation
5 ========================================
6
7 OpenERP Server
8 ''''''''''''''
9
10 .. toctree::
11    :maxdepth: 2
12
13    01_getting_started
14    02_architecture
15    03_module_dev
16    04_security
17    05_test_framework
18    06_misc
19    09_deployment
20
21 OpenERP Server API
22 ''''''''''''''''''
23
24 .. toctree::
25    :maxdepth: 1
26
27    api_core.rst
28    api_models.rst
29
30 Concepts
31 ''''''''
32
33 .. glossary::
34
35     Database ID
36
37         The primary key of a record in a PostgreSQL table (or a
38         virtual version thereof), usually varies from one database to
39         the next.
40
41     External ID