@ -21,7 +21,7 @@
#############################################################################
{
'name': "Odoo Dynamic Dashboard",
'version': '15.0.1.0.0',
'version': '15.0.1.0.1',
'summary': """Create Configurable Dashboards Easily""",
'description': """Create Configurable Dashboard Dynamically to get the information that are relevant to your business, department, or a specific process or need, Dynamic Dashboard, Dashboard, Dashboard Odoo""",
'author': 'Cybrosys Techno Solutions',
@ -3,3 +3,7 @@
#### Version 15.0.1.0.0
##### Initial Commit for odoo_dynamic_dashboard
#### 28.04.2022
#### Version 15.0.1.0.1
##### Style Updated
@ -181,7 +181,6 @@ var DynamicDashboard = AbstractAction.extend({
var type = block['graph_type']
var chart_type = 'self.get_values_' + `${type}(block)`
var data = eval(chart_type)
console.log(data[1],"dyfjjjjjjjjjjjjjjjjjjjjjjj")
//create Chart class object
var chart = new Chart(ctx, {
type: type,
@ -91,4 +91,10 @@
.tile-container__setting-icon {
top: 0.638rem;
right: 1rem;
}
// Main Navbar Dropdown menu location override
.o_menu_systray > .o_user_menu > .o-dropdown--menu{
left: auto !important;
right: 0px !important;