From c3a4ed73fbbe834995c4a3eae2afed0411ba5d57 Mon Sep 17 00:00:00 2001 From: Nhomar Hernandez Date: Fri, 24 May 2013 18:51:09 -0530 Subject: [PATCH] [FIX] Copyright of OpenERP is not necesary, Impriove a little the doc. --- web_nocreatedb/__openerp__.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/web_nocreatedb/__openerp__.py b/web_nocreatedb/__openerp__.py index f2c82a3e..c2a04b89 100644 --- a/web_nocreatedb/__openerp__.py +++ b/web_nocreatedb/__openerp__.py @@ -1,9 +1,6 @@ - # -*- coding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). All Rights Reserved # Financed and Planified by Vauxoo # developed by: nhomar@vauxoo.com # @@ -27,10 +24,12 @@ 'author': "Vauxoo", 'category': "Web", 'description': """ - This module hides "Manage Databases" link from login screen +After install this module, you will not see anymore the +"Manage Databases" link in login screen """, 'version': "1.0", - 'depends': ['web', + 'depends': [ + 'web', ], 'js': [ ],