[IMP] repository cleanup
[odoo/odoo.git] / doc / index.rst
1 :orphan:
2
3 ========================================
4 OpenERP Server Developers Documentation
5 ========================================
6
7 Howto
8 '''''
9
10 .. toctree::
11     :maxdepth: 1
12
13     howto/howto_website
14
15 OpenERP Server
16 ''''''''''''''
17
18 .. toctree::
19    :maxdepth: 2
20
21    01_getting_started
22    02_architecture
23    03_module_dev
24    04_security
25    workflows
26    05_test_framework
27    06_misc
28    deployment-gunicorn
29    deployment-mod-wsgi
30    form-view-guidelines
31    ir_actions
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