瀏覽代碼

[ADD] link to eiru_reporting

robert2206 8 年之前
父節點
當前提交
f42d9b49ee
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 二進制
      __init__.pyc
  2. 1 1
      __openerp__.py
  3. 1 1
      views/actions.xml

二進制
__init__.pyc


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