From 913ed1642ca2a10d6465915e1267dd539d0b4d42 Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Fri, 4 Dec 2020 22:52:20 +0100 Subject: [PATCH] Added missin curly brackets --- itis_hr_attendance_extend/__openerp__.py | 1 + itis_hr_extend/__openerp__.py | 1 + itis_hr_leave_extend/__openerp__.py | 1 + itis_hr_notifications/__openerp__.py | 1 + itis_payroll_export/__openerp__.py | 1 + 5 files changed, 5 insertions(+) diff --git a/itis_hr_attendance_extend/__openerp__.py b/itis_hr_attendance_extend/__openerp__.py index d8e9a70..e93d079 100644 --- a/itis_hr_attendance_extend/__openerp__.py +++ b/itis_hr_attendance_extend/__openerp__.py @@ -43,3 +43,4 @@ 'qweb': ['static/src/xml/templates.xml'], 'css': [], 'demo': [], +} diff --git a/itis_hr_extend/__openerp__.py b/itis_hr_extend/__openerp__.py index 931d53a..b76577a 100644 --- a/itis_hr_extend/__openerp__.py +++ b/itis_hr_extend/__openerp__.py @@ -51,3 +51,4 @@ ], 'css': [], 'demo': [], +} diff --git a/itis_hr_leave_extend/__openerp__.py b/itis_hr_leave_extend/__openerp__.py index 5646bee..960f344 100644 --- a/itis_hr_leave_extend/__openerp__.py +++ b/itis_hr_leave_extend/__openerp__.py @@ -35,3 +35,4 @@ ], 'css': [], 'demo': [], +} diff --git a/itis_hr_notifications/__openerp__.py b/itis_hr_notifications/__openerp__.py index b21d5ab..22eb2a8 100644 --- a/itis_hr_notifications/__openerp__.py +++ b/itis_hr_notifications/__openerp__.py @@ -24,3 +24,4 @@ ], 'application': False, +} diff --git a/itis_payroll_export/__openerp__.py b/itis_payroll_export/__openerp__.py index a13e0e4..68f2ad7 100644 --- a/itis_payroll_export/__openerp__.py +++ b/itis_payroll_export/__openerp__.py @@ -25,3 +25,4 @@ 'hr_setting_view.xml', 'wizard/payroll_export.xml', ], +}