license key added in __openerp__.py

This commit is contained in:
Gervais Naoussi 2015-10-23 15:25:04 -04:00 committed by fayez
parent 10bfec207f
commit 406b108a1f
4 changed files with 2 additions and 16 deletions

View File

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

View File

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

View File

@ -20,5 +20,3 @@
############################################################################## ##############################################################################
from . import res_config 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', module_document = fields.Boolean('Manage documents',
help='Document indexation, full text search of attachements.\n' help='Document indexation, full text search of attachements.\n'
'-This installs the module document.') '-This installs the module document.')
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: