[MIG] knowledge: Migration to 13.0

This commit is contained in:
ernesto
2019-11-05 19:24:20 -05:00
committed by Khôi (Kiên Kim)
parent 317a62f3ea
commit 8044c75465
8 changed files with 56 additions and 30 deletions

View File

@@ -7,10 +7,10 @@ from odoo import fields, models
class KnowledgeConfigSettings(models.TransientModel):
_inherit = "res.config.settings"
module_document = fields.Boolean(
module_attachment_indexation = fields.Boolean(
"Attachments List and Document Indexation",
help="Document indexation, full text search of attachements.\n"
"- This installs the module document.",
"- This installs the module attachment_indexation.",
)
group_ir_attachment_user = fields.Boolean(