fix config wizard

bzr revid: al@openerp.com-20120811234327-5dy2khgh7ldiqvnr
This commit is contained in:
Antony Lesuisse 2012-08-12 01:43:27 +02:00
parent ddfd83d9ff
commit d7fc09e8ab
1 changed files with 2 additions and 4 deletions

View File

@ -25,10 +25,8 @@ class knowledge_config_settings(osv.osv_memory):
_name = 'knowledge.config.settings'
_inherit = 'res.config.settings'
_columns = {
'module_wiki_faq': fields.boolean('manage internal FAQ as a wiki',
help="""This installs the module wiki_faq."""),
'module_wiki_quality_manual': fields.boolean('use quality manual as a wiki',
help="""This installs the module wiki_quality_manual."""),
'module_document_page': fields.boolean('create static web pages',
help="""This installs the module document_page."""),
'module_document': fields.boolean('manage documents',
help="""This is a complete document management system, with: user authentication,
full document search (but pptx and docx are not supported), and a document dashboard.