From 9e40d49129d5b5872a3c24d1cef58971ab833aa4 Mon Sep 17 00:00:00 2001 From: Randall Castro Date: Tue, 13 Jul 2021 10:15:01 -0600 Subject: [PATCH] [MIG] attachment_unindex_content: Migration to 14.0 --- attachment_unindex_content/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachment_unindex_content/__manifest__.py b/attachment_unindex_content/__manifest__.py index d5a486c3521..77e25a63389 100644 --- a/attachment_unindex_content/__manifest__.py +++ b/attachment_unindex_content/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Attachment Unindex Content", "summary": "Disable indexing of attachments", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "author": "Vauxoo, Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-tools", "maintainers": ["moylop260", "ebirbe"],