-db management button + fr_FR translation
[burette/no_db_management.git] / static / src / xml / base.xml
diff --git a/static/src/xml/base.xml b/static/src/xml/base.xml
new file mode 100644 (file)
index 0000000..1a63833
--- /dev/null
@@ -0,0 +1,11 @@
+<templates>
+    <!-- Templates modified at the web start, before loading of a database. -->
+
+    <!-- Remove the Manage database link, but keep the Powered by OpenERP-->
+    <t t-extend="Login">
+        <t t-jquery="div.oe_login_footer" t-operation="replace">
+            <a href="http://www.openerp.com" target="_blank">Powered by <span>OpenERP</span></a>
+        </t>
+    </t>
+
+</templates>