Skip to content

Commit 05ba48f

Browse files
Add login layout debranding template (suggested by NICO-SOLUTIONS)
Co-authored-by: Nils Coenen <[email protected]>
1 parent c89f2f1 commit 05ba48f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

web_debranding/views/web_layout_debrand.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@
1010
<attribute name="t-esc">title or ''</attribute>
1111
</xpath>
1212
</template>
13+
<template id="web_login_layout_inherit_debranding" inherit_id="web.login_layout" name="Web Login Layout">
14+
<xpath expr="//div[contains(@class, 'text-center') and contains(@class, 'border-top')]/a[contains(@href, 'odoo.com')]" position="replace"/>
15+
<xpath expr="//a[@href='/web/database/manager']" position="attributes">
16+
<attribute name="class"></attribute>
17+
</xpath>
18+
</template>
1319
</odoo>

0 commit comments

Comments
 (0)