[MIG] base_mail_sender_bcc to v18

This commit is contained in:
Alexis de Lattre
2025-10-02 18:26:58 +02:00
parent cefcb1b5c2
commit a78cf95b43

View File

@@ -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,
}