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
13 lines
369 B
<?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>
|