Skip to content
Snippets Groups Projects
Commit e932b0c456e0 authored by Florent Aide's avatar Florent Aide
Browse files

new __openerp__.py structure

parent 79974346ae2e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment