~zaber/openobject-addons/stable_5.0-extra-addons

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name" : "Translation",
    "version" : "1.0",
    "author" : "Tiny",
    "website" : "",
    "depends" : ["base"],
    "category" : "Generic Modules/Translation",
    "init_xml" : [],
    "demo_xml" : [],
    "description": """For better translation process""",
    "update_xml" : [
                    "translation_view.xml",
                    "translation_wizard.xml",
                    "translation_workflow.xml",
                    ],
    "active": False,
    "installable": True
}