fix odoo customize

This commit is contained in:
Ivan Office
2024-03-27 22:10:00 +08:00
parent a0de3c2a45
commit 088b125958
2 changed files with 3 additions and 27 deletions

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<!-- 移动端nav在下方可配置处理-->
<!-- 调整为 css flex处理不改xml-->
<!-- <t t-name="app_web_enterprise.WebClient" t-inherit="web.WebClient" t-inherit-mode="extension">-->
<!-- <xpath expr="//t/t" position="attributes">-->
<!-- <attribute name="t-if">-->
<!-- !state.fullscreen and state.navbar_pos!='bottom'-->
<!-- </attribute>-->
<!-- </xpath>-->
<!-- <xpath expr="//MainComponentsContainer" position="after">-->
<!-- <t t-if="!state.fullscreen and state.navbar_pos=='bottom'">-->
<!-- <NavBar/>-->
<!-- </t>-->
<!-- <div class="row" style="height:200px">-->
<!-- 增加Debug pad-->
<!-- </div>-->
<!-- </xpath>-->
<!-- </t>-->
</templates>