mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Now we call fusion server just to convert reports into the right format
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user