From a78cf95b43a1b43b12fc84cc29e709f016b60a52 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 2 Oct 2025 18:26:58 +0200 Subject: [PATCH] [MIG] base_mail_sender_bcc to v18 --- base_mail_sender_bcc/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base_mail_sender_bcc/__manifest__.py b/base_mail_sender_bcc/__manifest__.py index 0cccfd0..caae967 100644 --- a/base_mail_sender_bcc/__manifest__.py +++ b/base_mail_sender_bcc/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Mail Sender Bcc', - 'version': '16.0.1.0.0', + 'version': '18.0.1.0.0', 'category': 'Mail', 'license': 'AGPL-3', 'summary': "Always send a copy of the mail to the sender", @@ -17,5 +17,5 @@ With this module, when Odoo sends an outgoing email, it adds the sender as Bcc ( 'author': 'Akretion', 'website': 'https://github.com/akretion/odoo-usability', 'depends': ['base'], - 'installable': False, + 'installable': True, }