Edit readme.rst and models/res_config.py to solve previous issues

This commit is contained in:
Gervais Naoussi 2015-10-23 15:05:07 -04:00
parent 21f5155fd9
commit f18331af63
2 changed files with 1 additions and 3 deletions

View File

@ -35,8 +35,6 @@ To use this module, you need to:
Known issues / Roadmap
======================
* ...
Bug Tracker
===========

View File

@ -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'