mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[12.0][ADD] kpi_dashboard
This commit is contained in:
7
kpi_dashboard/static/src/js/widget_registry.js
Normal file
7
kpi_dashboard/static/src/js/widget_registry.js
Normal file
@@ -0,0 +1,7 @@
|
||||
odoo.define('kpi_dashboard.widget_registry', function (require) {
|
||||
"use strict";
|
||||
|
||||
var Registry = require('web.Registry');
|
||||
|
||||
return new Registry();
|
||||
});
|
||||
Reference in New Issue
Block a user