From d4ba4f51ad26f41ed6816faeaa2f4c0437a55be2 Mon Sep 17 00:00:00 2001 From: beau sebastien Date: Tue, 12 May 2020 18:56:49 +0200 Subject: [PATCH] Update attachment_queue/__manifest__.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Raphaƫl Valyi --- attachment_queue/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachment_queue/__manifest__.py b/attachment_queue/__manifest__.py index 54b8225a5..7581c49f5 100644 --- a/attachment_queue/__manifest__.py +++ b/attachment_queue/__manifest__.py @@ -5,7 +5,7 @@ "name": "Attachment Queue", "version": "12.0.1.0.0", "author": "Akretion,Odoo Community Association (OCA)", - "summary": "Base module adding the concept of queue for processing file", + "summary": "Base module adding the concept of queue for processing files", "website": "https://github.com/OCA/server-tools", "maintainers": ["florian-dacosta", "sebastienbeau"], "license": "AGPL-3",