~openerp-community/openobject-server/fix-1130010-toxml-escape-quot

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
56
57
58
59
60
61
62
:orphan:

========================================
OpenERP Server Developers Documentation
========================================

OpenERP Server
''''''''''''''

.. toctree::
   :maxdepth: 2

   01_getting_started
   02_architecture
   03_module_dev
   04_security
   05_test_framework
   06_misc
   deployment-gunicorn
   deployment-mod-wsgi
   form-view-guidelines

OpenERP Command
'''''''''''''''

.. 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
''''''''

.. 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