odoo/addons/base_crypt/__terp__.py

17 lines
328 B
Python

{
"name" : "Base",
"version" : "1.0",
"author" : "Tiny",
"website" : "http://tinyerp.com",
"category" : "Generic Modules/Base",
"description": "Module for password encryption.",
"depends" : ["base"],
"init_xml" : [],
"demo_xml" : [],
"update_xml" : [
"base_update.xml",
],
"active": False,
"installable": True,
}