diff --git a/muk_web_glyphicons/__init__.py b/muk_web_glyphicons/__init__.py index a1cd351..48ccf85 100644 --- a/muk_web_glyphicons/__init__.py +++ b/muk_web_glyphicons/__init__.py @@ -1,8 +1,6 @@ # -*- coding: utf-8 -*- ################################################################################### -# -# MuK Document Management System # # Copyright (C) 2017 MuK IT GmbH # @@ -19,4 +17,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # -################################################################################### \ No newline at end of file +################################################################################### diff --git a/muk_web_glyphicons/__manifest__.py b/muk_web_glyphicons/__manifest__.py index 69e807b..5da3cb2 100644 --- a/muk_web_glyphicons/__manifest__.py +++ b/muk_web_glyphicons/__manifest__.py @@ -1,8 +1,6 @@ # -*- coding: utf-8 -*- ################################################################################### -# -# MuK Document Management System # # Copyright (C) 2017 MuK IT GmbH # @@ -21,8 +19,9 @@ # ################################################################################### + { - "name": "Bootstrap Glyphicons", + "name": "MuK Bootstrap Glyphicons", 'summary': """Bootstrap Glyphicons Support""", 'description':""" Odoo does not natively support the Glyphicons from Bootstrap although @@ -31,24 +30,34 @@ The Glyphicons from Font Awesome which are used by Odoo will still be available. """, - 'version': '10.0.1.0.0', - 'category': 'Extra Tools', - 'license': 'AGPL-3', - 'author': "MuK IT", - 'website': "http://www.mukit.at", - 'contributors': [ + "version": "10.0.1.0.0", + "category": "Extra Tools", + "license": "AGPL-3", + "website": "http://www.mukit.at", + "author": "MuK IT", + "contributors": [ "Mathias Markl ", "Kerrim Abdelhamed ", ], "depends": [ - 'web', + "base", ], "data": [ - 'views/muk_web_glyphicons.xml', + "template/assets.xml", + ], + "demo": [ ], - 'images': [ + "qweb": [ + "static/src/xml/*.xml", + ], + "images": [ 'static/description/banner.png' ], + "external_dependencies": { + "python": [], + "bin": [], + }, + "application": False, "installable": True, -} - + +} \ No newline at end of file diff --git a/muk_web_glyphicons/static/description/banner.png b/muk_web_glyphicons/static/description/banner.png index c14b6cb..05321cf 100644 Binary files a/muk_web_glyphicons/static/description/banner.png and b/muk_web_glyphicons/static/description/banner.png differ diff --git a/muk_web_glyphicons/static/description/icon.png b/muk_web_glyphicons/static/description/icon.png index 529dd2a..096ae63 100644 Binary files a/muk_web_glyphicons/static/description/icon.png and b/muk_web_glyphicons/static/description/icon.png differ diff --git a/muk_web_glyphicons/static/description/index.html b/muk_web_glyphicons/static/description/index.html new file mode 100644 index 0000000..7617f80 --- /dev/null +++ b/muk_web_glyphicons/static/description/index.html @@ -0,0 +1,37 @@ +
+
+

Bootstrap Glyphicons

+

Bootstrap Glyphicons Support

+

MuK IT GmbH - + www.mukit.at

+
+ +
+
+
+ +
+
+
+

Overview

+

Odoo does not natively support the Glyphicons + from Bootstrap although it uses the framework. This module enables + the Bootstrap Glyphicons. The Glyphicons from Font Awesome which are + used by Odoo will still be available.

+
+
+
+ +
+

Help and Support

+ + +
\ No newline at end of file diff --git a/muk_web_glyphicons/static/description/logo.png b/muk_web_glyphicons/static/description/logo.png new file mode 100644 index 0000000..9427ce3 Binary files /dev/null and b/muk_web_glyphicons/static/description/logo.png differ diff --git a/muk_web_glyphicons/static/description/screenshot.png b/muk_web_glyphicons/static/description/screenshot.png new file mode 100644 index 0000000..e749d0c Binary files /dev/null and b/muk_web_glyphicons/static/description/screenshot.png differ diff --git a/muk_web_glyphicons/static/src/less/muk_web_glyphicons.less b/muk_web_glyphicons/static/src/less/glyphicons.less similarity index 100% rename from muk_web_glyphicons/static/src/less/muk_web_glyphicons.less rename to muk_web_glyphicons/static/src/less/glyphicons.less diff --git a/muk_web_glyphicons/views/muk_web_glyphicons.xml b/muk_web_glyphicons/template/assets.xml similarity index 89% rename from muk_web_glyphicons/views/muk_web_glyphicons.xml rename to muk_web_glyphicons/template/assets.xml index 8c555a5..f7736b3 100644 --- a/muk_web_glyphicons/views/muk_web_glyphicons.xml +++ b/muk_web_glyphicons/template/assets.xml @@ -2,7 +2,7 @@