fix can not log in if install website

This commit is contained in:
ivan deng
2018-04-30 01:35:09 +08:00
parent fc6896bd80
commit 933740ae78

View File

@@ -10,10 +10,10 @@
</xpath> </xpath>
</template> </template>
<!-- some odoo version not support, please remove this if you are using odoo9 --> <!-- some odoo version not support, please remove this if you are using odoo9 -->
<template id="replace_login" name="replace_login" inherit_id="web.login_layout"> <!--<template id="replace_login" name="replace_login" inherit_id="web.login_layout">-->
<xpath expr="//a[@href='https://www.odoo.com']" position="replace"> <!--<xpath expr="//a[@href='https://www.odoo.com']" position="replace">-->
<a href="https://www.sunpop.cn" target="_blank">Powered by <span>odooApp</span></a> <!--<a href="https://www.sunpop.cn" target="_blank">Powered by <span>odooApp</span></a>-->
</xpath> <!--</xpath>-->
</template> <!--</template>-->
</data> </data>
</odoo> </odoo>