[FIX] stock: wrong xml reference
[odoo/odoo.git] / doc / index.rst
index 5842a46..e641de1 100644 (file)
@@ -16,7 +16,19 @@ OpenERP Server
    04_security
    05_test_framework
    06_misc
-   09_deployment
+   deployment-gunicorn
+   deployment-mod-wsgi
+   form-view-guidelines
+
+OpenERP Command
+'''''''''''''''
+
+.. toctree::
+   :maxdepth: 1
+
+   openerp-command.rst
+   commands.rst
+   adding-command.rst
 
 OpenERP Server API
 ''''''''''''''''''
@@ -24,8 +36,27 @@ OpenERP Server API
 .. toctree::
    :maxdepth: 1
 
-   api_core.rst
+   orm-methods.rst
    api_models.rst
+   routing.rst
+
+Changelog
+'''''''''
+
+.. toctree::
+   :maxdepth: 1
+
+   changelog.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