mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
Edit readme.rst and models/res_config.py to solve previous issues
This commit is contained in:
parent
21f5155fd9
commit
f18331af63
@ -35,8 +35,6 @@ To use this module, you need to:
|
||||
Known issues / Roadmap
|
||||
======================
|
||||
|
||||
* ...
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
from openerp import models, fields
|
||||
|
||||
class knowledgeConfigSettings(models.TransientModel):
|
||||
class KnowledgeConfigSettings(models.TransientModel):
|
||||
_name = 'knowledge.config.settings'
|
||||
_inherit = 'res.config.settings'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user