You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
531 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright Anubía, soluciones en la nube,SL (http://www.anubia.es)
  3. Alejandro Santana <alejandrosantana@anubia.es>
  4. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
  5. <odoo>
  6. <template id="login_layout_no_db" inherit_id="web.login_layout" name="Login Layout">
  7. <xpath expr="//div[@class='col-md-6 col-md-offset-3 o_database_list']" position="before">
  8. <t t-set="disable_database_manager" t-value="1"/>
  9. </xpath>
  10. </template>
  11. </odoo>