diff --git a/__openerp__.py b/__openerp__.py index 79974346ae2ecd74824003377ecc9873799c75e6_X19vcGVuZXJwX18ucHk=..e932b0c456e0905c5ab77226b1f1301d222a0d9f_X19vcGVuZXJwX18ucHk= 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -24,12 +24,5 @@ { "name": "Marketing Campaign Tracker", "version": "1.0", - "depends": ["marketing", - "document", - "email_template", - "decimal_precision", - "marketing_campaign", - "base", - ], "author": "XCG SAS", "category": 'Sales', @@ -34,7 +27,6 @@ "author": "XCG SAS", "category": 'Sales', - 'complexity': "expert", "description": """ This module adds a tracker capability to the marketing campaign module. """, 'website': 'http://www.xcg-consulting.fr', @@ -37,10 +29,17 @@ "description": """ This module adds a tracker capability to the marketing campaign module. """, 'website': 'http://www.xcg-consulting.fr', - 'init_xml': [], - 'update_xml': [ + "depends": [ + "marketing", + "document", + "email_template", + "decimal_precision", + "marketing_campaign", + "base", + ], + "data": [ 'marketing_campaign_tracker_view.xml', 'wizard/wizard.xml', 'report/analytic.xml', 'report/marketing_campaign_view.xml', @@ -43,5 +42,7 @@ 'marketing_campaign_tracker_view.xml', 'wizard/wizard.xml', 'report/analytic.xml', 'report/marketing_campaign_view.xml', + 'security/security.xml', + 'security/ir.model.access.csv', ], @@ -47,6 +48,5 @@ ], -# 'js': ['static/src/js/report_analytic.js'], - 'demo_xml': [ - ], + 'complexity': "expert", + # 'js': ['static/src/js/report_analytic.js'], 'installable': True, 'active': False, @@ -51,5 +51,3 @@ 'installable': True, 'active': False, - #'certificate': '', - 'images': [], } @@ -55,2 +53,3 @@ } + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: