[MERGE] from upstream
[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    workflows
18    05_test_framework
19    06_misc
20    deployment-gunicorn
21    deployment-mod-wsgi
22    form-view-guidelines
23    ir_actions
24
25 OpenERP Command
26 '''''''''''''''
27
28 .. toctree::
29    :maxdepth: 1
30
31    openerp-command.rst
32    commands.rst
33    adding-command.rst
34
35 OpenERP Server API
36 ''''''''''''''''''
37
38 .. toctree::
39    :maxdepth: 1
40
41    orm-methods.rst
42    api_models.rst
43    routing.rst
44
45 Changelog
46 '''''''''
47
48 .. toctree::
49    :maxdepth: 1
50
51    changelog.rst
52
53 Concepts
54 ''''''''
55
56 .. glossary::
57
58     Database ID
59
60         The primary key of a record in a PostgreSQL table (or a
61         virtual version thereof), usually varies from one database to
62         the next.
63
64     External ID