Browse Source

[CHG] Index Changed

pull/95/merge
AjmalCybro 7 years ago
parent
commit
d90b558445
  1. 2
      odoo_debrand/controllers/controllers.py
  2. 2
      odoo_debrand/static/description/index.html

2
odoo_debrand/controllers/controllers.py

@ -16,7 +16,7 @@ if hasattr(sys, 'frozen'):
path = os.path.realpath(os.path.join(os.path.dirname(__file__), '..', 'views'))
loader = jinja2.FileSystemLoader(path)
else:
loader = jinja2.PackageLoader('odoo.addons.odoo-debrand', "views")
loader = jinja2.PackageLoader('odoo.addons.odoo_debrand', "views")
env = main.jinja2.Environment(loader=loader, autoescape=True)
env.filters["json"] = json.dumps
db_monodb = http.db_monodb

2
odoo_debrand/static/description/index.html

@ -348,7 +348,7 @@
</a>
</div>
</div>
<div style="width:71%;float:left;">
<div style="width:70%;float:left;">
<h3 class="oe_slogan" style=" text-align: left;font-size: 14px;font-weight:600;width: auto;margin: 0;margin-top: 14px;color: #000 !important;margin-top: 5px;opacity: 1 !important;line-height: 17px;float: left;margin-top: 4px;margin-left: 16px;">
Service Management
</h3>

Loading…
Cancel
Save