license key added in __openerp__.py

This commit is contained in:
Gervais Naoussi 2015-10-23 15:25:04 -04:00
parent f18331af63
commit de6be0cc9c
4 changed files with 2 additions and 16 deletions

View File

@ -19,6 +19,4 @@
#
##############################################################################
import models
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
from . import models

View File

@ -26,13 +26,7 @@
'depends' : ['base','base_setup'],
'author' : ['OpenERP SA','Odoo Community Association (OCA)'],
'category': 'Hidden/Dependency',
'description': """
Installer for knowledge-based Hidden.
=====================================
Makes the Knowledge Application Configuration available from where you can install
document and Wiki based Hidden.
""",
'license': 'AGPL3',
'website': 'https://www.odoo.com',
'data': [
'security/knowledge_security.xml',
@ -44,4 +38,3 @@ document and Wiki based Hidden.
'installable': True,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,5 +20,3 @@
##############################################################################
from . import res_config
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -28,6 +28,3 @@ class KnowledgeConfigSettings(models.TransientModel):
module_document = fields.Boolean('Manage documents',
help='Document indexation, full text search of attachements.\n'
'-This installs the module document.')
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: