Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
c81dc222
Commit
c81dc222
authored
May 31, 2013
by
Lingnan Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable the 1000 limit.
parent
a7908841
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_core/Base_viewAsODS.xml
...emplateItem/portal_skins/erp5_ods_core/Base_viewAsODS.xml
+6
-1
No files found.
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_core/Base_viewAsODS.xml
View file @
c81dc222
...
...
@@ -57,6 +57,11 @@ request.set(\'portal_skin\', \'ODS\') # Some TALES expressions checks this\n
if target_language:\n
request[\'AcceptLanguage\'].set(target_language, 10)\n
\n
if selection_name:\n
selection_params = context.getPortalObject().portal_selections.getSelectionParamsFor(selection_name)\n
selection_params[\'limit\']=None\n
context.getPortalObject().portal_selections.setSelectionParamsFor(selection_name, selection_params)\n
\n
if print_mode == \'list_view\' or print_mode == \'list_view_separate_sheet\':\n
if print_mode == \'list_view_separate_sheet\':\n
request.set(\'sheet_per_report_section\', 1)\n
...
...
@@ -67,7 +72,7 @@ return getattr(context, form_id)()\n
</item>
<item>
<key>
<string>
_params
</string>
</key>
<value>
<string>
form_id=\'\', target_language=\'\', print_mode=\'\', **kw
</string>
</value>
<value>
<string>
form_id=\'\', target_language=\'\', print_mode=\'\',
selection_name=\'\',
**kw
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment