summaryrefslogtreecommitdiff
path: root/code_backend_theme/views/layout.xml
blob: 2592f50809dc3dd06117b7c3cff7dc51eadc0f36 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
    <template id="code_custom_layout" inherit_id="web.layout" name="Custom Layout">
        <xpath expr="//meta[@content='IE=edge,chrome=1']" position="after">
            <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
        </xpath>
    </template>
</odoo>