~mikel-martin/openobject-addons/extra-6.1

« back to all changes in this revision

Viewing changes to google_translate/__terp__.py

  • Committer: Mpa(open ERP)
  • Date: 2009-04-22 10:31:34 UTC
  • mto: (3589.15.8 trunk-extra-addons)
  • mto: This revision was merged to the branch mainline in revision 3610.
  • Revision ID: mitesh.patel1119@gmail.com-20090422103134-9ct8nf9ya1bd0lou
google_translate: This module adds google translation wizard 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "Google translation module",
 
3
    "version": "1.0",
 
4
    "author" : "Tiny",
 
5
    "website" : "http://tinyerp.com",
 
6
    "category" : "Generic Modules/Others",
 
7
    "depends" : ["base"],
 
8
    "description": "Google translation module",
 
9
    "init_xml" : [],
 
10
    "update_xml": ["wizard_translate.xml"],
 
11
    "active": False,
 
12
    "installable": True
 
13
}
 
 
b'\\ No newline at end of file'