Quellcode durchsuchen

[fix] style css

Adrielso vor 7 Jahren
Ursprung
Commit
3ef9090ba6
3 geänderte Dateien mit 10 neuen und 4 gelöschten Zeilen
  1. 3 3
      __openerp__.py
  2. 6 0
      static/src/css/dashboard.css
  3. 1 1
      views/actions.xml

+ 3 - 3
__openerp__.py

@@ -1,11 +1,11 @@
 # -*- coding: utf-8 -*-
 {
-    'name': "eiru_dashboard",
-    'author': "Your Company",
+    'name': "Eiru Dashboard",
+    'author': "Robert Gauto/Adrielso Kunert",
     'website': "http://www.yourcompany.com",
     'category': 'Uncategorized',
     'version': '0.1',
-    'depends': ['base', 'sale', 'eiru_assets'],
+    'depends': ['base', 'sale', 'eiru_assets', 'eiru_reporting'],
     'data': [
         'templates.xml',
         'views/customer.xml',

+ 6 - 0
static/src/css/dashboard.css

@@ -46,6 +46,12 @@
     justify-content: center;
     align-items: center;
 }
+.widget-content.widget-loading {
+    position: absolute;
+    width: 100%;
+    height: 100%;
+    color : #000;
+}
 
 .grid-stack-item-content.dashboard > .widget-content > a {
     font-size: 24pt;

+ 1 - 1
views/actions.xml

@@ -13,7 +13,7 @@
 
         <record id="eiru_dashboard_report_action" model="ir.actions.client">
             <field name="name">Eiru Dashboard Reports</field>
-            <field name="tag">eiru_dashboard.action_dashboard_sale</field>
+            <field name="tag">eiru_reporting.action_report</field>
         </record>
 
         <record id="eiru_dashboard_customers_action" model="ir.actions.act_window">