You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
641 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Adding js and scss files-->
<template id="asset_backend" inherit_id="web.assets_frontend">
<xpath expr="." position="inside">
<link rel="stylesheet" type="text/scss"
href="/portal_dashboard/static/src/scss/style.scss"/>
<script type="text/javascript"
src="/portal_dashboard/static/src/js/portal_dashboard_graph.js"></script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js"></script>
</xpath>
</template>
</odoo>