diff --git a/muk_web_preview_audio/doc/index.rst b/muk_web_preview_audio/doc/index.rst index e892bb4..7178a79 100644 --- a/muk_web_preview_audio/doc/index.rst +++ b/muk_web_preview_audio/doc/index.rst @@ -2,7 +2,7 @@ MuK Preview Audio ================= -Extendes the Preview Dialog to support images. Currently the following image extensions +Extendes the Preview Dialog to support audio files. Currently the following audio extensions are supported: * Wav (\*.wav, audio/wav) diff --git a/muk_web_preview_csv/README.md b/muk_web_preview_csv/README.md deleted file mode 100644 index ace81d6..0000000 --- a/muk_web_preview_csv/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# MuK Preview CSV - -Extendes the Preview Dialog to support csv files. Currently the following extensions are supported: - -* CSV (*.csv, text/csv) \ No newline at end of file diff --git a/muk_web_preview_csv/__init__.py b/muk_web_preview_csv/__init__.py index 48ccf85..21f21ae 100644 --- a/muk_web_preview_csv/__init__.py +++ b/muk_web_preview_csv/__init__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - ################################################################################### # # Copyright (C) 2017 MuK IT GmbH diff --git a/muk_web_preview_csv/__manifest__.py b/muk_web_preview_csv/__manifest__.py index 355d0a4..26fb1ca 100644 --- a/muk_web_preview_csv/__manifest__.py +++ b/muk_web_preview_csv/__manifest__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - ################################################################################### # # Copyright (C) 2017 MuK IT GmbH @@ -22,15 +20,11 @@ { "name": "MuK Preview CSV", "summary": """CSV Preview""", - "description": """ - Extendes the Preview Dialog to support csv files. - Currently the following extensions are supported: - - CSV (*.csv, text/csv) - """, - "version": "11.0.1.1.0", + "version": "11.0.2.0.0", "category": "Extra Tools", "license": "AGPL-3", "website": "http://www.mukit.at", + "live_test_url": "https://demo.mukit.at/web/login", "author": "MuK IT", "contributors": [ "Mathias Markl ", @@ -41,8 +35,6 @@ "data": [ "template/assets.xml", ], - "demo": [ - ], "qweb": [ "static/src/xml/*.xml", ], diff --git a/muk_web_preview_csv/doc/changelog.rst b/muk_web_preview_csv/doc/changelog.rst index 0a9ed4b..f10b321 100644 --- a/muk_web_preview_csv/doc/changelog.rst +++ b/muk_web_preview_csv/doc/changelog.rst @@ -1,9 +1,13 @@ +`2.0.0` +------- + +- Migrated to Python 3 + `1.1.0` ------- - Lazy load javascript - `1.0.0` ------- diff --git a/muk_web_preview_csv/doc/index.rst b/muk_web_preview_csv/doc/index.rst new file mode 100644 index 0000000..3c4b314 --- /dev/null +++ b/muk_web_preview_csv/doc/index.rst @@ -0,0 +1,49 @@ +=============== +MuK Preview CSV +=============== + +Extendes the Preview Dialog to support csv files. Currently the following +extensions are supported: + +* CSV (\*.csv, text/csv) + +Installation +============ + +To install this module, you need to: + +Download the module and add it to your Odoo addons folder. Afterward, log on to +your Odoo server and go to the Apps menu. Trigger the debug modus and update the +list by clicking on the "Update Apps List" link. Now install the module by +clicking on the install button. + +Configuration +============= + +No additional configuration is needed to use this module. + +Usage +============= + +Go to a binary that contains a csv file and open the preview dialog to view +the preview. + +Credits +======= + +Contributors +------------ + +* Mathias Markl + +Author & Maintainer +------------------- + +This module is maintained by the `MuK IT GmbH `_. + +MuK IT is an Austrian company specialized in customizing and extending Odoo. +We develop custom solutions for your individual needs to help you focus on +your strength and expertise to grow your business. + +If you want to get in touch please contact us via mail +(sale@mukit.at) or visit our website (https://mukit.at). diff --git a/muk_web_preview_csv/static/description/index.html b/muk_web_preview_csv/static/description/index.html index b36d64b..8299fda 100644 --- a/muk_web_preview_csv/static/description/index.html +++ b/muk_web_preview_csv/static/description/index.html @@ -4,15 +4,15 @@

Preview your csv files directly in Odoo.

MuK IT GmbH - www.mukit.at

-
+
-
+
-
+

Overview

Extendes the Preview Dialog to support csv files. Currently the following extensions are supported:

@@ -23,14 +23,46 @@
+
+

Demo

+
+
+
User:
+
+
+
apps
+
+
+
Password:
+
+
+
demo
+
+
+ +
+

Help and Support

+
Feel free to + contact us, if you need any help with your Odoo integration or + addiontal features.