mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
22 lines
845 B
XML
22 lines
845 B
XML
<?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>
|