~openerp-community/openobject-doc/ksa-openobject-doc-6.0

« back to all changes in this revision

Viewing changes to source/developer/2_4_module_development/4_1_module_structure.rst

  • Committer: Don Kirkby
  • Date: 2011-02-21 20:46:11 UTC
  • mfrom: (433.1.53 openobject-doc)
  • Revision ID: donkirkby+launpd@gmail.com-20110221204611-1ykt6dmg4k3gh5dh
[MERGE] revisions 477 to 486 from the 5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    * wizards declaration,
41
41
    * workflows declaration.
42
42
 
43
 
General structure of OpenERP XML files is more detailed in the section `Data Loading Files XML <http://doc.openerp.com/developer/index.html>`_. Look here if you are interested in learning more about *initialization* and *demonstration data declaration* XML files. The following section are only related to XML specific to *actions, menu entries, reports, wizards* and *workflows* declaration.
 
43
General structure of OpenERP XML files is more detailed in the 
 
44
:ref:`xml-serialization` section. Look here if you are interested in learning 
 
45
more about *initialization* and *demonstration data declaration* XML files. The 
 
46
following section are only related to XML specific to *actions, menu entries, 
 
47
reports, wizards* and *workflows* declaration.
44
48
 
45
49
Python Module Descriptor File __init__.py
46
50
+++++++++++++++++++++++++++++++++++++++++