mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
23 lines
802 B
Python
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'],
|
|
}
|