mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-23 13:52:13 -06:00
Correction des erreurs pylint-odoo
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
"""model's module imported."""
|
||||
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
"""KnowledgeConfigSettings class."""
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
@@ -23,6 +24,8 @@ from openerp import models, fields
|
||||
|
||||
|
||||
class KnowledgeConfigSettings(models.TransientModel):
|
||||
"""This class in needed to activate document management."""
|
||||
|
||||
_name = 'knowledge.config.settings'
|
||||
_inherit = 'res.config.settings'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user