11 lines
494 B
XML
11 lines
494 B
XML
|
<?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&display=swap" rel="stylesheet"/>
|
||
|
</xpath>
|
||
|
</template>
|
||
|
</odoo>
|