mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-25 18:08:42 -06:00
flake8 issues fixed in __openerp__py files and knowledge/models/res_config.py
This commit is contained in:
parent
de6be0cc9c
commit
4c095cc203
@ -21,10 +21,13 @@
|
|||||||
|
|
||||||
from openerp import models, fields
|
from openerp import models, fields
|
||||||
|
|
||||||
|
|
||||||
class KnowledgeConfigSettings(models.TransientModel):
|
class KnowledgeConfigSettings(models.TransientModel):
|
||||||
_name = 'knowledge.config.settings'
|
_name = 'knowledge.config.settings'
|
||||||
_inherit = 'res.config.settings'
|
_inherit = 'res.config.settings'
|
||||||
|
|
||||||
module_document = fields.Boolean('Manage documents',
|
module_document = fields.Boolean(
|
||||||
|
'Manage documents',
|
||||||
help='Document indexation, full text search of attachements.\n'
|
help='Document indexation, full text search of attachements.\n'
|
||||||
'-This installs the module document.')
|
'-This installs the module document.'
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user