mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[PRT][REN] Added module web_hide_db_manager_link, as a port to v8 of web_nocreatedb, but with a more descriptive name.
This commit is contained in:
13
web_hide_db_manager_link/views/webclient_templates.xml
Normal file
13
web_hide_db_manager_link/views/webclient_templates.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
<template id="login_layout_no_db" inherit_id="web.login_layout" name="Login Layout">
|
||||
<xpath expr="//div[@class='oe_single_form_footer']" position="before">
|
||||
<t t-set="disable_database_manager" t-value="1"/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user