+
- Activate Developer mode.
@@ -68,4 +82,4 @@
class="fa fa-check-square"> Request Customization

-
\ No newline at end of file
+
diff --git a/cron_failure_notification/static/description/index.html~ b/cron_failure_notification/static/description/index.html~
new file mode 100644
index 000000000..06f2d6ec6
--- /dev/null
+++ b/cron_failure_notification/static/description/index.html~
@@ -0,0 +1,71 @@
+
+
+
Cron Job Failure Notification
+ Error Logs for Scheduled Actions/Cron jobs running in backend server.
+ Cybrosys Technologies , www.cybrosys.com
+
+
+
+
Major Features:
+
+ - → Creating Failure History for All Jobs in Backend.
+ - → Failure Report Will Automatically Logged.
+ - → Administrator Can Review Logs.
+ - → Send Report to Support/Technical Team by Email Button.
+ - → Custom Email Template for Sending Mail with Failure Details.
+
+
+
+
+
+ Error Logs Scheduled Actions - Form View
+
+

+
+
+
+
+ Print PDF Report- Error Logs Scheduled
+
+

+
+
+
+
+ Send By Email - Error Logs Scheduled Actions Attaching PDF Report
+
+

+
+
+
+
+ How to test this module ?
+
+
+
+ - Activate Developer mode.
+ - Go to Settings --> Technical --> Automation --> Scheduled actions.
+ - Select the record "Test Cron Failure Notification" and check active button.
+ - Click the button 'Run Manually'.
+ - A log of scheduler failure will be created under the menu 'Logs Scheduled Actions'.
+ - For more details, Please see the README.rst file with this module.
+
+
+
+
+
+
+ Need Any Help?
+
+
+
\ No newline at end of file
diff --git a/pos_chatter/__openerp__.py b/pos_chatter/__openerp__.py
index debc4b2cc..494b6e8c7 100644
--- a/pos_chatter/__openerp__.py
+++ b/pos_chatter/__openerp__.py
@@ -22,7 +22,7 @@
##############################################################################
{
'name': "POS Chat",
- 'summary': """Chat in POS""",
+ 'summary': """Chat Box in POS Screen""",
'description': "This module adds chat interface in Point of sale screen.",
'author': "Cybrosys Techno Solutions",
'company': "Cybrosys Techno Solutions",
diff --git a/pos_chatter/__openerp__.py~ b/pos_chatter/__openerp__.py~
new file mode 100644
index 000000000..debc4b2cc
--- /dev/null
+++ b/pos_chatter/__openerp__.py~
@@ -0,0 +1,39 @@
+# -*- coding: utf-8 -*-
+##############################################################################
+#
+# Cybrosys Technologies Pvt. Ltd.
+# Copyright (C) 2008-TODAY Cybrosys Technologies(
).
+# Author: Nilmar Shereef()
+# you can modify it under the terms of the GNU LESSER
+# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
+#
+# It is forbidden to publish, distribute, sublicense, or sell copies
+# of the Software or modified copies of the Software.
+#
+# 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
+# GENERAL PUBLIC LICENSE (LGPL v3) along with this program.
+# If not, see .
+#
+##############################################################################
+{
+ 'name': "POS Chat",
+ 'summary': """Chat in POS""",
+ 'description': "This module adds chat interface in Point of sale screen.",
+ 'author': "Cybrosys Techno Solutions",
+ 'company': "Cybrosys Techno Solutions",
+ 'website': "http://www.cybrosys.com",
+ 'category': 'Point Of Sale',
+ 'version': '0.3',
+ 'depends': ['base', 'point_of_sale'],
+ 'data': ['views/pos_chat.xml'],
+ 'qweb': ['static/src/xml/pos_msg.xml'],
+ 'images': ['static/description/banner.jpg'],
+ 'license': 'AGPL-3',
+ 'installable': True,
+ 'auto_install': False,
+}