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.

13 lines
369 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <template id="login_layout_no_db" inherit_id="web.login_layout" name="Login Layout">
  5. <xpath expr="//div[@class='oe_single_form_footer']" position="before">
  6. <t t-set="disable_database_manager" t-value="1"/>
  7. </xpath>
  8. </template>
  9. </data>
  10. </openerp>