# -*- coding: utf-8 -*- ############################################################################# # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2023-TODAY Cybrosys Technologies() # Author: Cybrosys Techno Solutions() # # You can modify it under the terms of the GNU LESSER # GENERAL PUBLIC LICENSE (LGPL v3), Version 3. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE # (LGPL v3) along with this program. # If not, see . # ############################################################################# { 'name': 'Schedule Mail to Send', 'version': '15.0.1.0.0', 'category': 'Discuss', 'summary': """Schedule and send mail""", 'description': """This module provides a function or feature that allows users to specify a future date and time for sending an email.""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", 'depends': ['mail'], 'data': [ 'security/ir.model.access.csv', 'data/ir_cron_data.xml', 'data/mail_activity_type_data.xml', 'views/mail_compose_message_views.xml', ], 'assets': { 'web.assets_backend': [ 'schedule_mail_to_send/static/src/js/chatter_topbar.js', ], 'web.assets_qweb': [ 'schedule_mail_to_send/static/src/xml/mail_chatter.xml', ], }, 'images': ['static/description/banner.jpg'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False, 'application': False, }