~sebastien.beau/openobject-addons/on-change-support-extra-addons

« back to all changes in this revision

Viewing changes to Translation/__terp__.py

  • Committer: Dhara Shah
  • Date: 2008-03-13 13:24:26 UTC
  • Revision ID: dsh@tinyerp.com-e81d7411695adf6226de2fbf39d445c8b193e9f3

Show diffs side-by-side

added added

removed removed

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