Commit 950895b1 authored by Yusuke Muraoka's avatar Yusuke Muraoka

ERP5Report is split to normal ERP5Form and ReportBox

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28672 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ac4dc85
......@@ -60,7 +60,8 @@ kw = {\n
\'form_id\': \'Foo_viewDummyListBox\',\n
\'level\': 1,\n
# \'listbox_display_mode\': \'FlatListMode\',\n
# \'selection_params\': {}\n
# \'selection_params\': {},\n
\'temporary_selection\': False,\n
}\n
return [ReportSection(**kw) for x in xrange(3)]\n
</string> </value>
......@@ -103,6 +104,7 @@ return [ReportSection(**kw) for x in xrange(3)]\n
<string>ReportSection</string>
<string>_getattr_</string>
<string>context</string>
<string>False</string>
<string>kw</string>
<string>append</string>
<string>$append0</string>
......
484
\ No newline at end of file
485
\ No newline at end of file
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