mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
license key added in __openerp__.py
This commit is contained in:
parent
f18331af63
commit
de6be0cc9c
@ -19,6 +19,4 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
import models
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
from . import models
|
||||
|
@ -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:
|
||||
|
@ -20,5 +20,3 @@
|
||||
##############################################################################
|
||||
|
||||
from . import res_config
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user