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.
 
 
 
 
 

15 lines
680 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Defined the js and css files in asset_backend-->
<template id="invoice_dashboard" inherit_id="web.assets_backend"
name="Invoice Dashboard">
<xpath expr="." position="inside">
<script type="text/javascript"
src="/invoice_mini_dashboard/static/src/js/invoice_dashboard.js"/>
<script type="text/javascript"
src="/invoice_mini_dashboard/static/src/js/invoice_bill_dashboard.js"/>
<link rel="stylesheet"
href="/invoice_mini_dashboard/static/src/scss/invoice.scss"/>
</xpath>
</template>
</odoo>