This commit is contained in:
gqh
2023-01-30 17:33:38 +08:00
parent e93906a5f0
commit f5c8623c72
3 changed files with 15 additions and 4 deletions

View File

@@ -16,4 +16,14 @@
<attribute name="t-attf-style">#{"background: transparent url('/dashboard') no-repeat scroll center center / cover;" if response_template == 'web.login' or 'auth_signup.signup' else ''}</attribute>
</xpath>
</template>
<template id="update_login_layout" name="Update Login Layout" inherit_id="web.login_layout">
<xpath expr="//div[@t-if='not disable_footer']" position="replace">
<div class="text-center small mt-4 pt-3 border-top" t-if="not disable_footer">
<a href="https://www.jikimo.com" target="_blank">Powered by <span>Jikimo</span></a>
</div>
</xpath>
</template>
</odoo>