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.
17 lines
533 B
17 lines
533 B
# -*- coding: utf-8 -*-
|
|
# © 2016 ONESTEiN BV (<http://www.onestein.eu>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'Restrict automatic emails to partner',
|
|
'images': [],
|
|
'summary': 'Set field Opt-Out as true by default while creating a partner',
|
|
'license': 'AGPL-3',
|
|
'author': 'ONESTEiN BV, Odoo Community Association (OCA)',
|
|
'website': 'http://www.onestein.eu',
|
|
'category': 'Marketing',
|
|
'version': '8.0.1.0.0',
|
|
'depends': [
|
|
'email_template',
|
|
],
|
|
}
|