From 7f70063e7b3b2aaf1cbf5edee6b6520dec2455c4 Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez <317514+MagicFab@users.noreply.github.com> Date: Sat, 19 Oct 2024 07:17:51 -0400 Subject: [PATCH] Update __manifest__.py - fixed a typo Fixed a typo --- openupgrade_scripts/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openupgrade_scripts/__manifest__.py b/openupgrade_scripts/__manifest__.py index f32a7ff9d235..ad2c2ddc67a7 100644 --- a/openupgrade_scripts/__manifest__.py +++ b/openupgrade_scripts/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Openupgrade Scripts", "summary": """Module that contains all the migrations analysis - and scripts for migrate Odoo SA modules.""", + and scripts for migrating Odoo SA modules.""", "author": "Odoo Community Association (OCA)", "website": "https://github.com/OCA/OpenUpgrade", "category": "Migration",