You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
716 B
24 lines
716 B
# -*- coding: utf-8 -*-
|
|
##############################################################################
|
|
# © 2015 ADHOC SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
##############################################################################
|
|
|
|
{
|
|
'name': 'Mass Mailing Keep Archives',
|
|
'version': '8.0.0.0.0',
|
|
'author': 'ADHOC SA, Odoo Community Association (OCA)',
|
|
'website': 'https://www.adhoc.com.ar/',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'mass_mailing',
|
|
],
|
|
'data': [
|
|
'mass_mailing_view.xml',
|
|
],
|
|
'demo': [
|
|
],
|
|
'test': [],
|
|
'installable': True,
|
|
}
|
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|