Accept Merge Request #1343: (feature/wechat_message -> develop)

Merge Request: 修改屏蔽登录页footer

Created By: @胡尧
Accepted By: @胡尧
URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/1343
This commit is contained in:
胡尧
2024-09-23 16:38:19 +08:00
committed by Coding

View File

@@ -16,7 +16,7 @@
<!-- hide 登录页面 powerd by odoo 及管理数据库 -->
<template id="login_page_layout" inherit_id="web.login_layout" name="Login Page Layout">
<xpath expr="//div[@class='card-body']//div[last()]" position="replace"></xpath>
<xpath expr="//div[@class='card-body']/div[last()]" position="replace"></xpath>
</template>
<!-- 隐藏odoo版本信息 -->