Files
pms/mail_reply_to_sender/__manifest__.py
2020-01-03 12:30:43 +01:00

23 lines
802 B
Python

# -*- coding: utf-8 -*-
# This file is part of OpenERP. The COPYRIGHT file at the top level of
# this module contains the full copyright notices and license terms.
{
'name': 'Mail Reply To sender/reply to field(mail template)',
'version': '1.0',
'author': 'PPTS [India] Pvt.Ltd.',
'website': 'https://www.pptssolutions.com',
'license': 'LGPL-3',
'category': 'Mail',
'support': 'business@pptservices.com',
'summary': 'Mail Reply to the sender',
'description': """ This module provides a functionality to reply to sender's email address or the mail address given in 'Reply To' field of email template""",
'depends': [
'mail',
],
'data': [
],
'installable': True,
'application': False,
'images': ['static/description/banner.png'],
}