[IMP] Drops manage databases link from login screen

This commit is contained in:
Tulio Ruiz
2013-02-27 16:06:43 -05:30
parent b06e463a3a
commit f7e348e1f8
4 changed files with 53 additions and 0 deletions

View File

View File

@@ -0,0 +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">
<div class="oe_login_footer">
</div>
</t>
</t>
</templates>