From 9111947a8154f6ce6e0269cd6f49b390f3a442d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 27 Feb 2021 14:04:03 +0100 Subject: [PATCH] Update __manifest__.py --- odoo_module/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_module/__manifest__.py b/odoo_module/__manifest__.py index 2f453b83..707d36e1 100644 --- a/odoo_module/__manifest__.py +++ b/odoo_module/__manifest__.py @@ -2,7 +2,7 @@ "name": "odoo module", "version": "12.0.2.4.3", "author": "Author, Odoo Community Association (OCA)", - "summary": "Just extending the summary..................", + "summary": "Just extending the summary.................", "license": "LGPL-3", "installable": True, "auto_install": False,