X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=doc%2Findex.rst;h=4b988e747b494b45f660dfcf1ddc73a478120d33;hb=ca08f5d6745a2d886739d59ca55e9f6f98532706;hp=0f0c4bf87f5ce5ed483b073a0d930294a137cf12;hpb=e3dc230335b47c252ff5e9a93dee792bf92a724f;p=odoo%2Fodoo.git diff --git a/doc/index.rst b/doc/index.rst index 0f0c4bf..4b988e7 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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