Browse Source

.

pull/6/head
Mathias Markl 7 years ago
parent
commit
db5b93c93f
  1. 2
      muk_converter/__manifest__.py
  2. 3
      muk_converter/views/convert.xml

2
muk_converter/__manifest__.py

@ -20,7 +20,7 @@
{ {
"name": "MuK Converter", "name": "MuK Converter",
"summary": """Universal Converter""", "summary": """Universal Converter""",
"version": '11.0.1.1.1',
"version": '11.0.1.1.2',
"category": 'Extra Tools', "category": 'Extra Tools',
"license": "AGPL-3", "license": "AGPL-3",
"website": "https://www.mukit.at", "website": "https://www.mukit.at",

3
muk_converter/views/convert.xml

@ -45,7 +45,8 @@
You can download the file by clicking on the link below. You can download the file by clicking on the link below.
</p> </p>
<p> <p>
Here is the converted file: <field name="output_binary" filename="output_name"/>
Here is the converted file:
<field name="output_binary" filename="output_name" options="{'no_export': True}"/>
</p> </p>
</div> </div>
<footer states="export"> <footer states="export">

Loading…
Cancel
Save