Browse Source

[FIX] Copyright of OpenERP is not necesary, Impriove a little the doc.

pull/4/head
Nhomar Hernandez 11 years ago
parent
commit
c3a4ed73fb
  1. 9
      web_nocreatedb/__openerp__.py

9
web_nocreatedb/__openerp__.py

@ -1,9 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
# Financed and Planified by Vauxoo # Financed and Planified by Vauxoo
# developed by: nhomar@vauxoo.com # developed by: nhomar@vauxoo.com
# #
@ -27,10 +24,12 @@
'author': "Vauxoo", 'author': "Vauxoo",
'category': "Web", 'category': "Web",
'description': """ '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", 'version': "1.0",
'depends': ['web',
'depends': [
'web',
], ],
'js': [ 'js': [
], ],

Loading…
Cancel
Save