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