[FIX] res.users: context_get cache was not cleared properly, due to braindead impleme...
[odoo/odoo.git] / doc / index.rst
index 5d5b4f8..4dd2edd 100644 (file)
@@ -1,6 +1,41 @@
 :orphan:
 
+========================================
 OpenERP Server Developers Documentation
-=======================================
+========================================
 
-.. include:: index.rst.inc
+OpenERP Server
+''''''''''''''
+
+.. toctree::
+   :maxdepth: 2
+
+   01_getting_started
+   02_architecture
+   03_module_dev
+   04_security
+   05_test_framework
+   06_misc
+   09_deployment
+
+OpenERP Server API
+''''''''''''''''''
+
+.. toctree::
+   :maxdepth: 1
+
+   api_core.rst
+   api_models.rst
+
+Concepts
+''''''''
+
+.. glossary::
+
+    Database ID
+
+        The primary key of a record in a PostgreSQL table (or a
+        virtual version thereof), usually varies from one database to
+        the next.
+
+    External ID