# -*- coding: utf-8 -*- ############################################################################# # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2021-TODAY Cybrosys Technologies(). # Author: odoo@cybrosys.com # You can modify it under the terms of the GNU AFFERO # GENERAL PUBLIC LICENSE (AGPL 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 AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE # (AGPL v3) along with this program. # If not, see . # ############################################################################# { 'name': "Task Deadline Reminder", 'version': "15.0.1.0.0", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': 'https://www.cybrosys.com', 'summary': '''Automatically Send Mail To Responsible User if Deadline Of Task is Today''', 'description': '''Automatically Send Mail To Responsible User if Deadline Of Task is Today''', 'category': "Project", 'depends': ['project'], 'license': 'AGPL-3', 'data': [ 'views/deadline_reminder_view.xml', 'views/deadline_reminder_cron.xml', 'data/deadline_reminder_action_data.xml' ], 'images': ['static/description/banner.png'], 'installable': True, 'auto_install': False }