mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
17 lines
630 B
XML
17 lines
630 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
Copyright (C) 2021 - Today: GRAP (http://www.grap.coop)
|
|
@author: Sylvain LE GAL (https://twitter.com/legalsylvain)
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
-->
|
|
|
|
<odoo>
|
|
<template id="assets_backend" inherit_id="web_responsive.assets_backend">
|
|
<xpath expr=".">
|
|
<link rel="stylesheet" href="/web_responsive_company/static/src/scss/web_responsive_company.scss" />
|
|
<script type="application/javascript" src="/web_responsive_company/static/src/js/web_responsive_company.js"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|