[FIX] website_membership: membership displayed order depending on website_sequence
[odoo/odoo.git] / doc / index.rst
index d62adb2..e641de1 100644 (file)
@@ -15,16 +15,20 @@ OpenERP Server
    03_module_dev
    04_security
    05_test_framework
-   90_using_gunicorn
+   06_misc
+   deployment-gunicorn
+   deployment-mod-wsgi
+   form-view-guidelines
 
-   field_level_acl
-   import
-   module-versioning
-   on_change_tips
-   test-framework
-   user_img_specs
-   need_action_specs
-   font_style
+OpenERP Command
+'''''''''''''''
+
+.. toctree::
+   :maxdepth: 1
+
+   openerp-command.rst
+   commands.rst
+   adding-command.rst
 
 OpenERP Server API
 ''''''''''''''''''
@@ -32,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