From a23714490532aa52e9e21b1453f5a92d46243e7d Mon Sep 17 00:00:00 2001 From: "Atchuthan, Sodexis" Date: Tue, 5 Jan 2021 14:16:05 +0530 Subject: [PATCH] [MIG] mail_debrand: Migration to v14 --- mail_debrand/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail_debrand/__manifest__.py b/mail_debrand/__manifest__.py index 5baaa6a..4081274 100644 --- a/mail_debrand/__manifest__.py +++ b/mail_debrand/__manifest__.py @@ -7,10 +7,10 @@ { "name": "Mail Debrand", "summary": "Remove Odoo branding in sent emails", - "version": "13.0.2.0.1", + "version": "14.0.1.0.0", "category": "Social Network", "website": "https://github.com/OCA/social", - "author": "Tecnativa, Eficent, Onestein, Odoo Community Association (OCA)", + "author": "Tecnativa, Eficent, Onestein, Sodexis, Odoo Community Association (OCA)", "license": "AGPL-3", "installable": True, "depends": ["mail"],