Преглед изворни кода

[ADD] link to eiru_reporting

robert2206 пре 7 година
родитељ
комит
f42d9b49ee
3 измењених фајлова са 2 додато и 2 уклоњено
  1. BIN
      __init__.pyc
  2. 1 1
      __openerp__.py
  3. 1 1
      views/actions.xml

+ 1 - 1
__openerp__.py

@@ -5,7 +5,7 @@
     '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',

+ 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">