diff --git a/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/report_view.xml b/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/report_view.xml index 4e5cbf25af47ea7fa4cd3f7559e1c20f64b10714..30b6d375264e57f9b2a77a1bf16b0ba48ff36075 100644 --- a/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/report_view.xml +++ b/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/report_view.xml @@ -129,6 +129,7 @@ <tal:block tal:repeat="report_item python: report_item_list">\n <tal:block tal:condition="python: report_item.getFormId()">\n <table:table tal:attributes="table:name python: unicode(report_item.getTitle() or \'Sheet%s\' % repeat[\'report_item\'].index, \'utf-8\')">\n + <table:table-column table:style-name="co4" table:default-cell-style-name="text"/>\n <tal:block metal:use-macro="here/report_view/macros/make_report_item_table"/>\n </table:table>\n </tal:block>\n diff --git a/bt5/erp5_ods_style/bt/revision b/bt5/erp5_ods_style/bt/revision index 0acdeb509ddefc9e5fcc09877e239a0863e211a9..e99fdcc524490dab1572edae62443278a789b5e9 100644 --- a/bt5/erp5_ods_style/bt/revision +++ b/bt5/erp5_ods_style/bt/revision @@ -1 +1 @@ -216 \ No newline at end of file +217 \ No newline at end of file