Browse Source

[MERGE] Withs changes for proper class identification

pull/4/head
Vauxoo Production Server 11 years ago
parent
commit
1bf4642bda
  1. 5
      web_nocreatedb/__openerp__.py
  2. 0
      web_nocreatedb/static/src/js/base.js
  3. 4
      web_nocreatedb/static/src/xml/web_nocreatedb.xml

5
web_nocreatedb/__openerp__.py

@ -27,11 +27,12 @@
'author': "Vauxoo",
'category': "Web",
'description': """
This module hides "Manage Databases" link from login screen
""",
'version': "1.0",
'depends': ['web'],
'depends': ['web',
],
'js': [
# 'static/src/js/base.js',
],
'css': [
],

0
web_nocreatedb/static/src/js/base.js

4
web_nocreatedb/static/src/xml/web_nocreatedb.xml

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-extend="Login">
<t t-jquery="div[class=oe_login_footer_2]" t-operation="replace">
<t t-jquery="div[class=oe_login_footer]" t-operation="replace">
<div class="oe_login_footer">
</div>
</t>
</t>
</templates>
</templates>
Loading…
Cancel
Save