bzr revid: vmt@openerp.com-20090219185109-qlyshbp6av7njujp
This commit is contained in:
Fabien Pinckaers 2009-02-19 19:51:09 +01:00 committed by Vo Minh Thu
parent 055921341c
commit 062c792152
1 changed files with 14 additions and 14 deletions

View File

@ -20,18 +20,18 @@
#
##############################################################################
{
"name" : "Base",
"version" : "1.0",
"author" : "FS3 , Review 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,
"name" : "Base",
"version" : "1.0",
"author" : "FS3 , Review Tiny",
"website" : "http://www.openerp.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,
}