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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- encoding: utf-8 -*-
{
    "name" : "Email Invoice",
    "version" : "1.0",
    "depends" : ["smtpclient","account"],
    "author" : "Tiny",
    "description": """Use Email client module to send to customers or suppliers
the selected invoices attached by Email
""",
    "website" : "http://tinyerp.com",
    "category" : "Generic Modules",
    "init_xml" : [],
    "demo_xml" : [],
    "update_xml" : [
        "account_invoice_wizard.xml",
        "account_workflow.xml"
    ],
    "active": False,
    "installable": True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: