Files
public/web_debranding/static/src/xml/upgradeEnterprise.xml

13 lines
539 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2023 Ivan Yelizariev <https://twitter.com/yelizariev>
License OPL-1 (https://www.odoo.com/documentation/17.0/legal/licenses.html#odoo-apps). -->
<templates xml:space="preserve">
<t t-inherit="web.SearchableSetting" t-inherit-mode="extension">
<xpath expr="//div[@t-att-class='classNames']" position="replace">
<t t-if="!upgradeEnterprise">
<div t-att-class="classNames" t-out="0" />
</t>
</xpath>
</t>
</templates>