oca-ocb-mail/odoo-bringout-oca-ocb-test_mass_mailing/test_mass_mailing/__manifest__.py
Ernad Husremovic daa394e8b0 19.0 vanilla
2026-03-09 09:31:39 +01:00

25 lines
681 B
Python

# -*- coding: utf-8 -*-
{
'name': 'Mass Mail Tests',
'version': '1.0',
'category': 'Marketing/Email Marketing',
'sequence': 8765,
'summary': 'Mass Mail Tests: feature and performance tests for mass mailing',
'description': """This module contains tests related to mass mailing. Those
are present in a separate module to use specific test models defined in
test_mail. """,
'depends': [
'mass_mailing',
'mass_mailing_sms',
'sms_twilio',
'test_mail',
'test_mail_sms',
],
'data': [
'security/ir.model.access.csv',
],
'installable': True,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}