~vauxoo/addons-vauxoo/7.0-addons-vauxoo-email_template_followers-dev-julio

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- encoding: utf-8 -*-
{
    "name" : "Fetchmail Corrections",
    "version" : "0.1",
    "depends" : ["fetchmail","document",],
    "author" : "Vauxoo",
    "description" : """
    This module correct some behaviours on Document and Fetchmail modules combinated.
                    """,
    "website" : "http://vauxoo.com",
    "category" : "Tools",
    "init_xml" : [
    ],
    "demo_xml" : [
    ],
    "update_xml" : [
    ],
    "active": False,
    "installable": True,
}