Skip to content

Instantly share code, notes, and snippets.

@sehrishnaz
Created September 24, 2021 04:54
Show Gist options
  • Save sehrishnaz/ee0c7d8686aab9b47067a1bac804cc9d to your computer and use it in GitHub Desktop.
Save sehrishnaz/ee0c7d8686aab9b47067a1bac804cc9d to your computer and use it in GitHub Desktop.
Remove 'Manage Database' and 'Powered by Odoo' from Login Page, Website Footer and Setting Menu
<?xml version='1.0' encoding='utf-8'?>
<openerp>
<data>
<template id="inherited_login_layout" inherit_id="web.login_layout" name="My Theme Login">
<xpath expr="//div[@class='oe_single_form_footer']" position="replace">
<div class="oe_single_form_footer" style="bottom: -50px;">
Developed By: Hassan Enterprises
<span class="oe_footer_seperator"> | </span>
Phone: +92 321 1234567
<span class="oe_footer_seperator"></span>
Email: abc@gmail.com
</div>
</xpath>
</template>
</data>
</openerp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment