.. _index:

=============
Tryton Server
=============

First steps
===========

* **Installation:**
  :ref:`Installation <topics-install>` |
  :ref:`Configuration <topics-configuration>` |
  :ref:`Setup a database <topics-setup-database>` |
  :ref:`Start the server <topics-start-server>`

* **Tutorials:**
  :ref:`Create a module <tutorial-module>`

The model layer
===============

* **Models:**
  :ref:`Model definition <topics-models>` |
  :ref:`Field types <ref-models-fields-types>` |
  :ref:`Domain syntax <topics-domain>` |
  :ref:`Access rights <topics-access_rights>` |
  :ref:`Triggers <topics-triggers>`

* **Wizards:**
  :ref:`Wizards definition <topics-wizard>`

The view layer
==============

* **Views:**
  :ref:`View types <topics-views>` |
  :ref:`Extension <topics-extension>`

* **Reports:**
  :ref:`Report definition <topics-reports>`

* **Actions:**
  :ref:`Actions <topics-actions>`

The development process
=======================

* **Modules**
  :ref:`Module definition <topics-modules>` |
  :ref:`Create a module <tutorial-module>`

Contents
========

.. toctree::
   :maxdepth: 2

   topics/index
   ref/index
   modules/index
   tutorial/index
   releases
