[IMP] point_of_sale: forgot a few changes related to previous commit
[odoo/odoo.git] / doc / index.rst
index d62adb2..4b988e7 100644 (file)
@@ -14,17 +14,23 @@ OpenERP Server
    02_architecture
    03_module_dev
    04_security
+   workflows
    05_test_framework
-   90_using_gunicorn
+   06_misc
+   deployment-gunicorn
+   deployment-mod-wsgi
+   form-view-guidelines
+   ir_actions
 
-   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 +38,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