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

« back to all changes in this revision

Viewing changes to base_crypt/__terp__.py

  • Committer: Jay vora
  • Date: 2008-06-09 08:43:58 UTC
  • Revision ID: jvo@tinyerp.com-c8b7029321d4f9d451745e462547a609739e1c2c

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Base",
 
3
        "version" : "1.0",
 
4
        "author" : "FS3 , Review Tiny",
 
5
        "website" : "http://tinyerp.com",
 
6
        "category" : "Generic Modules/Base",
 
7
        "description": "Module for password encryption.",
 
8
        "depends" : ["base"],
 
9
        "init_xml" : [],
 
10
        "demo_xml" : [],
 
11
        "update_xml" : [
 
12
                "base_update.xml",
 
13
        ],
 
14
        "active": False,
 
15
        "installable": True,
 
16
}