community_themes/code_backend_theme/views/layout_templates.xml

11 lines
494 B
XML
Raw Normal View History

2025-07-19 01:29:09 +07:00
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- Layout view template -->
<template id="code_custom_layout" inherit_id="web.layout" name="Custom Layout">
<xpath expr="//meta[@content='IE=edge']" position="after">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&amp;display=swap" rel="stylesheet"/>
</xpath>
</template>
</odoo>