~openerp-commiter/openobject-addons/trunk-extra-addons

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- encoding: utf-8 -*-
{
    "name" : "Marketing Campaigns",
    "version" : "1.0",
    "author" : "Tiny",
    "website" : "http://tinyerp.com/module_crm_marketing.html",
    "category" : "Generic Modules/Others",
    "depends" : ["base"],
    "description": "Marketing management module",
    "init_xml" : [],
    "demo_xml" : ["campaign/campaign_demo.xml"],
    "update_xml" : ["campaign/campaign_view.xml", "campaign/campaign_wizard.xml"],
    "active": False,
    "installable": True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: