~zaber/openupgrade-addons/missing-import

« back to all changes in this revision

Viewing changes to email_template/__openerp__.py

[NEW] email_template (extracted from poweremail) just to send emails -specially for the marketing_campaign

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "Email Template for Open ERP",
 
3
    "version" : "0.7 RC",
 
4
    "author" : "Open ERP",
 
5
    "website" : "http://openerp.com",
 
6
    "category" : "Added functionality",
 
7
    "depends" : ['base'],
 
8
    "description": """
 
9
    Email Template is extraction of Power Email basically just to send the emails.
 
10
    """,
 
11
    "init_xml": ['email_template_scheduler_data.xml'],
 
12
    "update_xml": [
 
13
        'security/email_template_security.xml',
 
14
        'email_template_workflow.xml',
 
15
        'email_template_account_view.xml',
 
16
        'email_template_view.xml',
 
17
        'email_template_mailbox_view.xml',
 
18
        'wizard/email_template_send_wizard_view.xml',
 
19
    ],
 
20
    "installable": True,
 
21
    "active": False,
 
22
}
 
23
 
 
24
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: