From d2d57ebe6bb9cb2141ba395ec4da2687fa15993a Mon Sep 17 00:00:00 2001 From: bobslee Date: Sat, 20 May 2023 14:15:59 +0200 Subject: [PATCH] [IMP] pylint_odoo --- web_ir_actions_close_wizard_refresh_view/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_ir_actions_close_wizard_refresh_view/__manifest__.py b/web_ir_actions_close_wizard_refresh_view/__manifest__.py index 805af3229..a6f92e82e 100644 --- a/web_ir_actions_close_wizard_refresh_view/__manifest__.py +++ b/web_ir_actions_close_wizard_refresh_view/__manifest__.py @@ -7,7 +7,7 @@ "summary": """Allow to refresh view data without reload the page.""", "version": "16.0.1.0.0", "development_status": "Beta", - "author": "LevelPrime srl, Nova Code" "Odoo Community Association (OCA)", + "author": "LevelPrime srl, Nova Code, Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", "license": "AGPL-3", "category": "Web",