Files
app-odoo/app_odoo_customize/static/src/webclient/webclient.xml
2023-09-30 10:58:00 +08:00

22 lines
845 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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>