1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
.. 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.
OpenERP Web Reference Documentation
===================================
See also the `OpenERP Web Training`_.
.. _OpenERP Web Training: https://doc.openerp.com/trunk/training/
Basics
------
.. toctree::
:maxdepth: 1
module
changelog-7.0
Server-Side Web Framework
-------------------------
.. toctree::
:maxdepth: 1
web_controllers
Javascript
----------
.. toctree::
:maxdepth: 1
guidelines
client_action
testing
Views
-----
.. toctree::
:maxdepth: 1
search_view
list_view
form_view
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|