social/mail_optional_autofollow/__openerp__.py

23 lines
656 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': "Mail optional autofollow",
'summary': """
Choose if you want to automatically add new recipients as followers
on mail.compose.message""",
'author': 'ACSONE SA/NV,'
'Odoo Community Association (OCA)',
'website': "http://acsone.eu",
'category': 'Social Network',
2016-05-25 13:47:32 +02:00
'version': '9.0.1.0.0',
'license': 'AGPL-3',
'depends': [
'mail',
],
'data': [
'wizard/mail_compose_message_view.xml',
],
2016-10-06 16:08:38 +02:00
'installable': False,
}