Skip to content
Snippets Groups Projects
Commit 09be5b23 authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[FIX] website: force web.layout inheriting later

Before this commit, if you installed website in community you was not able to
install web_enterprise, because the web.login_layout was replaced (by hinerit)
by website and break the xpath from enterprise login.

Now we apply the Enterprise login xpath before that website replace it.
parent cbe0dd66
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@
</record>
<!-- Features template -->
<template id="login_layout" inherit_id="web.login_layout" name="Website Login Layout">
<template id="login_layout" inherit_id="web.login_layout" name="Website Login Layout" priority="20">
<xpath expr="t" position="replace">
<t t-call="website.layout">
<div class="oe_website_login_container" t-raw="0"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment