From 3e1523578e338df97ca53e5af9540b25f33e4b98 Mon Sep 17 00:00:00 2001 From: FernandoRomera Date: Tue, 20 Dec 2022 14:24:03 +0100 Subject: [PATCH] [16.0][MIG] mail_partner_opt_out: Migration to 16.0 --- mail_partner_opt_out/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_partner_opt_out/__manifest__.py b/mail_partner_opt_out/__manifest__.py index 436be456e..f5dc24e8c 100644 --- a/mail_partner_opt_out/__manifest__.py +++ b/mail_partner_opt_out/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Mail Partner Opt Out", "summary": "Add the partner's email to the blackmailed list", - "version": "14.0.1.0.0", + "version": "16.0.1.0.0", "development_status": "Beta", "category": "Social Network", "website": "https://github.com/OCA/social",