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.
 
 
 
 
 

25 lines
1.0 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="product_dashboard_action" model="ir.actions.client">
<field name="name">Dashboard</field>
<field name="tag">product_dashboard_tag</field>
</record>
<menuitem id="dashboard"
name="Dashboard"
parent="product_management_app.menu_product_root"
action="product_dashboard_action"
sequence="-10"/>
<template id="assets_dashboard" name="Dashboard assets"
inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript"
src="/product_management_app/static/src/js/product_dashboard.js"/>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.bundle.js"/>
<link rel="stylesheet" type="text/css"
href="/product_management_app/static/src/css/product_dashboard.css"/>
</xpath>
</template>
</odoo>