Commit 6d434964 authored by Jérome Perrin's avatar Jérome Perrin

fixup! ods_style: support untranslatable_columns

parent 603ddc0b
......@@ -119,7 +119,7 @@
table:style-name=\'report-column-title\'\n
table:number-columns-spanned=\'1\'\n
office:value-type=\'string\'>\n
<text:p i18n:translate="" i18n:domain="ui" tal:content="column_property" tal:condition="python: column_id in untranslatable_columns"/>\n
<text:p tal:content="column_property" tal:condition="python: column_id in untranslatable_columns"/>\n
<text:p i18n:translate="" i18n:domain="ui" tal:content="column_property" tal:condition="python: column_id not in untranslatable_columns"/>\n
</table:table-cell>\n
</tal:block>\n
......
258
259
\ 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