From a17504db6d3aa357834e49f2afdd908363101cda Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Tue, 22 Jan 2019 02:09:10 +0000 Subject: [PATCH] publish muk_converter - 12.0 --- muk_converter/static/description/index.html | 2 +- muk_converter/wizards/convert.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/muk_converter/static/description/index.html b/muk_converter/static/description/index.html index c249f54..31bab81 100644 --- a/muk_converter/static/description/index.html +++ b/muk_converter/static/description/index.html @@ -9,7 +9,7 @@
-
+

Overview

Technical module to provide utility features. The module is mainly used as a dependency by other modules. This diff --git a/muk_converter/wizards/convert.py b/muk_converter/wizards/convert.py index d766a8f..17f6e36 100644 --- a/muk_converter/wizards/convert.py +++ b/muk_converter/wizards/convert.py @@ -60,6 +60,7 @@ class ConverterWizard(models.TransientModel): input_binary = fields.Binary( string="File", + attachment=False, states={'export': [('required', True)]}) format = fields.Selection( @@ -76,6 +77,7 @@ class ConverterWizard(models.TransientModel): output_binary = fields.Binary( string="File", readonly=True, + attachment=False, states={'download': [('required', True)]}) #----------------------------------------------------------