X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=doc%2Findex.rst;h=4dd2eddf0eb8689122fc5e455b4b78fb66be143e;hb=5ab624b11e173da99d3059e10d34aa35e4562de8;hp=5d5b4f8e0bd8a33dc6dee78936b1f51595ead8f9;hpb=1a52686b13fc6095a6a2c55329fd80480778ad5c;p=odoo%2Fodoo.git diff --git a/doc/index.rst b/doc/index.rst index 5d5b4f8..4dd2edd 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,6 +1,41 @@ :orphan: +======================================== OpenERP Server Developers Documentation -======================================= +======================================== -.. include:: index.rst.inc +OpenERP Server +'''''''''''''' + +.. toctree:: + :maxdepth: 2 + + 01_getting_started + 02_architecture + 03_module_dev + 04_security + 05_test_framework + 06_misc + 09_deployment + +OpenERP Server API +'''''''''''''''''' + +.. toctree:: + :maxdepth: 1 + + api_core.rst + api_models.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