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