mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-23 05:42:13 -06:00
Knowledge fixed as base module for knowledge management system
reamed.rst added version number corrected res_config.py is now respecting the new odoo API
This commit is contained in:
@@ -21,14 +21,13 @@
|
||||
|
||||
from openerp import models, fields
|
||||
|
||||
class knowledge_config_settings(models.TransientModel):
|
||||
class knowledgeConfigSettings(models.TransientModel):
|
||||
_name = 'knowledge.config.settings'
|
||||
_inherit = 'res.config.settings'
|
||||
|
||||
_fields = {
|
||||
'module_document': fields.boolean('Manage documents',
|
||||
module_document = fields.Boolean('Manage documents',
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user