mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[CHG] module name: knowledge -> document_knowledge
In v16 Odoo has its own knowledge module
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class KnowledgeConfigSettings(models.TransientModel):
|
||||
class DocumentKnowledgeConfigSettings(models.TransientModel):
|
||||
_inherit = "res.config.settings"
|
||||
|
||||
module_attachment_indexation = fields.Boolean(
|
||||
@@ -16,8 +16,8 @@ class KnowledgeConfigSettings(models.TransientModel):
|
||||
group_ir_attachment_user = fields.Boolean(
|
||||
string="Central access to Documents",
|
||||
help="When you set this field all users will be able to manage "
|
||||
"attachments centrally, from the Knowledge/Documents menu.",
|
||||
implied_group="knowledge.group_ir_attachment_user",
|
||||
"attachments centrally, from the Document Knowledge/Documents menu.",
|
||||
implied_group="document_knowledge.group_ir_attachment_user",
|
||||
)
|
||||
|
||||
module_document_page = fields.Boolean(
|
||||
|
||||
Reference in New Issue
Block a user