From 4bbb3a3898dca78e2e103a0a670bebd98b078e6e Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 May 2018 11:02:56 +0200 Subject: [PATCH] Delete __manifest__.py~ --- user_login_alert/__manifest__.py~ | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 user_login_alert/__manifest__.py~ diff --git a/user_login_alert/__manifest__.py~ b/user_login_alert/__manifest__.py~ deleted file mode 100644 index 839a3d54b..000000000 --- a/user_login_alert/__manifest__.py~ +++ /dev/null @@ -1,18 +0,0 @@ -{ - 'name': 'Login Notification', - 'summary': """Send login notification E-mail to user""", - 'version': '10.0.1.0.0', - 'description': """Send login notification E-mail to user""", - 'author': 'Cybrosys Techno Solutions', - 'company': 'Cybrosys Techno Solutions', - 'website': 'http://www.cybrosys.com', - 'category': 'Tools', - 'depends': ['base', 'web'], - 'license': 'AGPL-3', - 'data': [ - ], - 'demo': [], - 'installable': True, - 'auto_install': False, - -} \ No newline at end of file