diff --git a/odex25_ensan/odex25_empowermentmanagement/static/src/img/empowerment.png b/odex25_ensan/odex25_empowermentmanagement/static/src/img/empowerment.png new file mode 100644 index 000000000..6801504f0 Binary files /dev/null and b/odex25_ensan/odex25_empowermentmanagement/static/src/img/empowerment.png differ diff --git a/odex25_ensan/odex25_empowermentmanagement/views/service_settings.xml b/odex25_ensan/odex25_empowermentmanagement/views/service_settings.xml index 182d92cb1..b5ad09977 100644 --- a/odex25_ensan/odex25_empowermentmanagement/views/service_settings.xml +++ b/odex25_ensan/odex25_empowermentmanagement/views/service_settings.xml @@ -194,7 +194,7 @@ - + diff --git a/odex25_ensan/odex25_program_activity/static/src/img/program_activity.png b/odex25_ensan/odex25_program_activity/static/src/img/program_activity.png new file mode 100644 index 000000000..37f10d2ba Binary files /dev/null and b/odex25_ensan/odex25_program_activity/static/src/img/program_activity.png differ diff --git a/odex25_ensan/odex25_program_activity/views/program.xml b/odex25_ensan/odex25_program_activity/views/program.xml index 76d2300b1..dbcef4060 100644 --- a/odex25_ensan/odex25_program_activity/views/program.xml +++ b/odex25_ensan/odex25_program_activity/views/program.xml @@ -648,7 +648,7 @@ - + diff --git a/odex25_ensan/odex_empowerment/__init__.py b/odex25_ensan/odex_empowerment/__init__.py deleted file mode 100644 index 5305644df..000000000 --- a/odex25_ensan/odex_empowerment/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models \ No newline at end of file diff --git a/odex25_ensan/odex_empowerment/__manifest__.py b/odex25_ensan/odex_empowerment/__manifest__.py deleted file mode 100644 index f4b4aacea..000000000 --- a/odex25_ensan/odex_empowerment/__manifest__.py +++ /dev/null @@ -1,33 +0,0 @@ -# -*- coding: utf-8 -*- -{ - 'name': "empowerment", - - 'summary': """ - Short (1 phrase/line) summary of the module's purpose, used as - subtitle on modules listing or apps.openerp.com""", - - 'description': """ - Long description of module's purpose - """, - - 'author': "My Company", - 'website': "http://www.yourcompany.com", - - # Categories can be used to filter modules in modules listing - # Check https://github.com/odoo/odoo/blob/11.0/odoo/addons/base/module/module_data.xml - # for the full list - 'category': 'Uncategorized', - 'version': '14.0', - - # any module necessary for this one to work correctly - 'depends': ['base','odex_benefit','branch'], - - # always loaded - 'data': [ - 'security/security.xml', - 'security/ir.model.access.csv', - 'views/views.xml', - 'views/service_types.xml', - # 'views/templates.xml', - ], -} \ No newline at end of file diff --git a/odex25_ensan/odex_empowerment/controllers/__init__.py b/odex25_ensan/odex_empowerment/controllers/__init__.py deleted file mode 100644 index 457bae27e..000000000 --- a/odex25_ensan/odex_empowerment/controllers/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import controllers \ No newline at end of file diff --git a/odex25_ensan/odex_empowerment/controllers/controllers.py b/odex25_ensan/odex_empowerment/controllers/controllers.py deleted file mode 100644 index 71a076a0a..000000000 --- a/odex25_ensan/odex_empowerment/controllers/controllers.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -from odoo import http - -# class Empowerment(http.Controller): -# @http.route('/empowerment/empowerment/', auth='public') -# def index(self, **kw): -# return "Hello, world" - -# @http.route('/empowerment/empowerment/objects/', auth='public') -# def list(self, **kw): -# return http.request.render('empowerment.listing', { -# 'root': '/empowerment/empowerment', -# 'objects': http.request.env['empowerment.empowerment'].search([]), -# }) - -# @http.route('/empowerment/empowerment/objects//', auth='public') -# def object(self, obj, **kw): -# return http.request.render('empowerment.object', { -# 'object': obj -# }) \ No newline at end of file diff --git a/odex25_ensan/odex_empowerment/demo/demo.xml b/odex25_ensan/odex_empowerment/demo/demo.xml deleted file mode 100644 index 3b1eb9391..000000000 --- a/odex25_ensan/odex_empowerment/demo/demo.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/odex25_ensan/odex_empowerment/i18n/ar_001.po b/odex25_ensan/odex_empowerment/i18n/ar_001.po deleted file mode 100644 index e1dd1310c..000000000 --- a/odex25_ensan/odex_empowerment/i18n/ar_001.po +++ /dev/null @@ -1,125 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * odex_empowerment -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 14.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-27 11:43+0000\n" -"PO-Revision-Date: 2024-05-27 11:43+0000\n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests__benefit_id -msgid "Benefit Name" -msgstr "اسم المستفيد" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests__branch_id -msgid "Branch" -msgstr "الفرع" - -#. module: odex_empowerment -#: model:ir.ui.menu,name:odex_empowerment.configuration_menu_root -msgid "Configuration" -msgstr "الإعدادات" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_emp_service_types__create_uid -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests__create_uid -msgid "Created by" -msgstr "أنشئ بواسطة" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_emp_service_types__create_date -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests__create_date -msgid "Created on" -msgstr "تاريخ الإنشاء" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_emp_service_types__display_name -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests__display_name -msgid "Display Name" -msgstr "اسم العرض" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests__employee_id -msgid "Employee Name" -msgstr "اسم الموظف" - -#. module: odex_empowerment -#: model:ir.ui.menu,name:odex_empowerment.empowerment_menu_root -msgid "Empowerment Management" -msgstr "إدارة التمكين" - -#. module: odex_empowerment -#: model:ir.actions.act_window,name:odex_empowerment.empowerment_action_window -#: model:ir.ui.menu,name:odex_empowerment.empowerment_requests_menu -msgid "Empowerment Requests" -msgstr "طلبات التمكين" - -#. module: odex_empowerment -#: model:ir.actions.act_window,name:odex_empowerment.emp_services_action -#: model:ir.ui.menu,name:odex_empowerment.emp_services_menu -msgid "Empowerment Services" -msgstr "خدمات التمكين" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_emp_service_types__id -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests__id -msgid "ID" -msgstr "المعرف" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_emp_service_types____last_update -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests____last_update -msgid "Last Modified on" -msgstr "آخر تعديل في" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_emp_service_types__write_uid -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests__write_uid -msgid "Last Updated by" -msgstr "آخر تحديث بواسطة" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_emp_service_types__write_date -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests__write_date -msgid "Last Updated on" -msgstr "آخر تحديث في" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests__request_date -msgid "Request Date" -msgstr "تاريخ الطلب" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests__name -msgid "Request Number" -msgstr "رقم الطلب" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_emp_service_types__name -msgid "Service Name" -msgstr "اسم الخدمة" - -#. module: odex_empowerment -#: model:ir.model.fields,field_description:odex_empowerment.field_empowerment_requests__service_type -msgid "Service Types" -msgstr "أنواع الخدمة" - -#. module: odex_empowerment -#: model:ir.model,name:odex_empowerment.model_emp_service_types -msgid "emp.service.types" -msgstr "أنواع الخدمة التمكينية" - -#. module: odex_empowerment -#: model:ir.model,name:odex_empowerment.model_empowerment_requests -msgid "empowerment.requests" -msgstr "طلبات التمكين" diff --git a/odex25_ensan/odex_empowerment/models/__init__.py b/odex25_ensan/odex_empowerment/models/__init__.py deleted file mode 100644 index 77c8db0fb..000000000 --- a/odex25_ensan/odex_empowerment/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from . import service_types \ No newline at end of file diff --git a/odex25_ensan/odex_empowerment/models/models.py b/odex25_ensan/odex_empowerment/models/models.py deleted file mode 100644 index d40cb55d6..000000000 --- a/odex25_ensan/odex_empowerment/models/models.py +++ /dev/null @@ -1,13 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models, fields - -class empowerment(models.Model): - _name = 'empowerment.requests' - - name = fields.Char(string='Request Number') - branch_custom_id = fields.Many2one('hr.department', string='Branch') - employee_id = fields.Many2one('hr.employee', string='Employee Name') - benefit_id = fields.Many2one('grant.benefit', string='Benefit Name') - request_date = fields.Datetime('Request Date') - service_type = fields.Many2one('emp.service.types', string='Service Types') \ No newline at end of file diff --git a/odex25_ensan/odex_empowerment/models/service_types.py b/odex25_ensan/odex_empowerment/models/service_types.py deleted file mode 100644 index 645625ab2..000000000 --- a/odex25_ensan/odex_empowerment/models/service_types.py +++ /dev/null @@ -1,8 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models, fields - -class EmpServices(models.Model): - _name = 'emp.service.types' - - name = fields.Char(string='Service Name') \ No newline at end of file diff --git a/odex25_ensan/odex_empowerment/security/ir.model.access.csv b/odex25_ensan/odex_empowerment/security/ir.model.access.csv deleted file mode 100644 index 6ed4a828a..000000000 --- a/odex25_ensan/odex_empowerment/security/ir.model.access.csv +++ /dev/null @@ -1,3 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_empowerment_requests,empowerment.requests,model_empowerment_requests,odex_empowerment.group_empowerment_user,1,1,1,1 -access_emp_service_types,emp.service.types,model_emp_service_types,odex_empowerment.group_empowerment_user,1,1,1,1 \ No newline at end of file diff --git a/odex25_ensan/odex_empowerment/security/security.xml b/odex25_ensan/odex_empowerment/security/security.xml deleted file mode 100644 index bb8f31d8f..000000000 --- a/odex25_ensan/odex_empowerment/security/security.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Empowerment Management - 30 - - - Empowerment User - - - - - Empowerment Manager - - - - - diff --git a/odex25_ensan/odex_empowerment/views/service_types.xml b/odex25_ensan/odex_empowerment/views/service_types.xml deleted file mode 100644 index df43149c0..000000000 --- a/odex25_ensan/odex_empowerment/views/service_types.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - Empowerment Services - emp.service.types - tree,form - - - - - Empowerment Services list - emp.service.types - - - - - - - - - - - - \ No newline at end of file diff --git a/odex25_ensan/odex_empowerment/views/templates.xml b/odex25_ensan/odex_empowerment/views/templates.xml deleted file mode 100644 index ba61acd8c..000000000 --- a/odex25_ensan/odex_empowerment/views/templates.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/odex25_ensan/odex_empowerment/views/views.xml b/odex25_ensan/odex_empowerment/views/views.xml deleted file mode 100644 index 77a705ebe..000000000 --- a/odex25_ensan/odex_empowerment/views/views.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - Empowerment Requests - empowerment.requests - tree,form - - - - - empowerment requests list - empowerment.requests - - - - - - - - - - - - - - - - - - \ No newline at end of file