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. * [IMP] web_hide_db_manager_link: Improve README file. * [IMP] web_hide_db_manager_link: Improve README file as reviewed. * [UPD] web_hide_db_manager_link: Removed useless README line, as it explains a standard procedure for updating modules. * Add bug tracker link on README.rst * [UPD] prefix versions with 8.0 * [FIX] fixes the disabling of the db manager * [IMP] change screenshot to v9, README, and improve style as per OCA guidelines * [FIX] improve README and XML style, as per reviewer's comments
12 lines
531 B
XML
12 lines
531 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright Anubía, soluciones en la nube,SL (http://www.anubia.es)
|
|
Alejandro Santana <alejandrosantana@anubia.es>
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
<odoo>
|
|
<template id="login_layout_no_db" inherit_id="web.login_layout" name="Login Layout">
|
|
<xpath expr="//div[@class='col-md-6 col-md-offset-3 o_database_list']" position="before">
|
|
<t t-set="disable_database_manager" t-value="1"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|