Commit e7d6946c authored by Jérome Perrin's avatar Jérome Perrin

Added ReportSection docstring


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4990 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d478524e
......@@ -175,6 +175,15 @@ def manage_add_report(self, id, title="", unicode_mode=0, REQUEST=None):
return ''
class ReportSection:
""" A section in an ERP5Report.
ERP5 Reports are made of sections, which are some standards ERP5 Forms
rendered in a single document.
To create a report section, you have to define which object will be
the context of the form, the id of the form, and dictionnaries to
override the values of the selection parameters and preference in the
constructor of the ReportSection.
"""
meta_type = "ReportSection"
security = ClassSecurityInfo()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment