Restore direct rendering for native ODT output formats

--HG--
branch : odoo8
This commit is contained in:
Jérémie Gavrel
2016-03-09 12:17:53 +01:00
parent 1d33221767
commit 49defabe88
3 changed files with 62 additions and 39 deletions

View File

@@ -9,6 +9,7 @@
<sheet>
<group>
<field name="name" />
<field name="filetype" />
<field name="py3o_template_data" />
</group>
</sheet>
@@ -22,6 +23,7 @@
<field name="arch" type="xml">
<tree string="Py3o Templates Configuration" version="7.0">
<field name="name" />
<field name="filetype" />
</tree>
</field>
</record>