Browse Source

updated

pull/5/head
Mathias Markl 7 years ago
parent
commit
ae2c2ad6f7
  1. 4
      muk_web_glyphicons/__init__.py
  2. 37
      muk_web_glyphicons/__manifest__.py
  3. BIN
      muk_web_glyphicons/static/description/banner.png
  4. BIN
      muk_web_glyphicons/static/description/icon.png
  5. 37
      muk_web_glyphicons/static/description/index.html
  6. BIN
      muk_web_glyphicons/static/description/logo.png
  7. BIN
      muk_web_glyphicons/static/description/screenshot.png
  8. 0
      muk_web_glyphicons/static/src/less/glyphicons.less
  9. 2
      muk_web_glyphicons/template/assets.xml

4
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 <http://www.gnu.org/licenses/>.
#
###################################################################################
###################################################################################

37
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 <mathias.markl@mukit.at>",
"Kerrim Abdelhamed <kerrim.adbelhamed@mukit.at>",
],
"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,
}
}

BIN
muk_web_glyphicons/static/description/banner.png

Before

Width: 880  |  Height: 440  |  Size: 32 KiB

After

Width: 880  |  Height: 440  |  Size: 45 KiB

BIN
muk_web_glyphicons/static/description/icon.png

Before

Width: 250  |  Height: 250  |  Size: 7.4 KiB

After

Width: 250  |  Height: 250  |  Size: 11 KiB

37
muk_web_glyphicons/static/description/index.html

@ -0,0 +1,37 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan">Bootstrap Glyphicons</h2>
<h3 class="oe_slogan">Bootstrap Glyphicons Support</h3>
<h4 class="oe_slogan" style="font-size: 23px;">MuK IT GmbH -
www.mukit.at</h4>
<div class="oe_demo oe_picture oe_screenshot">
<img src="screenshot.png">
</div>
</div>
</section>
<section class="oe_container" style="padding-top: 25px;">
<div class="oe_row oe_spaced">
<div class="oe_picture">
<h3 class="oe_slogan">Overview</h3>
<p class="oe_mt32">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.</p>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<h3 class="oe_slogan">Help and Support</h3>
<div class="oe_slogan">
<a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at">
<i class="fa fa-envelope"></i> Email
</a>
<a class="btn btn-primary btn-lg mt8" href="https://mukit.at/page/contactus">
<i class="fa fa-phone"></i> Contact
</a>
</div>
<img src="logo.png" style="width: 200px; margin-bottom: 20px;"
class="center-block">
</section>

BIN
muk_web_glyphicons/static/description/logo.png

After

Width: 500  |  Height: 500  |  Size: 37 KiB

BIN
muk_web_glyphicons/static/description/screenshot.png

After

Width: 650  |  Height: 319  |  Size: 57 KiB

0
muk_web_glyphicons/static/src/less/muk_web_glyphicons.less → muk_web_glyphicons/static/src/less/glyphicons.less

2
muk_web_glyphicons/views/muk_web_glyphicons.xml → muk_web_glyphicons/template/assets.xml

@ -2,7 +2,7 @@
<odoo>
<template id="assets_backend" name="muk_web_glyphicons_assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/muk_web_glyphicons/static/src/less/muk_web_glyphicons.less" />
<link rel="stylesheet" href="/muk_web_glyphicons/static/src/less/glyphicons.less" />
</xpath>
</template>
</odoo>
Loading…
Cancel
Save