[MIG] knowledge: Migration to 16.0

This commit is contained in:
mle
2022-10-19 11:10:09 +02:00
parent 78593c66b7
commit 66914c9d13
7 changed files with 12 additions and 46 deletions

View File

@@ -31,16 +31,3 @@ class KnowledgeConfigSettings(models.TransientModel):
help="Add workflow on documents per category.\n"
"- This installs the module document_page_approval.",
)
module_cmis_read = fields.Boolean(
"Attach files from an external DMS into Odoo",
help="Connect Odoo with a CMIS compatible server to attach files\n"
"to an Odoo record.\n"
"- This installs the module cmis_read.",
)
module_cmis_write = fields.Boolean(
"Store attachments in an external DMS instead of the Odoo Filestore",
help="Connect Odoo with a CMIS compatible server to store files.\n"
"- This installs the module cmis_write.",
)