[FIX] website_membership support negative ids
[odoo/odoo.git] / doc / index.rst
index 0f0c4bf..4b988e7 100644 (file)
@@ -1,32 +1,64 @@
-.. OpenERP Web documentation master file, created by
-   sphinx-quickstart on Fri Mar 18 16:31:55 2011.
-   You can adapt this file completely to your liking, but it should at least
-   contain the root `toctree` directive.
+:orphan:
 
-Welcome to OpenERP Web's documentation!
-=======================================
+========================================
+OpenERP Server Developers Documentation
+========================================
 
-Contents:
+OpenERP Server
+''''''''''''''
 
 .. toctree::
-    :maxdepth: 1
+   :maxdepth: 2
 
-    changelog-7.0
+   01_getting_started
+   02_architecture
+   03_module_dev
+   04_security
+   workflows
+   05_test_framework
+   06_misc
+   deployment-gunicorn
+   deployment-mod-wsgi
+   form-view-guidelines
+   ir_actions
 
-    async
-    rpc
+OpenERP Command
+'''''''''''''''
 
-    widget
-    search-view
+.. toctree::
+   :maxdepth: 1
+
+   openerp-command.rst
+   commands.rst
+   adding-command.rst
+
+OpenERP Server API
+''''''''''''''''''
+
+.. toctree::
+   :maxdepth: 1
+
+   orm-methods.rst
+   api_models.rst
+   routing.rst
+
+Changelog
+'''''''''
+
+.. toctree::
+   :maxdepth: 1
+
+   changelog.rst
+
+Concepts
+''''''''
 
-    list-view
-    form-notes
+.. glossary::
 
-    templates
+    Database ID
 
-Indices and tables
-==================
+        The primary key of a record in a PostgreSQL table (or a
+        virtual version thereof), usually varies from one database to
+        the next.
 
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
+    External ID