Now we call fusion server just to convert reports into the right format

This commit is contained in:
Anael Lorimier
2014-10-14 10:19:12 +02:00
parent 09542c7248
commit 483dbe7acc
5 changed files with 58 additions and 43 deletions

View File

@@ -13,10 +13,10 @@
<page string="LibreOffice template"
attrs="{'invisible': [('report_type', '!=', 'py3o')]}">
<field name="py3o_filename" invisible="1" />
<field name="py3o_template" filename="py3o_filename"
attrs="{'invisible': [('py3o_template_data', '!=', False)]}" />
<field name="py3o_template_data" filename="py3o_filename" />
<group>
<field name="py3o_fusion_filetype" />
<field name="py3o_template_id" />
</group>
</page>
</xpath>