Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laurent S
erp5
Commits
cd3b6608
Commit
cd3b6608
authored
Feb 10, 2016
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ods_style: include a sheet for report header in `sheet_per_report_section` mode
parent
bafc3a93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/report_view.xml
...nTemplateItem/portal_skins/erp5_ods_style/report_view.xml
+19
-0
No files found.
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/report_view.xml
View file @
cd3b6608
...
...
@@ -144,6 +144,25 @@
</table:table>
\n
</tal:block>
\n
</tal:block>
\n
\n
<!-- include the report header as last page -->
\n
<table:table
tal:attributes=
"table:name python:unicode(form.getProperty(\'title\'), \'utf8\')"
i18n:attributes=
"table:name"
>
\n
<table:table-column
\n
table:style-name=
\'co2\'\n
table:number-columns-repeated=
\'100\'\n
table:default-cell-style-name=
\'Default\'/
>
\n
<table:table-row
table:style-name=
\'ro2\'
>
\n
<table:table-cell
table:style-name=
"report-title"
\n
office:value-type=
\'string\'\n
table:number-columns-spanned=
\'5\'\n
table:number-rows-spanned=
\'1\'
>
\n
<text:p
i18n:translate=
""
tal:content=
"python: unicode(form.getProperty(\'title\'), \'utf8\')"
></text:p>
\n
</table:table-cell>
\n
</table:table-row>
\n
<!-- fields from the report form itself -->
\n
<tal:block
metal:use-macro=
"here/form_view/macros/form_layout"
/>
\n
</table:table>
\n
\n
</tal:block>
\n
</tal:block>
\n
</tal:block>
\n
...
...
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