diff --git a/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/form_view.xml b/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/form_view.xml index 873eda80487ff9ea1732ed21d8c802987dd4a3b3..7282dbae33a45a0e4bf1f27019a6649b043e90d6 100644 --- a/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/form_view.xml +++ b/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/form_view.xml @@ -53,10 +53,12 @@ dQEAAAAA</string> </value> <office:body>\n <office:spreadsheet>\n <table:table table:style-name=\'ta1\' table:print=\'false\' tal:attributes="table:name python: unicode(here.getTitle(), \'utf-8\')" i18n:attributes="table:name">\n + \n <!-- at least one table-column element is required for ODF to validate -->\n <table:table-column\n table:style-name=\'co2\'\n - table:default-cell-style-name=\'report-column-title\'/>\n + table:number-columns-repeated=\'100\'\n + table:default-cell-style-name=\'Default\'/>\n \n <!-- macro form_layout -->\n <tal:block metal:define-macro="form_layout" tal:define="display_header python:False">\n 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 9a2e252e11937a54996670af82c5b63c4cbbf89e..da6d4486a008b1699bbc8c1bb52819485c9029d8 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 @@ -68,7 +68,9 @@ <!-- at least one table-column element is required for ODF to validate -->\n <table:table-column\n table:style-name=\'co2\'\n - table:default-cell-style-name=\'report-column-title\'/>\n + table:number-columns-repeated=\'100\'\n + table:default-cell-style-name=\'Default\'/>\n + \n <table:table-row table:style-name=\'ro2\'>\n <table:table-cell table:style-name="report-title"\n office:value-type=\'string\'\n