From 927c6cb86c6affbab3007abcb569303784c91d07 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 May 2018 10:33:17 +0200 Subject: [PATCH 1/8] Update __init__.py --- hr_payslip_monthly_report/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hr_payslip_monthly_report/models/__init__.py b/hr_payslip_monthly_report/models/__init__.py index 037f753a3..ab733466e 100644 --- a/hr_payslip_monthly_report/models/__init__.py +++ b/hr_payslip_monthly_report/models/__init__.py @@ -20,5 +20,5 @@ # If not, see . # ############################################################################## -import hr_payroll_report +from . import hr_payroll_report From dc6744b6d0f4350a4aa61a1089f964d526fd4b12 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 May 2018 10:35:11 +0200 Subject: [PATCH 2/8] Update __init__.py --- hr_payslip_monthly_report/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hr_payslip_monthly_report/__init__.py b/hr_payslip_monthly_report/__init__.py index 0c44acb1f..4eb511d10 100644 --- a/hr_payslip_monthly_report/__init__.py +++ b/hr_payslip_monthly_report/__init__.py @@ -19,4 +19,4 @@ # If not, see . # ############################################################################## -import models +from . import models From 1b16046c39e2418dba86224ba93b4300a73f4703 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 May 2018 10:58:08 +0200 Subject: [PATCH 3/8] Update __init__.py --- product_deletion/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_deletion/__init__.py b/product_deletion/__init__.py index 735946add..09e655a65 100644 --- a/product_deletion/__init__.py +++ b/product_deletion/__init__.py @@ -20,4 +20,4 @@ # If not, see . # ############################################################################## -import models +from . import models From e858991b83ab689960610fc490a7eeebcb061d4d Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 May 2018 10:58:26 +0200 Subject: [PATCH 4/8] Update __init__.py --- product_deletion/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_deletion/models/__init__.py b/product_deletion/models/__init__.py index 88318663a..ca68981b6 100644 --- a/product_deletion/models/__init__.py +++ b/product_deletion/models/__init__.py @@ -20,4 +20,4 @@ # If not, see . # ############################################################################## -import product_deletion +from . import product_deletion From 7453d34a2799d5c42056b4d3f928a4390af9511f Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 May 2018 11:01:24 +0200 Subject: [PATCH 5/8] Update __init__.py --- user_login_alert/controllers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_login_alert/controllers/__init__.py b/user_login_alert/controllers/__init__.py index 58987f200..baaccd7d2 100644 --- a/user_login_alert/controllers/__init__.py +++ b/user_login_alert/controllers/__init__.py @@ -20,4 +20,4 @@ # If not, see . # ############################################################################## -import main +from . import main From 405245d0d3f5359829b749348f48582e80240702 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 May 2018 11:01:52 +0200 Subject: [PATCH 6/8] Update __init__.py --- user_login_alert/models/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user_login_alert/models/__init__.py b/user_login_alert/models/__init__.py index 03078d885..c57de03be 100644 --- a/user_login_alert/models/__init__.py +++ b/user_login_alert/models/__init__.py @@ -20,5 +20,4 @@ # If not, see . # ############################################################################## -import logged_details - +from . import logged_details From c51c3d8bc80ff918338da5cda43709ad13717c0e Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 May 2018 11:02:30 +0200 Subject: [PATCH 7/8] Update __init__.py --- user_login_alert/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/user_login_alert/__init__.py b/user_login_alert/__init__.py index a4f070906..c4b265080 100644 --- a/user_login_alert/__init__.py +++ b/user_login_alert/__init__.py @@ -20,6 +20,5 @@ # If not, see . # ############################################################################## -import controllers -import models - +from . import controllers +from . import models From 4bbb3a3898dca78e2e103a0a670bebd98b078e6e Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 May 2018 11:02:56 +0200 Subject: [PATCH 8/8] 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