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