From 0d87fec0c4c6fb573b1a09076f6d50844d8d0a80 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 19 Aug 2022 11:12:08 +0700 Subject: initial commit --- .gitignore | 0 account_fiscal_year_period/__init__.py | 0 account_fiscal_year_period/__manifest__.py | 0 account_fiscal_year_period/data/account_fiscal_sequence.xml | 0 account_fiscal_year_period/i18n/ar_SY.po | 0 account_fiscal_year_period/models/__init__.py | 0 account_fiscal_year_period/models/account_fiscal_year.py | 0 account_fiscal_year_period/models/models.py | 0 account_fiscal_year_period/security/groups.xml | 0 account_fiscal_year_period/security/ir.model.access.csv | 0 .../static/description/check_to_open_or_close_period.png | Bin .../static/description/close_check.png | Bin .../static/description/define_fiscal_period.png | Bin .../static/description/define_fiscal_year.png | Bin .../static/description/generate_period_by_month.png | Bin account_fiscal_year_period/static/description/group.png | Bin account_fiscal_year_period/static/description/icon.png | Bin account_fiscal_year_period/static/description/index.html | 0 account_fiscal_year_period/static/description/inv.png | Bin account_fiscal_year_period/static/description/menu.png | Bin account_fiscal_year_period/views/fiscal_year.xml | 0 account_fiscal_year_period/views/views.xml | 0 account_reports_xlsx/README.rst | 0 account_reports_xlsx/__init__.py | 0 account_reports_xlsx/__manifest__.py | 0 account_reports_xlsx/controllers/__init__.py | 0 account_reports_xlsx/controllers/main.py | 0 account_reports_xlsx/doc/RELEASE_NOTES.md | 0 account_reports_xlsx/models/__init__.py | 0 account_reports_xlsx/models/account_aged_partner_balance.py | 0 account_reports_xlsx/models/account_financial_report.py | 0 account_reports_xlsx/models/account_general_ledger.py | 0 account_reports_xlsx/models/account_partner_ledger.py | 0 account_reports_xlsx/report/__init__.py | 0 account_reports_xlsx/report/account_aged_partner_balance.py | 0 account_reports_xlsx/security/ir.model.access.csv | 0 account_reports_xlsx/static/description/banner.png | Bin account_reports_xlsx/static/description/icon.png | Bin .../description/images/Accounting Reports in Excel.png | Bin .../static/description/images/account_Report_2.png | Bin .../static/description/images/account_report.png | Bin .../static/description/images/account_report_3.png | Bin .../static/description/images/account_report_6.png | Bin .../static/description/images/account_report_7.png | Bin .../static/description/images/account_report_8.png | Bin .../static/description/images/account_report_9.png | Bin .../static/description/images/accounting-report.gif | Bin .../static/description/images/accounting_report_4.png | Bin .../static/description/images/accounting_report_5.png | Bin .../static/description/images/bank_book.png | Bin account_reports_xlsx/static/description/images/banner.png | Bin .../static/description/images/cash_book.jpeg | Bin account_reports_xlsx/static/description/images/checked.png | Bin account_reports_xlsx/static/description/images/cybrosys.png | Bin .../static/description/images/day_book_report.png | Bin .../static/description/images/dynamic_financial_report.png | Bin .../static/description/images/full_accounting_kit.gif | Bin .../static/description/images/project_report.png | Bin account_reports_xlsx/static/description/index.html | 0 account_reports_xlsx/static/src/js/action_manager.js | 0 .../views/account_financial_report_data.xml | 0 account_reports_xlsx/views/action_manager.xml | 0 account_reports_xlsx/views/financial_report_wizard_view.xml | 0 account_reports_xlsx/views/financial_report_xls_view.xml | 0 account_reports_xlsx/views/general_ledger_report_view.xml | 0 .../views/general_ledger_report_wizard_view.xml | 0 account_reports_xlsx/views/partner_ledgerreport.xml | 0 account_reports_xlsx/views/report.xml | 0 account_reports_xlsx/views/report_agedpartnerbalance.xml | 0 account_reports_xlsx/views/supplier_aging_report_view.xml | 0 account_reports_xlsx/wizard/__init__.py | 0 account_reports_xlsx/wizard/account_financial_report.py | 0 .../wizard/account_financial_report_view.xml | 0 .../wizard/account_report_aged_partner_balance.py | 0 .../wizard/account_report_aged_partner_balance_view.xml | 0 account_reports_xlsx/wizard/account_report_financial.py | 0 .../wizard/account_report_general_ledger.py | 0 .../wizard/account_report_general_ledger_view.xml | 0 .../wizard/account_report_partner_ledger.py | 0 account_reports_xlsx/wizard/partner_ledger_wizard_view.xml | 0 backend_theme_v14/LICENSE.txt | 0 backend_theme_v14/__init__.py | 0 backend_theme_v14/__manifest__.py | 0 backend_theme_v14/controllers/__init__.py | 0 backend_theme_v14/controllers/main.py | 0 backend_theme_v14/images/screen.png | Bin backend_theme_v14/models/__init__.py | 0 backend_theme_v14/models/res_company.py | 0 backend_theme_v14/models/res_users.py | 0 backend_theme_v14/static/description/icon.png | Bin backend_theme_v14/static/description/index.html | 0 backend_theme_v14/static/description/screenshot1.png | Bin backend_theme_v14/static/description/screenshot2.png | Bin backend_theme_v14/static/src/font/Roboto-Regular.ttf | Bin backend_theme_v14/static/src/img/checked.svg | 0 backend_theme_v14/static/src/img/material-background.png | Bin backend_theme_v14/static/src/js/sidebar-toggle.js | 0 backend_theme_v14/static/src/js/sidebar.js | 0 backend_theme_v14/static/src/scss/colors.scss | 0 backend_theme_v14/static/src/scss/sidebar.scss | 0 backend_theme_v14/static/src/scss/style.scss | 0 backend_theme_v14/views/assets.xml | 0 backend_theme_v14/views/res_company_view.xml | 0 backend_theme_v14/views/sidebar.xml | 0 backend_theme_v14/views/users.xml | 0 base_account_budget/README.rst | 0 base_account_budget/__init__.py | 0 base_account_budget/__manifest__.py | 0 base_account_budget/doc/RELEASE_NOTES.md | 0 base_account_budget/models/__init__.py | 0 base_account_budget/models/account_analytic_account.py | 0 base_account_budget/models/account_budget.py | 0 base_account_budget/security/account_budget_security.xml | 0 base_account_budget/security/ir.model.access.csv | 0 .../static/description/assets/icons/check.png | Bin .../static/description/assets/icons/chevron.png | Bin .../static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin .../static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../static/description/assets/icons/hotel-black.png | Bin .../static/description/assets/icons/license.png | Bin .../static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pos-black.png | Bin .../static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin .../static/description/assets/icons/training.png | Bin .../static/description/assets/icons/update.png | Bin .../static/description/assets/icons/user.png | Bin .../static/description/assets/icons/wrench.png | Bin .../static/description/assets/modules/approval_image.png | Bin .../static/description/assets/modules/dynamic_image.png | Bin .../static/description/assets/modules/list_view_image.png | Bin .../description/assets/modules/multiple_ref_image.png | Bin .../static/description/assets/modules/print_image.png | Bin .../description/assets/modules/product_return_image.png | Bin .../assets/screenshots/base_account_budget-1.png | Bin .../assets/screenshots/base_account_budget-2.png | Bin .../assets/screenshots/base_account_budget-3.png | Bin .../assets/screenshots/base_account_budget-4.png | Bin .../static/description/assets/screenshots/hero.png | Bin base_account_budget/static/description/banner.png | Bin base_account_budget/static/description/banner_old.png | Bin base_account_budget/static/description/cybro_logo.png | Bin base_account_budget/static/description/icon.png | Bin base_account_budget/static/description/index.html | 0 .../views/account_analytic_account_views.xml | 0 base_account_budget/views/account_budget_views.xml | 0 base_accounting_kit/README.rst | 0 base_accounting_kit/__init__.py | 0 base_accounting_kit/__manifest__.py | 0 base_accounting_kit/data/account_asset_data.xml | 0 base_accounting_kit/data/account_financial_report_data.xml | 0 base_accounting_kit/data/account_pdc_data.xml | 0 base_accounting_kit/data/cash_flow_data.xml | 0 base_accounting_kit/data/followup_levels.xml | 0 base_accounting_kit/data/multiple_invoice_data.xml | 0 base_accounting_kit/data/recurring_entry_cron.xml | 0 base_accounting_kit/doc/changelog.md | 0 base_accounting_kit/i18n/ar_001.po | 0 base_accounting_kit/i18n/de_CH.po | 0 base_accounting_kit/i18n/es_AR.po | 0 base_accounting_kit/i18n/fr_BE.po | 0 base_accounting_kit/i18n/uk_UA.po | 0 base_accounting_kit/i18n/zh_HK.po | 0 base_accounting_kit/models/__init__.py | 0 base_accounting_kit/models/account_account.py | 0 base_accounting_kit/models/account_asset.py | 0 base_accounting_kit/models/account_dashboard.py | 0 base_accounting_kit/models/account_followup.py | 0 base_accounting_kit/models/account_journal.py | 0 base_accounting_kit/models/account_move.py | 0 base_accounting_kit/models/account_payment.py | 0 base_accounting_kit/models/credit_limit.py | 0 base_accounting_kit/models/multiple_invoice.py | 0 base_accounting_kit/models/multiple_invoice_layout.py | 0 base_accounting_kit/models/payment_matching.py | 0 base_accounting_kit/models/product_template.py | 0 base_accounting_kit/models/recurring_payments.py | 0 base_accounting_kit/models/res_config_settings.py | 0 base_accounting_kit/models/res_partner.py | 0 base_accounting_kit/report/__init__.py | 0 base_accounting_kit/report/account_asset_report.py | 0 base_accounting_kit/report/account_asset_report_views.xml | 0 base_accounting_kit/report/account_bank_book.py | 0 base_accounting_kit/report/account_bank_book_view.xml | 0 base_accounting_kit/report/account_cash_book.py | 0 base_accounting_kit/report/account_cash_book_view.xml | 0 base_accounting_kit/report/account_day_book.py | 0 base_accounting_kit/report/account_day_book_view.xml | 0 base_accounting_kit/report/account_report_common_account.py | 0 base_accounting_kit/report/cash_flow_report.py | 0 base_accounting_kit/report/cash_flow_report.xml | 0 base_accounting_kit/report/general_ledger_report.py | 0 base_accounting_kit/report/general_ledger_report.xml | 0 base_accounting_kit/report/multiple_invoice_layouts.xml | 0 base_accounting_kit/report/multiple_invoice_report.py | 0 base_accounting_kit/report/multiple_invoice_report.xml | 0 base_accounting_kit/report/report.xml | 0 base_accounting_kit/report/report_aged_partner.py | 0 base_accounting_kit/report/report_aged_partner.xml | 0 base_accounting_kit/report/report_financial.py | 0 base_accounting_kit/report/report_financial.xml | 0 base_accounting_kit/report/report_journal_audit.py | 0 base_accounting_kit/report/report_journal_audit.xml | 0 base_accounting_kit/report/report_partner_ledger.py | 0 base_accounting_kit/report/report_partner_ledger.xml | 0 base_accounting_kit/report/report_tax.py | 0 base_accounting_kit/report/report_tax.xml | 0 base_accounting_kit/report/report_trial_balance.py | 0 base_accounting_kit/report/report_trial_balance.xml | 0 base_accounting_kit/security/ir.model.access.csv | 0 base_accounting_kit/security/security.xml | 0 .../static/description/assets/icons/chevron.png | Bin .../static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin .../static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../static/description/assets/icons/hotel-black.png | Bin .../static/description/assets/icons/license.png | Bin .../static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pos-black.png | Bin .../static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin .../static/description/assets/icons/training.png | Bin .../static/description/assets/icons/update.png | Bin .../static/description/assets/icons/user.png | Bin .../static/description/assets/icons/wrench.png | Bin base_accounting_kit/static/description/banner.gif | Bin base_accounting_kit/static/description/banner2.gif | Bin base_accounting_kit/static/description/banner_feb.gif | Bin base_accounting_kit/static/description/banner_old.gif | Bin base_accounting_kit/static/description/bannerold.gif | Bin base_accounting_kit/static/description/cybro_logo.png | Bin base_accounting_kit/static/description/icon.png | Bin .../static/description/images/accounting-dashboard.png | Bin base_accounting_kit/static/description/images/arabic.png | Bin .../static/description/images/auto_payroll_banner.png | Bin .../static/description/images/blue-pattern.png | Bin .../static/description/images/bud_banner.png | Bin base_accounting_kit/static/description/images/dashboard.png | Bin base_accounting_kit/static/description/images/espanol.png | Bin .../static/description/images/green-right-pattern.png | Bin base_accounting_kit/static/description/images/hero.png | Bin .../static/description/images/hr_acc_cc_banner.png | Bin .../static/description/images/icons/ecom.png | Bin .../static/description/images/icons/education.png | Bin .../static/description/images/icons/hotel.png | Bin .../static/description/images/icons/manufacturing.png | Bin base_accounting_kit/static/description/images/icons/pos.png | Bin .../static/description/images/icons/restaurant.png | Bin .../static/description/images/icons/service.png | Bin .../static/description/images/icons/trading.png | Bin .../static/description/images/icons/update.png | Bin base_accounting_kit/static/description/images/logo.png | Bin .../description/images/mobile_service_shop_pro_banner.png | Bin .../static/description/images/o_hrms_banner.gif | Bin base_accounting_kit/static/description/images/overview.jpg | Bin .../static/description/images/payroll_banner.gif | Bin .../static/description/images/recurring-templates.png | Bin .../static/description/images/red-pattern.png | Bin .../static/description/images/register-customer.png | Bin base_accounting_kit/static/description/images/report-1.png | Bin base_accounting_kit/static/description/images/report-10.png | Bin base_accounting_kit/static/description/images/report-2.png | Bin base_accounting_kit/static/description/images/report-3.png | Bin base_accounting_kit/static/description/images/report-4.png | Bin base_accounting_kit/static/description/images/report-5.png | Bin base_accounting_kit/static/description/images/report-6.png | Bin base_accounting_kit/static/description/images/report-7.png | Bin base_accounting_kit/static/description/images/report-8.png | Bin base_accounting_kit/static/description/images/report-9.png | Bin .../images/screenshots/base_accounting_kit-11.png | Bin .../images/screenshots/base_accounting_kit-18.png | Bin .../images/screenshots/base_accounting_kit-21.png | Bin .../images/screenshots/base_accounting_kit-24.png | Bin .../images/screenshots/base_accounting_kit-25.png | Bin .../images/screenshots/base_accounting_kit-3.png | Bin .../images/screenshots/base_accounting_kit-4.png | Bin .../images/screenshots/base_accounting_kit-43.png | Bin .../images/screenshots/base_accounting_kit-5.png | Bin .../static/description/images/screenshots/screenshot1.png | Bin .../screenshots/screenshot10-can combine to one image_1.png | Bin .../screenshots/screenshot10-can combine to one image_2.png | Bin .../screenshots/screenshot10-can combine to one image_3.png | Bin .../screenshots/screenshot10-can combine to one image_4.png | Bin .../screenshots/screenshot10-can combine to one image_5.png | Bin .../static/description/images/screenshots/screenshot11.png | Bin .../images/screenshots/screenshot1_dasboard_arabic.png | Bin .../images/screenshots/screenshot1_dashboard_spanish.png | Bin .../static/description/images/screenshots/screenshot2.png | Bin .../static/description/images/screenshots/screenshot3.png | Bin .../static/description/images/screenshots/screenshot4.png | Bin .../static/description/images/screenshots/screenshot5.png | Bin .../static/description/images/screenshots/screenshot6.png | Bin .../screenshots/screenshot7-can combine to one image_1.png | Bin .../screenshots/screenshot7-can combine to one image_2.png | Bin .../screenshots/screenshot7-can combine to one image_3.png | Bin .../screenshots/screenshot7-can combine to one image_4.png | Bin .../static/description/images/screenshots/screenshot8.png | Bin .../static/description/images/screenshots/screenshot9.png | Bin .../static/description/images/swiss-flag.png | Bin base_accounting_kit/static/description/images/trophy.png | Bin .../static/description/images/yellow-pattern.png | Bin base_accounting_kit/static/description/index.html | 0 base_accounting_kit/static/lib/Chart.bundle.js | 0 base_accounting_kit/static/lib/Chart.bundle.min.js | 0 base_accounting_kit/static/lib/Chart.css | 0 base_accounting_kit/static/lib/Chart.js | 0 base_accounting_kit/static/lib/Chart.min.css | 0 base_accounting_kit/static/lib/Chart.min.js | 0 .../static/lib/bootstrap-toggle-master/Gruntfile.js | 0 .../static/lib/bootstrap-toggle-master/LICENSE | 0 .../static/lib/bootstrap-toggle-master/README.md | 0 .../static/lib/bootstrap-toggle-master/_gitignore | 0 .../static/lib/bootstrap-toggle-master/bower.json | 0 .../lib/bootstrap-toggle-master/css/bootstrap-toggle.css | 0 .../bootstrap-toggle-master/css/bootstrap-toggle.min.css | 0 .../lib/bootstrap-toggle-master/css/bootstrap2-toggle.css | 0 .../bootstrap-toggle-master/css/bootstrap2-toggle.min.css | 0 .../static/lib/bootstrap-toggle-master/doc/header.png | Bin .../static/lib/bootstrap-toggle-master/doc/nyt.png | Bin .../static/lib/bootstrap-toggle-master/doc/nytdev.svg | 0 .../static/lib/bootstrap-toggle-master/doc/script.js | 0 .../static/lib/bootstrap-toggle-master/doc/stylesheet.css | 0 .../static/lib/bootstrap-toggle-master/index.html | 0 .../lib/bootstrap-toggle-master/js/bootstrap-toggle.js | 0 .../lib/bootstrap-toggle-master/js/bootstrap-toggle.min.js | 0 .../bootstrap-toggle-master/js/bootstrap-toggle.min.js.map | 0 .../lib/bootstrap-toggle-master/js/bootstrap2-toggle.js | 0 .../lib/bootstrap-toggle-master/js/bootstrap2-toggle.min.js | 0 .../bootstrap-toggle-master/js/bootstrap2-toggle.min.js.map | 0 .../static/lib/bootstrap-toggle-master/package.json | 0 base_accounting_kit/static/lib/chartist.min.css | 0 base_accounting_kit/static/lib/chartist.min.js | 0 .../static/lib/font-awesome-animation.min.css | 0 base_accounting_kit/static/lib/font-awesome.min.css | 0 base_accounting_kit/static/lib/fusioncharts.charts.js | 0 .../static/lib/fusioncharts.jqueryplugin.min.js | 0 base_accounting_kit/static/lib/fusioncharts.js | 0 base_accounting_kit/static/lib/fusioncharts.theme.fusion.js | 0 base_accounting_kit/static/lib/jquery-3.3.1.min.js | 0 base_accounting_kit/static/src/js/account_asset.js | 0 base_accounting_kit/static/src/js/account_dashboard.js | 0 base_accounting_kit/static/src/js/payment_matching.js | 0 base_accounting_kit/static/src/js/payment_model.js | 0 base_accounting_kit/static/src/js/payment_render.js | 0 base_accounting_kit/static/src/scss/account_asset.scss | 0 base_accounting_kit/static/src/scss/style.scss | 0 base_accounting_kit/static/src/xml/payment_matching.xml | 0 base_accounting_kit/static/src/xml/template.xml | 0 base_accounting_kit/views/account_asset_templates.xml | 0 base_accounting_kit/views/account_asset_views.xml | 0 base_accounting_kit/views/account_configuration.xml | 0 base_accounting_kit/views/account_followup.xml | 0 base_accounting_kit/views/account_group.xml | 0 base_accounting_kit/views/account_move_views.xml | 0 base_accounting_kit/views/account_payment_view.xml | 0 base_accounting_kit/views/accounting_menu.xml | 0 base_accounting_kit/views/assets.xml | 0 base_accounting_kit/views/credit_limit_view.xml | 0 base_accounting_kit/views/dashboard_views.xml | 0 base_accounting_kit/views/followup_report.xml | 0 base_accounting_kit/views/multiple_invoice_form.xml | 0 base_accounting_kit/views/multiple_invoice_layout_view.xml | 0 base_accounting_kit/views/payment_matching.xml | 0 base_accounting_kit/views/product_template_views.xml | 0 base_accounting_kit/views/product_views.xml | 0 base_accounting_kit/views/recurring_payments_view.xml | 0 base_accounting_kit/views/reports_config_view.xml | 0 base_accounting_kit/views/res_config_view.xml | 0 base_accounting_kit/wizard/__init__.py | 0 base_accounting_kit/wizard/account_bank_book_wizard.py | 0 .../wizard/account_bank_book_wizard_view.xml | 0 base_accounting_kit/wizard/account_cash_book_wizard.py | 0 .../wizard/account_cash_book_wizard_view.xml | 0 base_accounting_kit/wizard/account_day_book_wizard.py | 0 base_accounting_kit/wizard/account_day_book_wizard_view.xml | 0 base_accounting_kit/wizard/account_lock_date.py | 0 base_accounting_kit/wizard/account_lock_date.xml | 0 base_accounting_kit/wizard/account_report_common_partner.py | 0 base_accounting_kit/wizard/aged_partner.py | 0 base_accounting_kit/wizard/aged_partner.xml | 0 .../wizard/asset_depreciation_confirmation_wizard.py | 0 .../wizard/asset_depreciation_confirmation_wizard_views.xml | 0 base_accounting_kit/wizard/asset_modify.py | 0 base_accounting_kit/wizard/asset_modify_views.xml | 0 base_accounting_kit/wizard/cash_flow_report.py | 0 base_accounting_kit/wizard/cash_flow_report.xml | 0 base_accounting_kit/wizard/financial_report.py | 0 base_accounting_kit/wizard/financial_report.xml | 0 base_accounting_kit/wizard/general_ledger.py | 0 base_accounting_kit/wizard/general_ledger.xml | 0 base_accounting_kit/wizard/journal_audit.py | 0 base_accounting_kit/wizard/journal_audit.xml | 0 base_accounting_kit/wizard/partner_ledger.py | 0 base_accounting_kit/wizard/partner_ledger.xml | 0 base_accounting_kit/wizard/tax_report.py | 0 base_accounting_kit/wizard/tax_report.xml | 0 base_accounting_kit/wizard/trial_balance.py | 0 base_accounting_kit/wizard/trial_balance.xml | 0 code_backend_theme/README.rst | 0 code_backend_theme/__init__.py | 0 code_backend_theme/__manifest__.py | 0 code_backend_theme/assets/assets.xml | 0 code_backend_theme/doc/RELEASE_NOTES.md | 0 code_backend_theme/hooks.py | 0 .../static/description/assets/all_screens.png | Bin code_backend_theme/static/description/assets/hero.png | Bin .../static/description/assets/icons/._.DS_Store | Bin .../static/description/assets/icons/._cogs.png | Bin .../static/description/assets/icons/._consultation.png | Bin .../static/description/assets/icons/._ecom-black.png | Bin .../static/description/assets/icons/._education-black.png | Bin .../static/description/assets/icons/._hotel-black.png | Bin .../static/description/assets/icons/._license.png | Bin .../static/description/assets/icons/._lifebuoy.png | Bin .../description/assets/icons/._manufacturing-black.png | Bin .../static/description/assets/icons/._pos-black.png | Bin .../static/description/assets/icons/._puzzle.png | Bin .../static/description/assets/icons/._restaurant-black.png | Bin .../static/description/assets/icons/._service-black.png | Bin .../static/description/assets/icons/._trading-black.png | Bin .../static/description/assets/icons/._training.png | Bin .../static/description/assets/icons/._update.png | Bin .../static/description/assets/icons/._user.png | Bin .../static/description/assets/icons/._wrench.png | Bin .../static/description/assets/icons/chevron.png | Bin code_backend_theme/static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin .../static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../description/assets/icons/feature-icons/._lifebuoy.png | Bin .../description/assets/icons/feature-icons/document.png | Bin .../static/description/assets/icons/feature-icons/down.png | Bin .../description/assets/icons/feature-icons/lifebuoy.png | Bin .../static/description/assets/icons/hotel-black.png | Bin .../static/description/assets/icons/license.png | Bin .../static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pos-black.png | Bin .../static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin .../static/description/assets/icons/training.png | Bin .../static/description/assets/icons/update.png | Bin code_backend_theme/static/description/assets/icons/user.png | Bin .../static/description/assets/icons/wrench.png | Bin code_backend_theme/static/description/assets/menu_focus.png | Bin code_backend_theme/static/description/assets/resp-gif.gif | Bin code_backend_theme/static/description/assets/responsive.png | Bin .../static/description/assets/screenshots/alert.png | Bin .../description/assets/screenshots/apps_uninstall.png | Bin .../static/description/assets/screenshots/chatters.png | Bin .../static/description/assets/screenshots/discuss.png | Bin .../static/description/assets/screenshots/form.png | Bin .../static/description/assets/screenshots/form_product.png | Bin .../static/description/assets/screenshots/graph.png | Bin .../static/description/assets/screenshots/group.png | Bin .../static/description/assets/screenshots/invoice.png | Bin .../static/description/assets/screenshots/kanban_empl.png | Bin .../static/description/assets/screenshots/kanban_group.png | Bin .../description/assets/screenshots/kanban_product.png | Bin .../description/assets/screenshots/kanban_recruits.png | Bin .../static/description/assets/screenshots/kanban_sale.png | Bin .../static/description/assets/screenshots/kiosk.png | Bin .../static/description/assets/screenshots/list_purchase.png | Bin .../static/description/assets/screenshots/list_sales.png | Bin .../static/description/assets/screenshots/login.png | Bin .../static/description/assets/screenshots/modal.png | Bin .../static/description/assets/screenshots/settings.png | Bin .../static/description/assets/screenshots/sidebar-gif.gif | Bin .../static/description/assets/screenshots/sidebar_list.png | Bin .../description/assets/screenshots/sidebar_settings.png | Bin .../static/description/assets/screenshots/tab.png | Bin code_backend_theme/static/description/banner.png | Bin code_backend_theme/static/description/icon.png | Bin code_backend_theme/static/description/index.html | 0 code_backend_theme/static/description/theme_screenshot.png | Bin code_backend_theme/static/src/img/code_logo.png | Bin code_backend_theme/static/src/img/icons/Attendances.png | Bin code_backend_theme/static/src/img/icons/CRM.png | Bin code_backend_theme/static/src/img/icons/Calendar.png | Bin code_backend_theme/static/src/img/icons/Contacts.png | Bin code_backend_theme/static/src/img/icons/Dashboards.png | Bin code_backend_theme/static/src/img/icons/Email Marketing.png | Bin code_backend_theme/static/src/img/icons/Employees.png | Bin code_backend_theme/static/src/img/icons/Events.png | Bin code_backend_theme/static/src/img/icons/Expenses.png | Bin code_backend_theme/static/src/img/icons/Fleet.png | Bin code_backend_theme/static/src/img/icons/Inventory.png | Bin code_backend_theme/static/src/img/icons/Invoicing.png | Bin code_backend_theme/static/src/img/icons/Link Tracker.png | Bin code_backend_theme/static/src/img/icons/Live Chat.png | Bin code_backend_theme/static/src/img/icons/Lunch.png | Bin code_backend_theme/static/src/img/icons/Maintenance.png | Bin code_backend_theme/static/src/img/icons/Manufacturing.png | Bin code_backend_theme/static/src/img/icons/Members.png | Bin code_backend_theme/static/src/img/icons/Note.png | Bin code_backend_theme/static/src/img/icons/Point of Sale.png | Bin code_backend_theme/static/src/img/icons/Project.png | Bin code_backend_theme/static/src/img/icons/Purchase.png | Bin code_backend_theme/static/src/img/icons/Recruitment.png | Bin code_backend_theme/static/src/img/icons/Repairs.png | Bin code_backend_theme/static/src/img/icons/SMS Marketing.png | Bin code_backend_theme/static/src/img/icons/Sales.png | Bin code_backend_theme/static/src/img/icons/Surveys.png | Bin code_backend_theme/static/src/img/icons/Time Off.png | Bin code_backend_theme/static/src/img/icons/Timesheets.png | Bin code_backend_theme/static/src/img/icons/Website.png | Bin code_backend_theme/static/src/img/icons/apps.png | Bin code_backend_theme/static/src/img/icons/close.png | Bin code_backend_theme/static/src/img/icons/discuss.png | Bin code_backend_theme/static/src/img/icons/eLearning.png | Bin code_backend_theme/static/src/img/icons/settings.png | Bin code_backend_theme/static/src/js/chrome/sidebar.js | 0 code_backend_theme/static/src/js/chrome/sidebar_menu.js | 0 code_backend_theme/static/src/js/fields/basic_fields.js | 0 code_backend_theme/static/src/js/fields/graph.js | 0 code_backend_theme/static/src/scss/datetimepicker.scss | 0 code_backend_theme/static/src/scss/login.scss | 0 code_backend_theme/static/src/scss/navigation_bar.scss | 0 code_backend_theme/static/src/scss/sidebar.scss | 0 code_backend_theme/static/src/scss/theme.scss | 0 code_backend_theme/static/src/scss/theme_accent.scss | 0 code_backend_theme/static/src/xml/sidebar.xml | 0 code_backend_theme/static/src/xml/styles.xml | 0 code_backend_theme/static/src/xml/top_bar.xml | 0 code_backend_theme/views/icons.xml | 0 code_backend_theme/views/layout.xml | 0 custom_indoteknik/__init__.py | 0 custom_indoteknik/__manifest__.py | 0 custom_indoteknik/models/__init__.py | 0 custom_indoteknik/models/account_move.py | 0 custom_indoteknik/models/account_period.py | 0 custom_indoteknik/models/export_product.py | 0 custom_indoteknik/models/manufacture.py | 0 custom_indoteknik/models/sale.py | 0 custom_indoteknik/security/ir.model.access.csv | 0 custom_indoteknik/static/description/icon.png | Bin custom_indoteknik/views/account_move_view.xml | 0 custom_indoteknik/views/account_period_view.xml | 0 custom_indoteknik/views/export_product_view.xml | 0 custom_indoteknik/views/manufacture_view.xml | 0 custom_indoteknik/views/menu_items.xml | 0 custom_indoteknik/views/purchase_view.xml | 0 custom_indoteknik/wizard/__init__.py | 0 dynamic_accounts_report/README.rst | 0 dynamic_accounts_report/__init__.py | 0 dynamic_accounts_report/__manifest__.py | 0 dynamic_accounts_report/controllers/__init__.py | 0 dynamic_accounts_report/controllers/controllers.py | 0 dynamic_accounts_report/doc/RELEASE_NOTES.md | 0 dynamic_accounts_report/report/__init__.py | 0 dynamic_accounts_report/report/ageing.py | 0 dynamic_accounts_report/report/ageing.xml | 0 dynamic_accounts_report/report/cash_flow_report.py | 0 dynamic_accounts_report/report/cash_flow_report.xml | 0 dynamic_accounts_report/report/daybook.py | 0 dynamic_accounts_report/report/daybook.xml | 0 .../report/financial_report_template.xml | 0 dynamic_accounts_report/report/financial_reports.py | 0 dynamic_accounts_report/report/general_ledger.py | 0 dynamic_accounts_report/report/general_ledger.xml | 0 dynamic_accounts_report/report/partner_ledger.py | 0 dynamic_accounts_report/report/partner_ledger.xml | 0 dynamic_accounts_report/report/trial_balance.py | 0 dynamic_accounts_report/report/trial_balance.xml | 0 dynamic_accounts_report/security/ir.model.access.csv | 0 .../static/description/assets/._.DS_Store | Bin .../static/description/assets/hero-alt.gif | Bin dynamic_accounts_report/static/description/assets/hero.gif | Bin dynamic_accounts_report/static/description/assets/hero.png | Bin .../static/description/assets/icons/._.DS_Store | Bin .../static/description/assets/icons/._cogs.png | Bin .../static/description/assets/icons/._consultation.png | Bin .../static/description/assets/icons/._ecom-black.png | Bin .../static/description/assets/icons/._education-black.png | Bin .../static/description/assets/icons/._hotel-black.png | Bin .../static/description/assets/icons/._license.png | Bin .../static/description/assets/icons/._lifebuoy.png | Bin .../description/assets/icons/._manufacturing-black.png | Bin .../static/description/assets/icons/._pos-black.png | Bin .../static/description/assets/icons/._puzzle.png | Bin .../static/description/assets/icons/._restaurant-black.png | Bin .../static/description/assets/icons/._service-black.png | Bin .../static/description/assets/icons/._trading-black.png | Bin .../static/description/assets/icons/._training.png | Bin .../static/description/assets/icons/._update.png | Bin .../static/description/assets/icons/._user.png | Bin .../static/description/assets/icons/._wrench.png | Bin .../static/description/assets/icons/14.png | Bin .../static/description/assets/icons/chevron.png | Bin .../static/description/assets/icons/cogs-plump.png | Bin .../static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin .../static/description/assets/icons/down.png | Bin .../static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../description/assets/icons/feature-icons/._lifebuoy.png | Bin .../description/assets/icons/feature-icons/document.png | Bin .../static/description/assets/icons/feature-icons/down.png | Bin .../description/assets/icons/feature-icons/lifebuoy.png | Bin .../static/description/assets/icons/filter.png | Bin .../static/description/assets/icons/hotel-black.png | Bin .../static/description/assets/icons/journal.png | Bin .../static/description/assets/icons/license.png | Bin .../static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pdf-xls.png | Bin .../static/description/assets/icons/pos-black.png | Bin .../static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin .../static/description/assets/icons/training.png | Bin .../static/description/assets/icons/update.png | Bin .../static/description/assets/icons/user.png | Bin .../static/description/assets/icons/wrench.png | Bin .../static/description/assets/modules/barcode_scanning.png | Bin .../description/assets/modules/barcode_scanning_support.png | Bin .../description/assets/modules/dynamic_financial_report.jpg | Bin .../static/description/assets/modules/invoice.jpg | Bin .../static/description/assets/modules/sale_discount.png | Bin .../static/description/assets/modules/support_package.jpg | Bin .../description/assets/modules/whatsapp-mail-messaging.jpg | Bin .../assets/screenshots/01_balance-sheet-report-1.png | Bin .../assets/screenshots/02_balance-sheet-report -2-PDF.png | Bin .../assets/screenshots/03_balance-sheet-report-3-xlsx.png | Bin .../04_balance-sheet-report-4-View-General-Ledger.png | Bin .../05_balance-sheet report -5-View-source -move.png | Bin .../assets/screenshots/06_bankbook-drill-down-1.png | Bin .../description/assets/screenshots/07_bank-book-pdf -2.png | Bin .../description/assets/screenshots/08_bank-book-xlsx-3.png | Bin .../assets/screenshots/09_filter-applied-in-bank-book.png | Bin .../assets/screenshots/10_cash-book-drill-down.png | Bin .../assets/screenshots/11_journal-entry-from-cash-book.png | Bin .../screenshots/12_cash-flow-statement-detailed-view.png | Bin .../assets/screenshots/13_detailed-pdf-report.png | Bin .../assets/screenshots/14_detailed-xlsx-report.png | Bin .../screenshots/15_various-report-levels-in-cash-flow.png | Bin .../description/assets/screenshots/16_daybook-drilldown.png | Bin .../assets/screenshots/17_journal-entry-from-daybook.png | Bin .../assets/screenshots/18_general_ledger_drilldown.png | Bin .../assets/screenshots/19_general_ledger_report.png | Bin .../assets/screenshots/20_partner-ageing-drill-down.png | Bin ...rtner-ageing-with-filters-and-report-printing-option.png | Bin .../assets/screenshots/22_partner-ledger-drill-down.png | Bin ...rtner-ledger-with-filters-and-report-printing-option.png | Bin ...-loss-report-with-filters-and-report-printing-option.png | Bin .../25_journal-entry-view-from-general-ledger-wizard.png | Bin ...ral-ledger-wizard-with-drill-down-in-profit-and-loss.png | Bin ...e-move-from-general-ledger-wizard-in-profit-and-loss.png | Bin ...alance-report-with-filters-and-report-viewing-option.png | Bin ...-wizard-with-drill-down- and-view-source-move-option.png | Bin .../assets/screenshots/30_Dynamic-Reports-Menu.png | Bin .../screenshots/31_Financial-Report-Configuration-1.png | Bin .../screenshots/32_Financial-Report-Configuration-2.png | Bin .../assets/screenshots/ageing filters applied.png | Bin .../description/assets/screenshots/ageing pdf report.png | Bin .../description/assets/screenshots/ageing source move.png | Bin .../description/assets/screenshots/ageing xlsx report.png | Bin .../assets/screenshots/balance sheet pdf report.png | Bin .../description/assets/screenshots/balance sheet report.png | Bin .../assets/screenshots/balance sheet xlsx report.png | Bin .../assets/screenshots/bank book journal entry.png | Bin .../static/description/assets/screenshots/bank book pdf.png | Bin ...k book report with filters and report viewing option.png | Bin .../description/assets/screenshots/bank book xlsx.png | Bin .../description/assets/screenshots/bankbook drill down.png | Bin .../description/assets/screenshots/cash book drill down.png | Bin .../static/description/assets/screenshots/cash book pdf.png | Bin .../description/assets/screenshots/cash book xlsx.png | Bin .../screenshots/cash flow statement detailed view.png | Bin .../assets/screenshots/cash flow statement summary.png | Bin ...ow statement with filters and report printing option.png | Bin .../assets/screenshots/cash flow very deatiled xlsx.png | Bin ...hbook report with filters and report printing option.png | Bin .../assets/screenshots/configurable financial reports.png | Bin .../assets/screenshots/consolidated cash flow statement.png | Bin .../description/assets/screenshots/daybook drilldown.png | Bin .../description/assets/screenshots/daybook pdf report.png | Bin .../description/assets/screenshots/daybook report.png | Bin .../static/description/assets/screenshots/daybook xlsx.png | Bin .../description/assets/screenshots/detailed pdf report.png | Bin .../assets/screenshots/drill down option in cash flow.png | Bin .../assets/screenshots/drilldown in partner ageing.png | Bin .../assets/screenshots/filter applied in balance sheet.png | Bin .../assets/screenshots/filter applied in bank book.png | Bin .../assets/screenshots/filter applied in cash book.png | Bin .../assets/screenshots/filters applied in cash flow.png | Bin .../assets/screenshots/filters applied in daybook.png | Bin .../screenshots/filters applied in partner ledger.png | Bin .../assets/screenshots/filters applied in trial balance.png | Bin .../assets/screenshots/financial report configuration.png | Bin ...r wizard with drill down and view source move option.png | Bin ...ral ledger wizard with drill down in profit and loss.png | Bin ...l ledger wizard with view source move and drill down.png | Bin .../assets/screenshots/general_ledger_drilldown.png | Bin .../assets/screenshots/general_ledger_filters_applied.png | Bin .../assets/screenshots/general_ledger_journal_entry.png | Bin .../assets/screenshots/general_ledger_pdf_report.png | Bin .../assets/screenshots/general_ledger_report.png | Bin .../description/assets/screenshots/general_ledger_view.png | Bin .../assets/screenshots/general_ledger_view_source_move.png | Bin .../assets/screenshots/general_ledger_xlsx_report.png | Bin .../static/description/assets/screenshots/image.png | Bin .../assets/screenshots/journal entry from cash book.png | Bin .../assets/screenshots/journal entry from daybook.png | Bin .../screenshots/journal entry from partner ageing.png | Bin .../assets/screenshots/journal entry from trial balance.png | Bin ...rtner ageing with filters and report printing option.png | Bin .../assets/screenshots/partner ledger drill down.png | Bin .../assets/screenshots/partner ledger journal entry.png | Bin .../assets/screenshots/partner ledger pdf report.png | Bin ...rtner ledger with filters and report printing option.png | Bin .../description/assets/screenshots/partner ledger xlsx.png | Bin .../screenshots/profit and loss filtes applied view.png | Bin .../assets/screenshots/profit and loss pdf report.png | Bin ...d loss reort with filters and report printing option.png | Bin .../assets/screenshots/profit and loss xlsx report.png | Bin .../assets/screenshots/trial balance pdf report.png | Bin ...balance repor with filters and report viewing option.png | Bin .../assets/screenshots/trial balance xlsx report.png | Bin .../screenshots/various report levels in cash flow.png | Bin .../screenshots/view general ledger from balance sheet.png | Bin .../screenshots/view general ledger from trial balance.png | Bin .../screenshots/view general ledger in profit and loss.png | Bin .../screenshots/view journal entry from bank book.png | Bin .../assets/screenshots/view source move from cash book.png | Bin .../assets/screenshots/view source move from daybook.png | Bin ...e move from general ledger wizard in profit and loss.png | Bin .../screenshots/view source move from partner ledger.png | Bin dynamic_accounts_report/static/description/banner.png | Bin dynamic_accounts_report/static/description/cybro_logo.png | Bin dynamic_accounts_report/static/description/icon.png | Bin dynamic_accounts_report/static/description/images/logo.png | Bin dynamic_accounts_report/static/description/index.html | 0 dynamic_accounts_report/static/src/css/report.css | 0 dynamic_accounts_report/static/src/js/action_manager.js | 0 dynamic_accounts_report/static/src/js/ageing.js | 0 dynamic_accounts_report/static/src/js/cash_flow.js | 0 dynamic_accounts_report/static/src/js/daybook.js | 0 dynamic_accounts_report/static/src/js/financial_reports.js | 0 dynamic_accounts_report/static/src/js/general_ledger.js | 0 dynamic_accounts_report/static/src/js/partner_ledger.js | 0 dynamic_accounts_report/static/src/js/trial_balance.js | 0 dynamic_accounts_report/static/src/xml/ageing.xml | 0 dynamic_accounts_report/static/src/xml/cash_flow_view.xml | 0 dynamic_accounts_report/static/src/xml/daybook.xml | 0 .../static/src/xml/financial_reports_view.xml | 0 .../static/src/xml/general_ledger_view.xml | 0 .../static/src/xml/partner_ledger_view.xml | 0 .../static/src/xml/trial_balance_view.xml | 0 dynamic_accounts_report/views/kit_menus.xml | 0 dynamic_accounts_report/views/templates.xml | 0 dynamic_accounts_report/views/views.xml | 0 dynamic_accounts_report/wizard/__init__.py | 0 dynamic_accounts_report/wizard/ageing.py | 0 dynamic_accounts_report/wizard/balance_sheet.py | 0 dynamic_accounts_report/wizard/balance_sheet_config.py | 0 dynamic_accounts_report/wizard/cash_flow.py | 0 dynamic_accounts_report/wizard/daybook.py | 0 dynamic_accounts_report/wizard/general_ledger.py | 0 dynamic_accounts_report/wizard/partner_leadger.py | 0 dynamic_accounts_report/wizard/trial_balance.py | 0 hr_contract_types/__init__.py | 0 hr_contract_types/__manifest__.py | 0 hr_contract_types/data/hr_contract_type_data.xml | 0 hr_contract_types/doc/RELEASE_NOTES.md | 0 hr_contract_types/i18n/ar_001.po | 0 hr_contract_types/models/__init__.py | 0 hr_contract_types/models/contract_type.py | 0 hr_contract_types/security/ir.model.access.csv | 0 hr_contract_types/static/description/banner.png | Bin hr_contract_types/static/description/icon.png | Bin hr_contract_types/static/description/images/1contract.png | Bin hr_contract_types/static/description/images/2contract.png | Bin hr_contract_types/static/description/images/3contract.png | Bin .../static/description/images/banner_lifeline_for_task.jpeg | Bin .../description/images/banner_project_report_xls_pdf.png | Bin .../description/images/banner_project_status_report.png | Bin .../static/description/images/banner_subtask.jpeg | Bin .../description/images/banner_task_deadline_reminder.jpeg | Bin .../static/description/images/banner_task_statusbar.jpeg | Bin hr_contract_types/static/description/images/checked.png | Bin hr_contract_types/static/description/images/contract.png | Bin hr_contract_types/static/description/images/cybrosys.png | Bin hr_contract_types/static/description/index.html | 0 hr_contract_types/views/contract_view.xml | 0 hr_employee_updation/README.md | 0 hr_employee_updation/__init__.py | 0 hr_employee_updation/__manifest__.py | 0 hr_employee_updation/data/data.xml | 0 hr_employee_updation/doc/RELEASE_NOTES.md | 0 hr_employee_updation/i18n/ar_001.po | 0 hr_employee_updation/models/__init__.py | 0 hr_employee_updation/models/hr_contract_days.py | 0 hr_employee_updation/models/hr_employee.py | 0 hr_employee_updation/models/updation_config.py | 0 hr_employee_updation/security/ir.model.access.csv | 0 .../static/description/assets/icons/chevron.png | Bin .../static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin .../static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../static/description/assets/icons/hotel-black.png | Bin .../static/description/assets/icons/license.png | Bin .../static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pos-black.png | Bin .../static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin .../static/description/assets/icons/training.png | Bin .../static/description/assets/icons/update.png | Bin .../static/description/assets/icons/user.png | Bin .../static/description/assets/icons/wrench.png | Bin hr_employee_updation/static/description/banner.png | Bin hr_employee_updation/static/description/icon.png | Bin .../static/description/images/appraisal_image.png | Bin .../static/description/images/bio_image.png | Bin hr_employee_updation/static/description/images/checked.png | Bin .../static/description/images/core_image.gif | Bin hr_employee_updation/static/description/images/hero.png | Bin .../static/description/images/module_image.gif | Bin hr_employee_updation/static/description/images/openhrms.png | Bin .../static/description/images/salary_image.png | Bin .../static/description/images/shift_image.png | Bin .../static/description/images/updation1.png | Bin .../static/description/images/updation2.png | Bin .../static/description/images/updation3.png | Bin hr_employee_updation/static/description/index.html | 0 hr_employee_updation/views/contract_days_view.xml | 0 hr_employee_updation/views/hr_employee_view.xml | 0 hr_employee_updation/views/hr_notification.xml | 0 hr_employee_updation/views/updation_config.xml | 0 hr_organizational_chart/README.rst | 0 hr_organizational_chart/__init__.py | 0 hr_organizational_chart/__manifest__.py | 0 hr_organizational_chart/controller/__init__.py | 0 hr_organizational_chart/controller/main.py | 0 hr_organizational_chart/doc/RELEASE_NOTES.md | 0 hr_organizational_chart/models/__init__.py | 0 hr_organizational_chart/models/models.py | 0 hr_organizational_chart/security/ir.model.access.csv | 0 .../static/description/assets/icons/chevron.png | Bin .../static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin .../static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../static/description/assets/icons/hotel-black.png | Bin .../static/description/assets/icons/license.png | Bin .../static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pos-black.png | Bin .../static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin .../static/description/assets/icons/training.png | Bin .../static/description/assets/icons/update.png | Bin .../static/description/assets/icons/user.png | Bin .../static/description/assets/icons/wrench.png | Bin hr_organizational_chart/static/description/banner.png | Bin hr_organizational_chart/static/description/icon.png | Bin .../static/description/images/bio_image.png | Bin .../static/description/images/chart_expand.png | Bin .../static/description/images/chart_shrink.png | Bin .../static/description/images/chart_view.png | Bin .../static/description/images/checked.png | Bin .../static/description/images/core_image.gif | Bin .../static/description/images/custody_image.png | Bin .../static/description/images/dash_image.gif | Bin hr_organizational_chart/static/description/images/hero.png | Bin .../static/description/images/loan_image.png | Bin .../static/description/images/menu_item_click.png | Bin .../static/description/images/openhrms.png | Bin .../static/description/images/org_chart.gif | Bin .../static/description/images/profile_view.png | Bin .../static/description/images/salary_image.png | Bin hr_organizational_chart/static/description/index.html | 0 hr_organizational_chart/static/js/hr_org_chart.js | 0 hr_organizational_chart/static/js/jquery_hr_orgchart.js | 0 hr_organizational_chart/static/src/css/hr_orgchart.css | 0 hr_organizational_chart/static/src/css/style.css | 0 hr_organizational_chart/static/src/img/default_image.png | Bin .../static/src/js/organizational_view.js | 0 hr_organizational_chart/static/src/scss/chart_view.scss | 0 hr_organizational_chart/static/src/xml/chart_view.xml | 0 .../static/src/xml/hr_org_chart_template.xml | 0 hr_organizational_chart/views/assets.xml | 0 hr_organizational_chart/views/org_chart_views.xml | 0 hr_organizational_chart/views/show_employee_chart.xml | 0 hr_payroll_community/__init__.py | 0 hr_payroll_community/__manifest__.py | 0 hr_payroll_community/data/hr_payroll_data.xml | 0 hr_payroll_community/data/hr_payroll_demo.xml | 0 hr_payroll_community/data/hr_payroll_sequence.xml | 0 hr_payroll_community/doc/RELEASE_NOTES.md | 0 hr_payroll_community/i18n/af.po | 0 hr_payroll_community/i18n/am.po | 0 hr_payroll_community/i18n/ar.po | 0 hr_payroll_community/i18n/az.po | 0 hr_payroll_community/i18n/bg.po | 0 hr_payroll_community/i18n/bn.po | 0 hr_payroll_community/i18n/bs.po | 0 hr_payroll_community/i18n/ca.po | 0 hr_payroll_community/i18n/cs.po | 0 hr_payroll_community/i18n/da.po | 0 hr_payroll_community/i18n/de.po | 0 hr_payroll_community/i18n/el.po | 0 hr_payroll_community/i18n/en_GB.po | 0 hr_payroll_community/i18n/es.po | 0 hr_payroll_community/i18n/es_AR.po | 0 hr_payroll_community/i18n/es_BO.po | 0 hr_payroll_community/i18n/es_CL.po | 0 hr_payroll_community/i18n/es_CO.po | 0 hr_payroll_community/i18n/es_CR.po | 0 hr_payroll_community/i18n/es_DO.po | 0 hr_payroll_community/i18n/es_EC.po | 0 hr_payroll_community/i18n/es_PE.po | 0 hr_payroll_community/i18n/es_PY.po | 0 hr_payroll_community/i18n/es_VE.po | 0 hr_payroll_community/i18n/et.po | 0 hr_payroll_community/i18n/eu.po | 0 hr_payroll_community/i18n/fa.po | 0 hr_payroll_community/i18n/fi.po | 0 hr_payroll_community/i18n/fil.po | 0 hr_payroll_community/i18n/fo.po | 0 hr_payroll_community/i18n/fr.po | 0 hr_payroll_community/i18n/fr_BE.po | 0 hr_payroll_community/i18n/fr_CA.po | 0 hr_payroll_community/i18n/gl.po | 0 hr_payroll_community/i18n/gu.po | 0 hr_payroll_community/i18n/he.po | 0 hr_payroll_community/i18n/hi.po | 0 hr_payroll_community/i18n/hr.po | 0 hr_payroll_community/i18n/hu.po | 0 hr_payroll_community/i18n/id.po | 0 hr_payroll_community/i18n/is.po | 0 hr_payroll_community/i18n/it.po | 0 hr_payroll_community/i18n/ja.po | 0 hr_payroll_community/i18n/ka.po | 0 hr_payroll_community/i18n/kab.po | 0 hr_payroll_community/i18n/km.po | 0 hr_payroll_community/i18n/ko.po | 0 hr_payroll_community/i18n/lo.po | 0 hr_payroll_community/i18n/lt.po | 0 hr_payroll_community/i18n/lv.po | 0 hr_payroll_community/i18n/mk.po | 0 hr_payroll_community/i18n/mn.po | 0 hr_payroll_community/i18n/nb.po | 0 hr_payroll_community/i18n/ne.po | 0 hr_payroll_community/i18n/nl.po | 0 hr_payroll_community/i18n/nl_BE.po | 0 hr_payroll_community/i18n/pl.po | 0 hr_payroll_community/i18n/pt.po | 0 hr_payroll_community/i18n/pt_BR.po | 0 hr_payroll_community/i18n/ro.po | 0 hr_payroll_community/i18n/ru.po | 0 hr_payroll_community/i18n/sk.po | 0 hr_payroll_community/i18n/sl.po | 0 hr_payroll_community/i18n/sq.po | 0 hr_payroll_community/i18n/sr.po | 0 hr_payroll_community/i18n/sr@latin.po | 0 hr_payroll_community/i18n/sv.po | 0 hr_payroll_community/i18n/ta.po | 0 hr_payroll_community/i18n/th.po | 0 hr_payroll_community/i18n/tr.po | 0 hr_payroll_community/i18n/uk.po | 0 hr_payroll_community/i18n/vi.po | 0 hr_payroll_community/i18n/zh_CN.po | 0 hr_payroll_community/i18n/zh_TW.po | 0 hr_payroll_community/models/__init__.py | 0 hr_payroll_community/models/hr_contract.py | 0 hr_payroll_community/models/hr_employee.py | 0 hr_payroll_community/models/hr_payslip.py | 0 hr_payroll_community/models/hr_salary_rule.py | 0 hr_payroll_community/models/res_config_settings.py | 0 hr_payroll_community/report/__init__.py | 0 hr_payroll_community/report/report_contribution_register.py | 0 hr_payroll_community/report/report_payslip_details.py | 0 hr_payroll_community/security/hr_payroll_security.xml | 0 hr_payroll_community/security/ir.model.access.csv | 0 .../static/description/assets/icons/check.png | Bin .../static/description/assets/icons/chevron.png | Bin .../static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin .../static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../static/description/assets/icons/hotel-black.png | Bin .../static/description/assets/icons/license.png | Bin .../static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pos-black.png | Bin .../static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin .../static/description/assets/icons/training.png | Bin .../static/description/assets/icons/update.png | Bin .../static/description/assets/icons/user.png | Bin .../static/description/assets/icons/wrench.png | Bin .../static/description/assets/modules/approval_image.png | Bin .../static/description/assets/modules/dynamic_image.png | Bin .../static/description/assets/modules/list_view_image.png | Bin .../description/assets/modules/multiple_ref_image.png | Bin .../static/description/assets/modules/print_image.png | Bin .../description/assets/modules/product_return_image.png | Bin .../static/description/assets/screenshots/01payroll.png | Bin .../static/description/assets/screenshots/02payroll.png | Bin .../static/description/assets/screenshots/03payroll.png | Bin .../static/description/assets/screenshots/04payroll.png | Bin .../static/description/assets/screenshots/hero.png | Bin hr_payroll_community/static/description/banner.gif | Bin hr_payroll_community/static/description/icon.png | Bin hr_payroll_community/static/description/index.html | 0 hr_payroll_community/static/description/web_icons.png | Bin .../static/img/hr_employee_payroll-image.jpg | Bin hr_payroll_community/tests/__init__.py | 0 hr_payroll_community/tests/common.py | 0 hr_payroll_community/tests/test_payslip_flow.py | 0 hr_payroll_community/views/hr_contract_views.xml | 0 hr_payroll_community/views/hr_employee_views.xml | 0 hr_payroll_community/views/hr_payroll_report.xml | 0 hr_payroll_community/views/hr_payslip_views.xml | 0 hr_payroll_community/views/hr_salary_rule_views.xml | 0 .../views/report_contributionregister_templates.xml | 0 hr_payroll_community/views/report_payslip_templates.xml | 0 .../views/report_payslipdetails_templates.xml | 0 hr_payroll_community/views/res_config_settings_views.xml | 0 hr_payroll_community/wizard/__init__.py | 0 .../wizard/hr_payroll_contribution_register_report.py | 0 .../hr_payroll_contribution_register_report_views.xml | 0 .../wizard/hr_payroll_payslips_by_employees.py | 0 .../wizard/hr_payroll_payslips_by_employees_views.xml | 0 hr_resignation/README.rst | 0 hr_resignation/__init__.py | 0 hr_resignation/__manifest__.py | 0 hr_resignation/data/demo_data.xml | 0 hr_resignation/data/resign_employee.xml | 0 hr_resignation/docs/RELEASE_NOTES.md | 0 hr_resignation/i18n/ar_001.po | 0 hr_resignation/models/__init__.py | 0 hr_resignation/models/hr_resignation.py | 0 hr_resignation/security/ir.model.access.csv | 0 hr_resignation/security/security.xml | 0 hr_resignation/static/description/assets/icons/chevron.png | Bin hr_resignation/static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin .../static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../static/description/assets/icons/hotel-black.png | Bin hr_resignation/static/description/assets/icons/license.png | Bin hr_resignation/static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pos-black.png | Bin hr_resignation/static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin hr_resignation/static/description/assets/icons/training.png | Bin hr_resignation/static/description/assets/icons/update.png | Bin hr_resignation/static/description/assets/icons/user.png | Bin hr_resignation/static/description/assets/icons/wrench.png | Bin hr_resignation/static/description/banner.png | Bin hr_resignation/static/description/icon.png | Bin .../static/description/images/appraisal_image.png | Bin hr_resignation/static/description/images/bio_image.png | Bin hr_resignation/static/description/images/checked.png | Bin hr_resignation/static/description/images/core_image.gif | Bin hr_resignation/static/description/images/hero.png | Bin hr_resignation/static/description/images/module_image.gif | Bin .../static/description/images/open-hrms-resignation.gif | Bin hr_resignation/static/description/images/openhrms.png | Bin hr_resignation/static/description/images/salary_image.png | Bin hr_resignation/static/description/images/shift_image.png | Bin hr_resignation/static/description/index.html | 0 hr_resignation/static/description/resignation_web.png | Bin hr_resignation/static/image/resign_employee_id.jpeg | Bin hr_resignation/views/approved_resignation.xml | 0 hr_resignation/views/hr_employee.xml | 0 hr_resignation/views/resignation_sequence.xml | 0 hr_resignation/views/resignation_view.xml | 0 hr_reward_warning/README.md | 0 hr_reward_warning/__init__.py | 0 hr_reward_warning/__manifest__.py | 0 hr_reward_warning/data/demo_data.xml | 0 hr_reward_warning/doc/RELEASE_NOTES.md | 0 hr_reward_warning/i18n/ar_001.po | 0 hr_reward_warning/models/__init__.py | 0 hr_reward_warning/models/hr_employee.py | 0 hr_reward_warning/models/hr_warning.py | 0 hr_reward_warning/security/ir.model.access.csv | 0 hr_reward_warning/security/reward_security.xml | 0 hr_reward_warning/static/description/announcement_icon.png | Bin .../static/description/assets/icons/chevron.png | Bin hr_reward_warning/static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin .../static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../static/description/assets/icons/hotel-black.png | Bin .../static/description/assets/icons/license.png | Bin .../static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pos-black.png | Bin .../static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin .../static/description/assets/icons/training.png | Bin .../static/description/assets/icons/update.png | Bin hr_reward_warning/static/description/assets/icons/user.png | Bin .../static/description/assets/icons/wrench.png | Bin hr_reward_warning/static/description/banner.png | Bin hr_reward_warning/static/description/icon.png | Bin hr_reward_warning/static/description/images/1announce.png | Bin hr_reward_warning/static/description/images/2announce.png | Bin .../static/description/images/appraisal_image.png | Bin hr_reward_warning/static/description/images/bio_image.png | Bin hr_reward_warning/static/description/images/checked.png | Bin hr_reward_warning/static/description/images/core_image.gif | Bin hr_reward_warning/static/description/images/hero.png | Bin .../static/description/images/module_image.gif | Bin hr_reward_warning/static/description/images/openhrms.png | Bin .../static/description/images/salary_image.png | Bin hr_reward_warning/static/description/images/shift_image.png | Bin hr_reward_warning/static/description/index.html | 0 hr_reward_warning/views/hr_announcement_view.xml | 0 hrms_dashboard/README.rst | 0 hrms_dashboard/__init__.py | 0 hrms_dashboard/__manifest__.py | 0 hrms_dashboard/docs/RELEASE_NOTES.md | 0 hrms_dashboard/i18n/ar_001.po | 0 hrms_dashboard/models/__init__.py | 0 hrms_dashboard/models/hrms_dashboard.py | 0 hrms_dashboard/report/__init__.py | 0 hrms_dashboard/report/broadfactor.py | 0 hrms_dashboard/report/broadfactor.xml | 0 hrms_dashboard/security/ir.model.access.csv | 0 hrms_dashboard/static/description/assets/icons/chevron.png | Bin hrms_dashboard/static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin .../static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../static/description/assets/icons/hotel-black.png | Bin hrms_dashboard/static/description/assets/icons/license.png | Bin hrms_dashboard/static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pos-black.png | Bin hrms_dashboard/static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin hrms_dashboard/static/description/assets/icons/training.png | Bin hrms_dashboard/static/description/assets/icons/update.png | Bin hrms_dashboard/static/description/assets/icons/user.png | Bin hrms_dashboard/static/description/assets/icons/wrench.png | Bin hrms_dashboard/static/description/banner.gif | Bin hrms_dashboard/static/description/icon.png | Bin hrms_dashboard/static/description/images/advance_image.png | Bin .../static/description/images/appraisal_image.png | Bin hrms_dashboard/static/description/images/bio_image.png | Bin hrms_dashboard/static/description/images/checked.png | Bin hrms_dashboard/static/description/images/core_image.gif | Bin hrms_dashboard/static/description/images/dash_image.gif | Bin hrms_dashboard/static/description/images/dashboard.png | Bin hrms_dashboard/static/description/images/hero.png | Bin hrms_dashboard/static/description/images/join_resign.png | Bin .../static/description/images/monthly leave analysis.png | Bin .../static/description/images/my leave analysis.png | Bin hrms_dashboard/static/description/images/openhrms.png | Bin hrms_dashboard/static/description/images/salary_image.png | Bin hrms_dashboard/static/description/images/shift_image.png | Bin hrms_dashboard/static/description/index.html | 0 hrms_dashboard/static/src/css/hrms_dashboard.css | 0 hrms_dashboard/static/src/css/lib/nv.d3.css | 0 hrms_dashboard/static/src/js/hrms_dashboard.js | 0 hrms_dashboard/static/src/js/lib/d3.min.js | 0 hrms_dashboard/static/src/xml/hrms_dashboard.xml | 0 hrms_dashboard/views/dashboard_views.xml | 0 mass_cancel_journal_entries/README.md | 0 mass_cancel_journal_entries/__init__.py | 0 mass_cancel_journal_entries/__manifest__.py | 0 mass_cancel_journal_entries/security/ir.model.access.csv | 0 .../static/description/aktiv-logo.png | Bin mass_cancel_journal_entries/static/description/banner.png | Bin mass_cancel_journal_entries/static/description/icon.png | Bin .../description/image/account_partial_refund_banner.jpeg | Bin .../image/aged_product_balance_report_banner.jpeg | Bin .../static/description/image/aktivsoftware_logo.png | Bin .../static/description/image/cancel_entries_wizard.png | Bin .../static/description/image/cancel_journal_entries.png | Bin .../static/description/image/cancelled_entries.png | Bin .../static/description/image/cancelled_journal_status.png | Bin .../description/image/invoice_report_grouped_by_banner.jpeg | Bin .../static/description/image/journal_entries.png | Bin .../image/outstanding_invoice_report_banner.jpeg | Bin .../description/image/payment_acquirer_report_banner.jpeg | Bin .../static/description/image/payment_reminders_banner.jpeg | Bin .../static/description/image/user_error.png | Bin mass_cancel_journal_entries/static/description/index.html | 0 mass_cancel_journal_entries/wizard/__init__.py | 0 .../wizard/cancel_journal_entries.py | 0 .../wizard/journal_entries_cancel_wizard.xml | 0 muk_web_theme/.gitignore | 0 muk_web_theme/LICENSE | 0 muk_web_theme/__init__.py | 0 muk_web_theme/__manifest__.py | 0 muk_web_theme/data/res_company.xml | 0 muk_web_theme/doc/changelog.rst | 0 muk_web_theme/doc/index.rst | 0 muk_web_theme/models/__init__.py | 0 muk_web_theme/models/ir_http.py | 0 muk_web_theme/models/res_company.py | 0 muk_web_theme/models/res_config_settings.py | 0 muk_web_theme/models/res_users.py | 0 muk_web_theme/models/scss_editor.py | 0 muk_web_theme/static/description/banner.png | Bin muk_web_theme/static/description/branding_mail_banner.png | Bin muk_web_theme/static/description/branding_saas_banner.png | Bin .../static/description/branding_website_banner.png | Bin muk_web_theme/static/description/icon.png | Bin muk_web_theme/static/description/icon.svg | 0 muk_web_theme/static/description/index.html | 0 muk_web_theme/static/description/logo.png | Bin muk_web_theme/static/description/screenshot.png | Bin muk_web_theme/static/description/screenshot_apps.png | Bin muk_web_theme/static/description/screenshot_chatter.png | Bin muk_web_theme/static/description/screenshot_customize.png | Bin muk_web_theme/static/description/screenshot_mobile_apps.png | Bin muk_web_theme/static/description/screenshot_mobile_form.png | Bin .../static/description/screenshot_mobile_kanban.png | Bin muk_web_theme/static/description/screenshot_mobile_menu.png | Bin muk_web_theme/static/description/screenshot_settings.png | Bin muk_web_theme/static/description/service_customization.png | Bin muk_web_theme/static/description/service_development.png | Bin muk_web_theme/static/description/service_implementation.png | Bin muk_web_theme/static/description/service_integration.png | Bin muk_web_theme/static/description/service_support.png | Bin muk_web_theme/static/description/theme_branding_banner.png | Bin muk_web_theme/static/description/theme_mail_banner.png | Bin muk_web_theme/static/description/theme_screenshot.png | Bin muk_web_theme/static/description/theme_website_banner.png | Bin muk_web_theme/static/libs/simplebar/simplebar.css | 0 muk_web_theme/static/libs/simplebar/simplebar.js | 0 muk_web_theme/static/src/components/control_panel.js | 0 muk_web_theme/static/src/components/control_panel.xml | 0 muk_web_theme/static/src/fonts/Noto/LICENSE.txt | 0 muk_web_theme/static/src/fonts/Noto/Noto-Black.eot | Bin muk_web_theme/static/src/fonts/Noto/Noto-Black.svg | 0 muk_web_theme/static/src/fonts/Noto/Noto-Black.ttf | Bin muk_web_theme/static/src/fonts/Noto/Noto-Black.woff | Bin muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.eot | Bin muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.svg | 0 muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.ttf | Bin muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.woff | Bin muk_web_theme/static/src/fonts/Noto/Noto-Bold.eot | Bin muk_web_theme/static/src/fonts/Noto/Noto-Bold.svg | 0 muk_web_theme/static/src/fonts/Noto/Noto-Bold.ttf | Bin muk_web_theme/static/src/fonts/Noto/Noto-Bold.woff | Bin muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.eot | Bin muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.svg | 0 muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.ttf | Bin muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.woff | Bin muk_web_theme/static/src/fonts/Noto/Noto-Italic.eot | Bin muk_web_theme/static/src/fonts/Noto/Noto-Italic.svg | 0 muk_web_theme/static/src/fonts/Noto/Noto-Italic.ttf | Bin muk_web_theme/static/src/fonts/Noto/Noto-Italic.woff | Bin muk_web_theme/static/src/fonts/Noto/Noto-Light.eot | Bin muk_web_theme/static/src/fonts/Noto/Noto-Light.svg | 0 muk_web_theme/static/src/fonts/Noto/Noto-Light.ttf | Bin muk_web_theme/static/src/fonts/Noto/Noto-Light.woff | Bin muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.eot | Bin muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.svg | 0 muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.ttf | Bin muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.woff | Bin muk_web_theme/static/src/fonts/Noto/Noto-Medium.eot | Bin muk_web_theme/static/src/fonts/Noto/Noto-Medium.svg | 0 muk_web_theme/static/src/fonts/Noto/Noto-Medium.ttf | Bin muk_web_theme/static/src/fonts/Noto/Noto-Medium.woff | Bin muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.eot | Bin muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.svg | 0 muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.ttf | Bin muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.woff | Bin muk_web_theme/static/src/fonts/Noto/Noto-Regular.eot | Bin muk_web_theme/static/src/fonts/Noto/Noto-Regular.svg | 0 muk_web_theme/static/src/fonts/Noto/Noto-Regular.ttf | Bin muk_web_theme/static/src/fonts/Noto/Noto-Regular.woff | Bin muk_web_theme/static/src/fonts/Noto/Noto-Thin.eot | Bin muk_web_theme/static/src/fonts/Noto/Noto-Thin.svg | 0 muk_web_theme/static/src/fonts/Noto/Noto-Thin.ttf | Bin muk_web_theme/static/src/fonts/Noto/Noto-Thin.woff | Bin muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.eot | Bin muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.svg | 0 muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.ttf | Bin muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.woff | Bin muk_web_theme/static/src/fonts/Roboto/LICENSE.txt | 0 muk_web_theme/static/src/fonts/Roboto/Roboto-Black.eot | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Black.svg | 0 muk_web_theme/static/src/fonts/Roboto/Roboto-Black.ttf | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Black.woff | Bin .../static/src/fonts/Roboto/Roboto-BlackItalic.eot | Bin .../static/src/fonts/Roboto/Roboto-BlackItalic.svg | 0 .../static/src/fonts/Roboto/Roboto-BlackItalic.ttf | Bin .../static/src/fonts/Roboto/Roboto-BlackItalic.woff | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.eot | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.svg | 0 muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.ttf | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.woff | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.eot | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.svg | 0 muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.ttf | Bin .../static/src/fonts/Roboto/Roboto-BoldItalic.woff | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.eot | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.svg | 0 muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.ttf | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.woff | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Light.eot | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Light.svg | 0 muk_web_theme/static/src/fonts/Roboto/Roboto-Light.ttf | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Light.woff | Bin .../static/src/fonts/Roboto/Roboto-LightItalic.eot | Bin .../static/src/fonts/Roboto/Roboto-LightItalic.svg | 0 .../static/src/fonts/Roboto/Roboto-LightItalic.ttf | Bin .../static/src/fonts/Roboto/Roboto-LightItalic.woff | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.eot | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.svg | 0 muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.ttf | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.woff | Bin .../static/src/fonts/Roboto/Roboto-MediumItalic.eot | Bin .../static/src/fonts/Roboto/Roboto-MediumItalic.svg | 0 .../static/src/fonts/Roboto/Roboto-MediumItalic.ttf | Bin .../static/src/fonts/Roboto/Roboto-MediumItalic.woff | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.eot | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.svg | 0 muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.ttf | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.woff | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.eot | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.svg | 0 muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.ttf | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.woff | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.eot | Bin muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.svg | 0 muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.ttf | Bin .../static/src/fonts/Roboto/Roboto-ThinItalic.woff | Bin muk_web_theme/static/src/img/background.png | Bin muk_web_theme/static/src/js/chrome/actions.js | 0 muk_web_theme/static/src/js/chrome/apps.js | 0 muk_web_theme/static/src/js/chrome/appsbar.js | 0 muk_web_theme/static/src/js/chrome/menu.js | 0 muk_web_theme/static/src/js/core/search.js | 0 muk_web_theme/static/src/js/fields/relational.js | 0 muk_web_theme/static/src/js/libs/scrollbar.js | 0 muk_web_theme/static/src/js/views/form_renderer.js | 0 muk_web_theme/static/src/js/views/form_view.js | 0 muk_web_theme/static/src/js/views/kanban_column.js | 0 muk_web_theme/static/src/js/views/kanban_quick_create.js | 0 muk_web_theme/static/src/js/views/kanban_renderer.js | 0 muk_web_theme/static/src/scss/apps.scss | 0 muk_web_theme/static/src/scss/appsbar.scss | 0 muk_web_theme/static/src/scss/colors.scss | 0 muk_web_theme/static/src/scss/control_panel.scss | 0 muk_web_theme/static/src/scss/fields.scss | 0 muk_web_theme/static/src/scss/fonts.scss | 0 muk_web_theme/static/src/scss/form_view.scss | 0 muk_web_theme/static/src/scss/kanban_view.scss | 0 muk_web_theme/static/src/scss/layout.scss | 0 muk_web_theme/static/src/scss/list_view.scss | 0 muk_web_theme/static/src/scss/mixins.scss | 0 muk_web_theme/static/src/scss/navbar.scss | 0 muk_web_theme/static/src/scss/notification.scss | 0 muk_web_theme/static/src/scss/search_view.scss | 0 muk_web_theme/static/src/scss/settings.scss | 0 muk_web_theme/static/src/scss/variables.scss | 0 muk_web_theme/static/src/xml/apps.xml | 0 muk_web_theme/static/src/xml/appsbar.xml | 0 muk_web_theme/static/src/xml/base.xml | 0 muk_web_theme/static/src/xml/navbar.xml | 0 muk_web_theme/static/src/xml/shortcuts.xml | 0 muk_web_theme/static/src/xml/views.xml | 0 muk_web_theme/template/assets.xml | 0 muk_web_theme/template/web.xml | 0 muk_web_theme/views/res_config_settings_view.xml | 0 muk_web_theme/views/res_users.xml | 0 oh_appraisal/README.rst | 0 oh_appraisal/__init__.py | 0 oh_appraisal/__manifest__.py | 0 oh_appraisal/data/demo_data.xml | 0 oh_appraisal/data/hr_appraisal_stages.xml | 0 oh_appraisal/doc/RELEASE_NOTES.md | 0 oh_appraisal/i18n/ar_001.po | 0 oh_appraisal/models/__init__.py | 0 oh_appraisal/models/hr_appraisal_form.py | 0 oh_appraisal/models/hr_appraisal_survey.py | 0 oh_appraisal/security/hr_appraisal_security.xml | 0 oh_appraisal/security/ir.model.access.csv | 0 oh_appraisal/static/description/appraisal_icon.png | Bin oh_appraisal/static/description/assets/icons/chevron.png | Bin oh_appraisal/static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin oh_appraisal/static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../static/description/assets/icons/hotel-black.png | Bin oh_appraisal/static/description/assets/icons/license.png | Bin oh_appraisal/static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin oh_appraisal/static/description/assets/icons/pos-black.png | Bin oh_appraisal/static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin oh_appraisal/static/description/assets/icons/training.png | Bin oh_appraisal/static/description/assets/icons/update.png | Bin oh_appraisal/static/description/assets/icons/user.png | Bin oh_appraisal/static/description/assets/icons/wrench.png | Bin oh_appraisal/static/description/banner.png | Bin oh_appraisal/static/description/icon.png | Bin oh_appraisal/static/description/images/1appraisal.png | Bin oh_appraisal/static/description/images/2email.png | Bin oh_appraisal/static/description/images/3view ans.png | Bin oh_appraisal/static/description/images/4settings.png | Bin oh_appraisal/static/description/images/checked.png | Bin oh_appraisal/static/description/images/checklist_image.png | Bin oh_appraisal/static/description/images/core_image.gif | Bin oh_appraisal/static/description/images/dashboard_image.gif | Bin oh_appraisal/static/description/images/gratuity_image.png | Bin oh_appraisal/static/description/images/hero.png | Bin oh_appraisal/static/description/images/insurance_image.png | Bin oh_appraisal/static/description/images/openhrms.png | Bin oh_appraisal/static/description/images/overtime_image.png | Bin oh_appraisal/static/description/index.html | 0 oh_appraisal/static/image/employee_resign.jpeg | Bin oh_appraisal/views/hr_appraisal_form_view.xml | 0 oh_appraisal/views/hr_appraisal_survey_views.xml | 0 ohrms_loan/README.md | 0 ohrms_loan/__init__.py | 0 ohrms_loan/__manifest__.py | 0 ohrms_loan/data/salary_rule_loan.xml | 0 ohrms_loan/doc/RELEASE_NOTES.md | 0 ohrms_loan/i18n/ar_001.po | 0 ohrms_loan/models/__init__.py | 0 ohrms_loan/models/hr_loan.py | 0 ohrms_loan/models/hr_payroll.py | 0 ohrms_loan/security/ir.model.access.csv | 0 ohrms_loan/security/security.xml | 0 ohrms_loan/static/description/assets/icons/chevron.png | Bin ohrms_loan/static/description/assets/icons/cogs.png | Bin ohrms_loan/static/description/assets/icons/consultation.png | Bin ohrms_loan/static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin ohrms_loan/static/description/assets/icons/hotel-black.png | Bin ohrms_loan/static/description/assets/icons/license.png | Bin ohrms_loan/static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin ohrms_loan/static/description/assets/icons/pos-black.png | Bin ohrms_loan/static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin ohrms_loan/static/description/assets/icons/training.png | Bin ohrms_loan/static/description/assets/icons/update.png | Bin ohrms_loan/static/description/assets/icons/user.png | Bin ohrms_loan/static/description/assets/icons/wrench.png | Bin ohrms_loan/static/description/banner.png | Bin ohrms_loan/static/description/cybro_logo.png | Bin ohrms_loan/static/description/icon.png | Bin ohrms_loan/static/description/images/1loan.png | Bin ohrms_loan/static/description/images/2loan.png | Bin ohrms_loan/static/description/images/3loan.png | Bin ohrms_loan/static/description/images/4loan.png | Bin ohrms_loan/static/description/images/5loan.png | Bin ohrms_loan/static/description/images/6loan.png | Bin ohrms_loan/static/description/images/announce_image.png | Bin ohrms_loan/static/description/images/checked.png | Bin ohrms_loan/static/description/images/core_image.gif | Bin ohrms_loan/static/description/images/dash_image.gif | Bin ohrms_loan/static/description/images/dashboard_image.gif | Bin ohrms_loan/static/description/images/disciplinary_image.png | Bin ohrms_loan/static/description/images/documents_image.png | Bin ohrms_loan/static/description/images/hero.png | Bin ohrms_loan/static/description/images/loan.png | Bin ohrms_loan/static/description/images/openhrms.png | Bin ohrms_loan/static/description/images/salary_image.png | Bin ohrms_loan/static/description/index.html | 0 ohrms_loan/static/description/loan_web.png | Bin ohrms_loan/static/description/oh_icon.png | Bin ohrms_loan/views/hr_loan.xml | 0 ohrms_loan/views/hr_loan_seq.xml | 0 ohrms_loan/views/hr_payroll.xml | 0 ohrms_loan_accounting/README.md | 0 ohrms_loan_accounting/__init__.py | 0 ohrms_loan_accounting/__manifest__.py | 0 ohrms_loan_accounting/doc/RELEASE_NOTES.md | 0 ohrms_loan_accounting/i18n/ar_001.po | 0 ohrms_loan_accounting/models/__init__.py | 0 ohrms_loan_accounting/models/account_move_line.py | 0 ohrms_loan_accounting/models/hr_loan_acc.py | 0 ohrms_loan_accounting/models/hr_loan_config.py | 0 ohrms_loan_accounting/security/ir.model.access.csv | 0 ohrms_loan_accounting/security/security.xml | 0 ohrms_loan_accounting/static/description/HRMS-BUTTON.png | Bin .../static/description/assets/icons/chevron.png | Bin .../static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin .../static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../static/description/assets/icons/hotel-black.png | Bin .../static/description/assets/icons/license.png | Bin .../static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pos-black.png | Bin .../static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin .../static/description/assets/icons/training.png | Bin .../static/description/assets/icons/update.png | Bin .../static/description/assets/icons/user.png | Bin .../static/description/assets/icons/wrench.png | Bin ohrms_loan_accounting/static/description/banner.png | Bin ohrms_loan_accounting/static/description/cybro-service.png | Bin ohrms_loan_accounting/static/description/cybro_logo.png | Bin ohrms_loan_accounting/static/description/icon.png | Bin .../static/description/images/appraisal_image.png | Bin .../static/description/images/bio_image.png | Bin ohrms_loan_accounting/static/description/images/checked.png | Bin .../static/description/images/core_image.gif | Bin .../static/description/images/hero-openhrms.png | Bin ohrms_loan_accounting/static/description/images/hero.png | Bin ohrms_loan_accounting/static/description/images/loan1.png | Bin ohrms_loan_accounting/static/description/images/loan2.png | Bin ohrms_loan_accounting/static/description/images/loan3.png | Bin ohrms_loan_accounting/static/description/images/loan4.png | Bin ohrms_loan_accounting/static/description/images/loan5.png | Bin ohrms_loan_accounting/static/description/images/loan6.png | Bin .../static/description/images/module_image.gif | Bin .../static/description/images/openhrms.png | Bin .../static/description/images/salary_image.png | Bin .../static/description/images/shift_image.png | Bin ohrms_loan_accounting/static/description/index.html | 0 ohrms_loan_accounting/static/description/oh_icon.png | Bin ohrms_loan_accounting/views/hr_loan_acc.xml | 0 ohrms_loan_accounting/views/hr_loan_config.xml | 0 om_hr_payroll/__init__.py | 0 om_hr_payroll/__manifest__.py | 0 om_hr_payroll/data/hr_payroll_category.xml | 0 om_hr_payroll/data/hr_payroll_data.xml | 0 om_hr_payroll/data/hr_payroll_demo.xml | 0 om_hr_payroll/data/hr_payroll_sequence.xml | 0 om_hr_payroll/data/mail_template.xml | 0 om_hr_payroll/i18n/af.po | 0 om_hr_payroll/i18n/am.po | 0 om_hr_payroll/i18n/ar.po | 0 om_hr_payroll/i18n/az.po | 0 om_hr_payroll/i18n/bg.po | 0 om_hr_payroll/i18n/bn.po | 0 om_hr_payroll/i18n/bs.po | 0 om_hr_payroll/i18n/ca.po | 0 om_hr_payroll/i18n/cs.po | 0 om_hr_payroll/i18n/da.po | 0 om_hr_payroll/i18n/de.po | 0 om_hr_payroll/i18n/el.po | 0 om_hr_payroll/i18n/en_GB.po | 0 om_hr_payroll/i18n/es.po | 0 om_hr_payroll/i18n/es_AR.po | 0 om_hr_payroll/i18n/es_BO.po | 0 om_hr_payroll/i18n/es_CL.po | 0 om_hr_payroll/i18n/es_CO.po | 0 om_hr_payroll/i18n/es_CR.po | 0 om_hr_payroll/i18n/es_DO.po | 0 om_hr_payroll/i18n/es_EC.po | 0 om_hr_payroll/i18n/es_PE.po | 0 om_hr_payroll/i18n/es_VE.po | 0 om_hr_payroll/i18n/et.po | 0 om_hr_payroll/i18n/eu.po | 0 om_hr_payroll/i18n/fa.po | 0 om_hr_payroll/i18n/fi.po | 0 om_hr_payroll/i18n/fil.po | 0 om_hr_payroll/i18n/fo.po | 0 om_hr_payroll/i18n/fr.po | 0 om_hr_payroll/i18n/fr_BE.po | 0 om_hr_payroll/i18n/fr_CA.po | 0 om_hr_payroll/i18n/gl.po | 0 om_hr_payroll/i18n/gu.po | 0 om_hr_payroll/i18n/he.po | 0 om_hr_payroll/i18n/hi.po | 0 om_hr_payroll/i18n/hr.po | 0 om_hr_payroll/i18n/hr_payroll.pot | 0 om_hr_payroll/i18n/hu.po | 0 om_hr_payroll/i18n/id.po | 0 om_hr_payroll/i18n/is.po | 0 om_hr_payroll/i18n/it.po | 0 om_hr_payroll/i18n/ja.po | 0 om_hr_payroll/i18n/ka.po | 0 om_hr_payroll/i18n/kab.po | 0 om_hr_payroll/i18n/km.po | 0 om_hr_payroll/i18n/ko.po | 0 om_hr_payroll/i18n/lo.po | 0 om_hr_payroll/i18n/lt.po | 0 om_hr_payroll/i18n/lv.po | 0 om_hr_payroll/i18n/mk.po | 0 om_hr_payroll/i18n/mn.po | 0 om_hr_payroll/i18n/nb.po | 0 om_hr_payroll/i18n/ne.po | 0 om_hr_payroll/i18n/nl.po | 0 om_hr_payroll/i18n/nl_BE.po | 0 om_hr_payroll/i18n/pl.po | 0 om_hr_payroll/i18n/pt.po | 0 om_hr_payroll/i18n/pt_BR.po | 0 om_hr_payroll/i18n/ro.po | 0 om_hr_payroll/i18n/ru.po | 0 om_hr_payroll/i18n/sk.po | 0 om_hr_payroll/i18n/sl.po | 0 om_hr_payroll/i18n/sq.po | 0 om_hr_payroll/i18n/sr.po | 0 om_hr_payroll/i18n/sr@latin.po | 0 om_hr_payroll/i18n/sv.po | 0 om_hr_payroll/i18n/ta.po | 0 om_hr_payroll/i18n/th.po | 0 om_hr_payroll/i18n/tr.po | 0 om_hr_payroll/i18n/uk.po | 0 om_hr_payroll/i18n/vi.po | 0 om_hr_payroll/i18n/zh_CN.po | 0 om_hr_payroll/i18n/zh_TW.po | 0 om_hr_payroll/models/__init__.py | 0 om_hr_payroll/models/hr_contract.py | 0 om_hr_payroll/models/hr_employee.py | 0 om_hr_payroll/models/hr_payslip.py | 0 om_hr_payroll/models/hr_salary_rule.py | 0 om_hr_payroll/models/res_config_settings.py | 0 om_hr_payroll/report/__init__.py | 0 om_hr_payroll/report/report_contribution_register.py | 0 om_hr_payroll/report/report_payslip_details.py | 0 om_hr_payroll/security/hr_payroll_security.xml | 0 om_hr_payroll/security/ir.model.access.csv | 0 om_hr_payroll/static/description/banner.png | Bin om_hr_payroll/static/description/icon.png | Bin om_hr_payroll/static/description/icon.svg | 0 om_hr_payroll/static/description/index.html | 0 om_hr_payroll/static/description/odoo14_payslip.png | Bin om_hr_payroll/static/description/odoo_mates.png | Bin om_hr_payroll/static/img/hr_employee_payroll-image.jpg | Bin om_hr_payroll/tests/__init__.py | 0 om_hr_payroll/tests/common.py | 0 om_hr_payroll/tests/test_payslip_flow.py | 0 om_hr_payroll/views/hr_contract_views.xml | 0 om_hr_payroll/views/hr_employee_views.xml | 0 om_hr_payroll/views/hr_payroll_report.xml | 0 om_hr_payroll/views/hr_payslip_views.xml | 0 om_hr_payroll/views/hr_salary_rule_views.xml | 0 .../views/report_contribution_register_templates.xml | 0 om_hr_payroll/views/report_payslip_details_templates.xml | 0 om_hr_payroll/views/report_payslip_templates.xml | 0 om_hr_payroll/views/res_config_settings_views.xml | 0 om_hr_payroll/wizard/__init__.py | 0 .../wizard/hr_payroll_contribution_register_report.py | 0 .../hr_payroll_contribution_register_report_views.xml | 0 om_hr_payroll/wizard/hr_payroll_payslips_by_employees.py | 0 .../wizard/hr_payroll_payslips_by_employees_views.xml | 0 sh_helpdesk/README.md | 0 sh_helpdesk/__init__.py | 0 sh_helpdesk/__manifest__.py | 0 sh_helpdesk/controllers/__init__.py | 0 sh_helpdesk/controllers/main.py | 0 sh_helpdesk/controllers/portal.py | 0 sh_helpdesk/current_s.txt | 0 sh_helpdesk/data/helpdesk_cron_data.xml | 0 sh_helpdesk/data/helpdesk_data.xml | 0 sh_helpdesk/data/helpdesk_email_data.xml | 0 sh_helpdesk/data/helpdesk_reminder_cron.xml | 0 sh_helpdesk/data/helpdesk_reminder_mail_template.xml | 0 sh_helpdesk/data/helpdesk_stage_data.xml | 0 sh_helpdesk/doc/changelog.rst | 0 sh_helpdesk/i18n/ar.po | 0 sh_helpdesk/i18n/de.po | 0 sh_helpdesk/i18n/es.po | 0 sh_helpdesk/i18n/sh_helpdesk.pot | 0 sh_helpdesk/i18n/sk.po | 0 sh_helpdesk/models/__init__.py | 0 sh_helpdesk/models/helpdesk_alarm.py | 0 sh_helpdesk/models/helpdesk_category.py | 0 sh_helpdesk/models/helpdesk_config_settings.py | 0 sh_helpdesk/models/helpdesk_policies.py | 0 sh_helpdesk/models/helpdesk_priority.py | 0 sh_helpdesk/models/helpdesk_so.py | 0 sh_helpdesk/models/helpdesk_stages.py | 0 sh_helpdesk/models/helpdesk_subcategory.py | 0 sh_helpdesk/models/helpdesk_subject_type.py | 0 sh_helpdesk/models/helpdesk_tags.py | 0 sh_helpdesk/models/helpdesk_team.py | 0 sh_helpdesk/models/helpdesk_ticket.py | 0 sh_helpdesk/models/helpdesk_ticket_dashboard.py | 0 sh_helpdesk/models/helpdesk_ticket_type.py | 0 sh_helpdesk/models/helpdesk_ticket_update_wizard.py | 0 sh_helpdesk/models/res_users.py | 0 sh_helpdesk/models/send_mail_quick_reply.py | 0 sh_helpdesk/security/ir.model.access.csv | 0 sh_helpdesk/security/send_mail_security.xml | 0 sh_helpdesk/security/sh_helpdesk_security.xml | 0 sh_helpdesk/static/description/0.png | Bin sh_helpdesk/static/description/1.png | Bin sh_helpdesk/static/description/10.png | Bin sh_helpdesk/static/description/11.png | Bin sh_helpdesk/static/description/12.png | Bin sh_helpdesk/static/description/13.png | Bin sh_helpdesk/static/description/14.png | Bin sh_helpdesk/static/description/15.png | Bin sh_helpdesk/static/description/16.png | Bin sh_helpdesk/static/description/17.png | Bin sh_helpdesk/static/description/18.png | Bin sh_helpdesk/static/description/19.png | Bin sh_helpdesk/static/description/2.png | Bin sh_helpdesk/static/description/20.png | Bin sh_helpdesk/static/description/21.png | Bin sh_helpdesk/static/description/22.png | Bin sh_helpdesk/static/description/24.png | Bin sh_helpdesk/static/description/3.png | Bin sh_helpdesk/static/description/4.png | Bin sh_helpdesk/static/description/5.png | Bin sh_helpdesk/static/description/6.png | Bin sh_helpdesk/static/description/7.png | Bin sh_helpdesk/static/description/8.png | Bin sh_helpdesk/static/description/9.png | Bin .../static/description/Create Ticket From Inbound Mail.png | Bin sh_helpdesk/static/description/Dynamic Dashboard.png | Bin sh_helpdesk/static/description/Help Desk Portal.png | Bin sh_helpdesk/static/description/Helpdesk Backend.png | Bin .../description/Helpdesk Multiple User for Backend.png | Bin .../description/Helpdesk Multiple User for Portal.png | Bin sh_helpdesk/static/description/Helpdesk Portal Customer.png | Bin sh_helpdesk/static/description/Helpdesk Portal.png | Bin sh_helpdesk/static/description/Helpdesk Quick Reply.png | Bin sh_helpdesk/static/description/Helpdesk SLA Policy.png | Bin sh_helpdesk/static/description/Helpdesk Ticket Reminder.png | Bin sh_helpdesk/static/description/Helpdesk Whatsapp.png | Bin sh_helpdesk/static/description/Leader.png | Bin sh_helpdesk/static/description/Manage Products.png | Bin sh_helpdesk/static/description/Multi_user/MU1.png | Bin sh_helpdesk/static/description/Multi_user/MU2.png | Bin sh_helpdesk/static/description/Multi_user/MU3.png | Bin sh_helpdesk/static/description/Multi_user/MU4.png | Bin sh_helpdesk/static/description/Multi_user/MU5.png | Bin sh_helpdesk/static/description/Multi_user/MU6.png | Bin ...ompany-Your-Ticket-is-generated-Ref-TICKET-0012-Odoo.png | Bin sh_helpdesk/static/description/Ticket-Dashboard-Odoo.png | Bin sh_helpdesk/static/description/Update Mass Ticket.png | Bin sh_helpdesk/static/description/Userwise Helpdesk.png | Bin sh_helpdesk/static/description/aarab.png | Bin sh_helpdesk/static/description/assign user.png | Bin sh_helpdesk/static/description/auto_add_follower.gif | Bin sh_helpdesk/static/description/auto_close_ticket.gif | Bin sh_helpdesk/static/description/background.png | Bin sh_helpdesk/static/description/captcha.png | Bin sh_helpdesk/static/description/dashboard_counter_click.gif | Bin sh_helpdesk/static/description/email.png | Bin sh_helpdesk/static/description/eng.png | Bin sh_helpdesk/static/description/feedback portal.png | Bin sh_helpdesk/static/description/feedback.png | Bin sh_helpdesk/static/description/german.png | Bin sh_helpdesk/static/description/helpdesk backend new.png | Bin sh_helpdesk/static/description/helpdesk_1.png | Bin sh_helpdesk/static/description/helpdesk_2.png | Bin sh_helpdesk/static/description/helpdesk_3.png | Bin sh_helpdesk/static/description/hot tag.png | Bin sh_helpdesk/static/description/icon.png | Bin sh_helpdesk/static/description/image1.png | Bin sh_helpdesk/static/description/image2.png | Bin sh_helpdesk/static/description/image3.png | Bin sh_helpdesk/static/description/index.html | 0 sh_helpdesk/static/description/like_1.png | Bin sh_helpdesk/static/description/like_2.png | Bin sh_helpdesk/static/description/like_3.png | Bin sh_helpdesk/static/description/mass.gif | Bin sh_helpdesk/static/description/new request.png | Bin sh_helpdesk/static/description/new tag.png | Bin sh_helpdesk/static/description/new.png | Bin sh_helpdesk/static/description/neww.png | Bin sh_helpdesk/static/description/pdf img.png | Bin sh_helpdesk/static/description/pdf.png | Bin sh_helpdesk/static/description/portal 1.png | Bin sh_helpdesk/static/description/portal form.png | Bin sh_helpdesk/static/description/portal list options.png | Bin sh_helpdesk/static/description/portal pdf 14.png | Bin sh_helpdesk/static/description/portal pdf.png | Bin sh_helpdesk/static/description/portal/10p.png | Bin sh_helpdesk/static/description/portal/11p.png | Bin sh_helpdesk/static/description/portal/12p.png | Bin sh_helpdesk/static/description/portal/13p.png | Bin sh_helpdesk/static/description/portal/14p.png | Bin sh_helpdesk/static/description/portal/1p.png | Bin sh_helpdesk/static/description/portal/2p.png | Bin sh_helpdesk/static/description/portal/3p.png | Bin sh_helpdesk/static/description/portal/4p.png | Bin sh_helpdesk/static/description/portal/5p.png | Bin sh_helpdesk/static/description/portal/6p.png | Bin sh_helpdesk/static/description/portal/7p.png | Bin sh_helpdesk/static/description/portal/8p.png | Bin sh_helpdesk/static/description/portal/9p.png | Bin sh_helpdesk/static/description/quick_reply/0.png | Bin sh_helpdesk/static/description/quick_reply/1.png | Bin sh_helpdesk/static/description/quick_reply/10.png | Bin sh_helpdesk/static/description/quick_reply/11.png | Bin sh_helpdesk/static/description/quick_reply/2.png | Bin sh_helpdesk/static/description/quick_reply/3.png | Bin sh_helpdesk/static/description/quick_reply/4.png | Bin sh_helpdesk/static/description/quick_reply/5.png | Bin sh_helpdesk/static/description/quick_reply/6.png | Bin sh_helpdesk/static/description/quick_reply/7.png | Bin sh_helpdesk/static/description/quick_reply/8.png | Bin sh_helpdesk/static/description/quick_reply/9.png | Bin sh_helpdesk/static/description/reply.gif | Bin sh_helpdesk/static/description/reply_status.gif | Bin sh_helpdesk/static/description/resolved_ticket.gif | Bin sh_helpdesk/static/description/s1.png | Bin sh_helpdesk/static/description/s10.png | Bin sh_helpdesk/static/description/s11.png | Bin sh_helpdesk/static/description/s12.png | Bin sh_helpdesk/static/description/s13.png | Bin sh_helpdesk/static/description/s14.png | Bin sh_helpdesk/static/description/s15.png | Bin sh_helpdesk/static/description/s16.png | Bin sh_helpdesk/static/description/s17.png | Bin sh_helpdesk/static/description/s18.png | Bin sh_helpdesk/static/description/s19.png | Bin sh_helpdesk/static/description/s2.png | Bin sh_helpdesk/static/description/s20.png | Bin sh_helpdesk/static/description/s21.png | Bin sh_helpdesk/static/description/s22.png | Bin sh_helpdesk/static/description/s23.png | Bin sh_helpdesk/static/description/s24.png | Bin sh_helpdesk/static/description/s3.png | Bin sh_helpdesk/static/description/s4.png | Bin sh_helpdesk/static/description/s5.png | Bin sh_helpdesk/static/description/s6.png | Bin sh_helpdesk/static/description/s7.png | Bin sh_helpdesk/static/description/s8.png | Bin sh_helpdesk/static/description/s9.png | Bin sh_helpdesk/static/description/search_field.gif | Bin sh_helpdesk/static/description/setting.png | Bin sh_helpdesk/static/description/shape.png | Bin sh_helpdesk/static/description/slovak.png | Bin sh_helpdesk/static/description/spanish.jpg | Bin sh_helpdesk/static/description/ssn1.png | Bin sh_helpdesk/static/description/ssn2.png | Bin sh_helpdesk/static/description/ssn3.png | Bin sh_helpdesk/static/description/ssn4.png | Bin sh_helpdesk/static/description/ssn5.png | Bin sh_helpdesk/static/description/ssn6.png | Bin sh_helpdesk/static/description/ssn7.png | Bin sh_helpdesk/static/description/stages.png | Bin sh_helpdesk/static/description/thank.png | Bin sh_helpdesk/static/description/ticket close.png | Bin sh_helpdesk/static/description/user.png | Bin sh_helpdesk/static/description/w1.png | Bin sh_helpdesk/static/description/w10.png | Bin sh_helpdesk/static/description/w11.png | Bin sh_helpdesk/static/description/w12.png | Bin sh_helpdesk/static/description/w13.png | Bin sh_helpdesk/static/description/w14.png | Bin sh_helpdesk/static/description/w15.png | Bin sh_helpdesk/static/description/w16.png | Bin sh_helpdesk/static/description/w2.png | Bin sh_helpdesk/static/description/w3.png | Bin sh_helpdesk/static/description/w4.png | Bin sh_helpdesk/static/description/w5.png | Bin sh_helpdesk/static/description/w6.png | Bin sh_helpdesk/static/description/w7.png | Bin sh_helpdesk/static/description/w8.png | Bin sh_helpdesk/static/description/w9.png | Bin sh_helpdesk/static/description/web 1.png | Bin sh_helpdesk/static/description/web 2.png | Bin sh_helpdesk/static/description/web 3.png | Bin sh_helpdesk/static/src/css/bootstrap-multiselect.min.css | 0 sh_helpdesk/static/src/css/feedback.scss | 0 sh_helpdesk/static/src/css/ticket_dashboard.css | 0 sh_helpdesk/static/src/img/emg1.svg | 0 sh_helpdesk/static/src/img/emg2.svg | 0 sh_helpdesk/static/src/img/emg3.svg | 0 sh_helpdesk/static/src/img/emg4.svg | 0 sh_helpdesk/static/src/img/emg5.svg | 0 sh_helpdesk/static/src/js/bootstrap-multiselect.min.js | 0 sh_helpdesk/static/src/js/filter.js | 0 sh_helpdesk/static/src/js/helpdesk_ticket_dasboard.js | 0 .../static/src/js/helpdesk_ticket_kanban_examples.js | 0 sh_helpdesk/static/src/js/portal.js | 0 sh_helpdesk/views/helpdesk_alarm.xml | 0 sh_helpdesk/views/helpdesk_assets.xml | 0 sh_helpdesk/views/helpdesk_category_view.xml | 0 sh_helpdesk/views/helpdesk_config_settings_view.xml | 0 sh_helpdesk/views/helpdesk_menu.xml | 0 sh_helpdesk/views/helpdesk_priority_view.xml | 0 sh_helpdesk/views/helpdesk_sla_policies.xml | 0 sh_helpdesk/views/helpdesk_stages_view.xml | 0 sh_helpdesk/views/helpdesk_subcategory_view.xml | 0 sh_helpdesk/views/helpdesk_subject_type_view.xml | 0 sh_helpdesk/views/helpdesk_tags_view.xml | 0 sh_helpdesk/views/helpdesk_team_view.xml | 0 sh_helpdesk/views/helpdesk_ticket_multi_action_view.xml | 0 sh_helpdesk/views/helpdesk_ticket_portal_template.xml | 0 sh_helpdesk/views/helpdesk_ticket_type_view.xml | 0 sh_helpdesk/views/helpdesk_ticket_update_wizard_view.xml | 0 sh_helpdesk/views/helpdesk_ticket_view.xml | 0 sh_helpdesk/views/report_views.xml | 0 sh_helpdesk/views/res_users.xml | 0 sh_helpdesk/views/send_mail_quick_reply.xml | 0 sh_helpdesk/views/sh_helpdeks_report_portal.xml | 0 sh_helpdesk/views/sh_report_helpdesk_ticket_template.xml | 0 sh_helpdesk/views/sh_ticket_feedback_template.xml | 0 sh_helpdesk/views/ticket_dashboard_templates.xml | 0 sh_helpdesk/views/ticket_dashboard_view.xml | 0 sh_helpdesk/wizard/__init__.py | 0 sh_helpdesk/wizard/mail_compose.py | 0 sh_helpdesk/wizard/mail_compose_view.xml | 0 v14_indoteknik/__init__.py | 0 v14_indoteknik/__manifest__.py | 0 v14_indoteknik/models/__init__.py | 0 v14_indoteknik/models/account_move.py | 0 v14_indoteknik/models/account_period.py | 0 v14_indoteknik/models/export_product.py | 0 v14_indoteknik/models/manufacture.py | 0 v14_indoteknik/models/sale.py | 0 v14_indoteknik/security/ir.model.access.csv | 0 v14_indoteknik/static/description/icon.png | Bin v14_indoteknik/views/account_move_view.xml | 0 v14_indoteknik/views/account_period_view.xml | 0 v14_indoteknik/views/export_product_view.xml | 0 v14_indoteknik/views/manufacture_view.xml | 0 v14_indoteknik/views/menu_items.xml | 0 v14_indoteknik/views/purchase_view.xml | 0 v14_indoteknik/wizard/__init__.py | 0 vit_efaktur/__init__.py | 0 vit_efaktur/__manifest__.py | 0 vit_efaktur/__openerp__.py | 0 vit_efaktur/data/context_menu.xml | 0 vit_efaktur/data/cron.xml | 0 vit_efaktur/data/ir_sequence.xml | 0 vit_efaktur/data/parameters.xml | 0 vit_efaktur/model/__init__.py | 0 vit_efaktur/model/efaktur.py | 0 vit_efaktur/model/invoice.py | 0 vit_efaktur/model/partner.py | 0 vit_efaktur/model/product.py | 0 vit_efaktur/report/invoice.xml | 0 vit_efaktur/security/ir.model.access.csv | 0 vit_efaktur/static/description/icon.png | Bin vit_efaktur/static/description/images/auto.png | Bin vit_efaktur/static/description/images/efaktur.png | Bin vit_efaktur/static/description/images/export-barang.png | Bin vit_efaktur/static/description/images/export-fpk.png | Bin vit_efaktur/static/description/images/export-partner.png | Bin vit_efaktur/static/description/images/input-nsfp.png | Bin vit_efaktur/static/description/images/intro.png | Bin vit_efaktur/static/description/images/main_screenshot.jpg | Bin vit_efaktur/static/description/images/main_screenshot.png | Bin vit_efaktur/static/description/index.html | 0 vit_efaktur/static/fpk.csv | 0 vit_efaktur/static/fpm.csv | 0 vit_efaktur/static/partner.csv | 0 vit_efaktur/static/pk.csv | 0 vit_efaktur/static/product.csv | 0 vit_efaktur/static/src/img/export.png | Bin vit_efaktur/static/src/img/icontax.png | Bin vit_efaktur/static/src/img/newtaxicon.jpg | Bin vit_efaktur/view/efaktur.xml | 0 vit_efaktur/view/invoice.xml | 0 vit_efaktur/view/invoice_supplier.xml | 0 vit_efaktur/view/partner.xml | 0 vit_efaktur/view/product.xml | 0 vit_efaktur/wizard/__init__.py | 0 vit_efaktur/wizard/assign.py | 0 vit_efaktur/wizard/assign.xml | 0 vit_efaktur/wizard/auto.py | 0 vit_efaktur/wizard/auto.xml | 0 vit_efaktur/wizard/generate.py | 0 vit_efaktur/wizard/generate.xml | 0 vit_efaktur/wizard/partner.py | 0 vit_efaktur/wizard/partner.xml | 0 vit_efaktur/wizard/pk.py | 0 vit_efaktur/wizard/pk.xml | 0 vit_efaktur/wizard/pm.py | 0 vit_efaktur/wizard/pm.xml | 0 vit_efaktur/wizard/product.py | 0 vit_efaktur/wizard/product.xml | 0 vit_kelurahan/__init__.py | 0 vit_kelurahan/__manifest__.py | 0 vit_kelurahan/__openerp__.py | 0 vit_kelurahan/data.zip | Bin vit_kelurahan/data/res.country.state.csv | 0 vit_kelurahan/data/vit.kecamatan.csv | 0 vit_kelurahan/data/vit.kelurahan.csv | 0 vit_kelurahan/data/vit.kota.csv | 0 vit_kelurahan/model/__init__.py | 0 vit_kelurahan/model/partner.py | 0 vit_kelurahan/security/ir.model.access.csv | 0 vit_kelurahan/static/description/icon.png | Bin vit_kelurahan/view/kecamatan.xml | 0 vit_kelurahan/view/kelurahan.xml | 0 vit_kelurahan/view/kota.xml | 0 vit_kelurahan/view/partner.xml | 0 web_responsive/README.rst | 0 web_responsive/__init__.py | 0 web_responsive/__manifest__.py | 0 web_responsive/i18n/ar.po | 0 web_responsive/i18n/ca.po | 0 web_responsive/i18n/da.po | 0 web_responsive/i18n/de.po | 0 web_responsive/i18n/es.po | 0 web_responsive/i18n/fr.po | 0 web_responsive/i18n/fr_FR.po | 0 web_responsive/i18n/hr.po | 0 web_responsive/i18n/nl.po | 0 web_responsive/i18n/pt.po | 0 web_responsive/i18n/pt_BR.po | 0 web_responsive/i18n/ru.po | 0 web_responsive/i18n/web_responsive.pot | 0 web_responsive/i18n/zh_CN.po | 0 web_responsive/models/__init__.py | 0 web_responsive/models/res_users.py | 0 web_responsive/readme/CONTRIBUTORS.rst | 0 web_responsive/readme/DESCRIPTION.rst | 0 web_responsive/readme/ROADMAP.rst | 0 web_responsive/readme/USAGE.rst | 0 web_responsive/static/description/icon.png | Bin web_responsive/static/description/index.html | 0 web_responsive/static/img/appmenu.gif | Bin web_responsive/static/img/big_checkboxes.gif | Bin web_responsive/static/img/chatter.gif | Bin web_responsive/static/img/chatter_topbar.gif | Bin web_responsive/static/img/document_viewer.gif | Bin web_responsive/static/img/dropdown_scroll.gif | Bin web_responsive/static/img/formview.gif | Bin web_responsive/static/img/listview.gif | Bin web_responsive/static/img/search_panel.gif | Bin web_responsive/static/src/css/kanban_view_mobile.scss | 0 web_responsive/static/src/css/search_view_mobile.scss | 0 web_responsive/static/src/css/web_responsive.scss | 0 web_responsive/static/src/img/home-menu-bg-overlay.svg | 0 web_responsive/static/src/js/kanban_renderer_mobile.js | 0 web_responsive/static/src/js/web_responsive.js | 0 web_responsive/static/src/xml/apps.xml | 0 web_responsive/static/src/xml/attachment_viewer.xml | 0 web_responsive/static/src/xml/control_panel.xml | 0 web_responsive/static/src/xml/discuss.xml | 0 web_responsive/static/src/xml/form_buttons.xml | 0 web_responsive/static/src/xml/menu.xml | 0 web_responsive/static/src/xml/navbar.xml | 0 web_responsive/static/src/xml/search_panel.xml | 0 web_responsive/tests/__init__.py | 0 web_responsive/tests/test_res_users.py | 0 web_responsive/views/assets.xml | 0 web_responsive/views/res_users.xml | 0 web_responsive/views/web.xml | 0 2062 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 account_fiscal_year_period/__init__.py mode change 100644 => 100755 account_fiscal_year_period/__manifest__.py mode change 100644 => 100755 account_fiscal_year_period/data/account_fiscal_sequence.xml mode change 100644 => 100755 account_fiscal_year_period/i18n/ar_SY.po mode change 100644 => 100755 account_fiscal_year_period/models/__init__.py mode change 100644 => 100755 account_fiscal_year_period/models/account_fiscal_year.py mode change 100644 => 100755 account_fiscal_year_period/models/models.py mode change 100644 => 100755 account_fiscal_year_period/security/groups.xml mode change 100644 => 100755 account_fiscal_year_period/security/ir.model.access.csv mode change 100644 => 100755 account_fiscal_year_period/static/description/check_to_open_or_close_period.png mode change 100644 => 100755 account_fiscal_year_period/static/description/close_check.png mode change 100644 => 100755 account_fiscal_year_period/static/description/define_fiscal_period.png mode change 100644 => 100755 account_fiscal_year_period/static/description/define_fiscal_year.png mode change 100644 => 100755 account_fiscal_year_period/static/description/generate_period_by_month.png mode change 100644 => 100755 account_fiscal_year_period/static/description/group.png mode change 100644 => 100755 account_fiscal_year_period/static/description/icon.png mode change 100644 => 100755 account_fiscal_year_period/static/description/index.html mode change 100644 => 100755 account_fiscal_year_period/static/description/inv.png mode change 100644 => 100755 account_fiscal_year_period/static/description/menu.png mode change 100644 => 100755 account_fiscal_year_period/views/fiscal_year.xml mode change 100644 => 100755 account_fiscal_year_period/views/views.xml mode change 100644 => 100755 account_reports_xlsx/README.rst mode change 100644 => 100755 account_reports_xlsx/__init__.py mode change 100644 => 100755 account_reports_xlsx/__manifest__.py mode change 100644 => 100755 account_reports_xlsx/controllers/__init__.py mode change 100644 => 100755 account_reports_xlsx/controllers/main.py mode change 100644 => 100755 account_reports_xlsx/doc/RELEASE_NOTES.md mode change 100644 => 100755 account_reports_xlsx/models/__init__.py mode change 100644 => 100755 account_reports_xlsx/models/account_aged_partner_balance.py mode change 100644 => 100755 account_reports_xlsx/models/account_financial_report.py mode change 100644 => 100755 account_reports_xlsx/models/account_general_ledger.py mode change 100644 => 100755 account_reports_xlsx/models/account_partner_ledger.py mode change 100644 => 100755 account_reports_xlsx/report/__init__.py mode change 100644 => 100755 account_reports_xlsx/report/account_aged_partner_balance.py mode change 100644 => 100755 account_reports_xlsx/security/ir.model.access.csv mode change 100644 => 100755 account_reports_xlsx/static/description/banner.png mode change 100644 => 100755 account_reports_xlsx/static/description/icon.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/Accounting Reports in Excel.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/account_Report_2.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/account_report.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/account_report_3.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/account_report_6.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/account_report_7.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/account_report_8.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/account_report_9.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/accounting-report.gif mode change 100644 => 100755 account_reports_xlsx/static/description/images/accounting_report_4.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/accounting_report_5.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/bank_book.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/banner.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/cash_book.jpeg mode change 100644 => 100755 account_reports_xlsx/static/description/images/checked.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/cybrosys.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/day_book_report.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/dynamic_financial_report.png mode change 100644 => 100755 account_reports_xlsx/static/description/images/full_accounting_kit.gif mode change 100644 => 100755 account_reports_xlsx/static/description/images/project_report.png mode change 100644 => 100755 account_reports_xlsx/static/description/index.html mode change 100644 => 100755 account_reports_xlsx/static/src/js/action_manager.js mode change 100644 => 100755 account_reports_xlsx/views/account_financial_report_data.xml mode change 100644 => 100755 account_reports_xlsx/views/action_manager.xml mode change 100644 => 100755 account_reports_xlsx/views/financial_report_wizard_view.xml mode change 100644 => 100755 account_reports_xlsx/views/financial_report_xls_view.xml mode change 100644 => 100755 account_reports_xlsx/views/general_ledger_report_view.xml mode change 100644 => 100755 account_reports_xlsx/views/general_ledger_report_wizard_view.xml mode change 100644 => 100755 account_reports_xlsx/views/partner_ledgerreport.xml mode change 100644 => 100755 account_reports_xlsx/views/report.xml mode change 100644 => 100755 account_reports_xlsx/views/report_agedpartnerbalance.xml mode change 100644 => 100755 account_reports_xlsx/views/supplier_aging_report_view.xml mode change 100644 => 100755 account_reports_xlsx/wizard/__init__.py mode change 100644 => 100755 account_reports_xlsx/wizard/account_financial_report.py mode change 100644 => 100755 account_reports_xlsx/wizard/account_financial_report_view.xml mode change 100644 => 100755 account_reports_xlsx/wizard/account_report_aged_partner_balance.py mode change 100644 => 100755 account_reports_xlsx/wizard/account_report_aged_partner_balance_view.xml mode change 100644 => 100755 account_reports_xlsx/wizard/account_report_financial.py mode change 100644 => 100755 account_reports_xlsx/wizard/account_report_general_ledger.py mode change 100644 => 100755 account_reports_xlsx/wizard/account_report_general_ledger_view.xml mode change 100644 => 100755 account_reports_xlsx/wizard/account_report_partner_ledger.py mode change 100644 => 100755 account_reports_xlsx/wizard/partner_ledger_wizard_view.xml mode change 100644 => 100755 backend_theme_v14/LICENSE.txt mode change 100644 => 100755 backend_theme_v14/__init__.py mode change 100644 => 100755 backend_theme_v14/__manifest__.py mode change 100644 => 100755 backend_theme_v14/controllers/__init__.py mode change 100644 => 100755 backend_theme_v14/controllers/main.py mode change 100644 => 100755 backend_theme_v14/images/screen.png mode change 100644 => 100755 backend_theme_v14/models/__init__.py mode change 100644 => 100755 backend_theme_v14/models/res_company.py mode change 100644 => 100755 backend_theme_v14/models/res_users.py mode change 100644 => 100755 backend_theme_v14/static/description/icon.png mode change 100644 => 100755 backend_theme_v14/static/description/index.html mode change 100644 => 100755 backend_theme_v14/static/description/screenshot1.png mode change 100644 => 100755 backend_theme_v14/static/description/screenshot2.png mode change 100644 => 100755 backend_theme_v14/static/src/font/Roboto-Regular.ttf mode change 100644 => 100755 backend_theme_v14/static/src/img/checked.svg mode change 100644 => 100755 backend_theme_v14/static/src/img/material-background.png mode change 100644 => 100755 backend_theme_v14/static/src/js/sidebar-toggle.js mode change 100644 => 100755 backend_theme_v14/static/src/js/sidebar.js mode change 100644 => 100755 backend_theme_v14/static/src/scss/colors.scss mode change 100644 => 100755 backend_theme_v14/static/src/scss/sidebar.scss mode change 100644 => 100755 backend_theme_v14/static/src/scss/style.scss mode change 100644 => 100755 backend_theme_v14/views/assets.xml mode change 100644 => 100755 backend_theme_v14/views/res_company_view.xml mode change 100644 => 100755 backend_theme_v14/views/sidebar.xml mode change 100644 => 100755 backend_theme_v14/views/users.xml mode change 100644 => 100755 base_account_budget/README.rst mode change 100644 => 100755 base_account_budget/__init__.py mode change 100644 => 100755 base_account_budget/__manifest__.py mode change 100644 => 100755 base_account_budget/doc/RELEASE_NOTES.md mode change 100644 => 100755 base_account_budget/models/__init__.py mode change 100644 => 100755 base_account_budget/models/account_analytic_account.py mode change 100644 => 100755 base_account_budget/models/account_budget.py mode change 100644 => 100755 base_account_budget/security/account_budget_security.xml mode change 100644 => 100755 base_account_budget/security/ir.model.access.csv mode change 100644 => 100755 base_account_budget/static/description/assets/icons/check.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/chevron.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/cogs.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/consultation.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/education-black.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/license.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/pos-black.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/puzzle.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/service-black.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/trading-black.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/training.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/update.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/user.png mode change 100644 => 100755 base_account_budget/static/description/assets/icons/wrench.png mode change 100644 => 100755 base_account_budget/static/description/assets/modules/approval_image.png mode change 100644 => 100755 base_account_budget/static/description/assets/modules/dynamic_image.png mode change 100644 => 100755 base_account_budget/static/description/assets/modules/list_view_image.png mode change 100644 => 100755 base_account_budget/static/description/assets/modules/multiple_ref_image.png mode change 100644 => 100755 base_account_budget/static/description/assets/modules/print_image.png mode change 100644 => 100755 base_account_budget/static/description/assets/modules/product_return_image.png mode change 100644 => 100755 base_account_budget/static/description/assets/screenshots/base_account_budget-1.png mode change 100644 => 100755 base_account_budget/static/description/assets/screenshots/base_account_budget-2.png mode change 100644 => 100755 base_account_budget/static/description/assets/screenshots/base_account_budget-3.png mode change 100644 => 100755 base_account_budget/static/description/assets/screenshots/base_account_budget-4.png mode change 100644 => 100755 base_account_budget/static/description/assets/screenshots/hero.png mode change 100644 => 100755 base_account_budget/static/description/banner.png mode change 100644 => 100755 base_account_budget/static/description/banner_old.png mode change 100644 => 100755 base_account_budget/static/description/cybro_logo.png mode change 100644 => 100755 base_account_budget/static/description/icon.png mode change 100644 => 100755 base_account_budget/static/description/index.html mode change 100644 => 100755 base_account_budget/views/account_analytic_account_views.xml mode change 100644 => 100755 base_account_budget/views/account_budget_views.xml mode change 100644 => 100755 base_accounting_kit/README.rst mode change 100644 => 100755 base_accounting_kit/__init__.py mode change 100644 => 100755 base_accounting_kit/__manifest__.py mode change 100644 => 100755 base_accounting_kit/data/account_asset_data.xml mode change 100644 => 100755 base_accounting_kit/data/account_financial_report_data.xml mode change 100644 => 100755 base_accounting_kit/data/account_pdc_data.xml mode change 100644 => 100755 base_accounting_kit/data/cash_flow_data.xml mode change 100644 => 100755 base_accounting_kit/data/followup_levels.xml mode change 100644 => 100755 base_accounting_kit/data/multiple_invoice_data.xml mode change 100644 => 100755 base_accounting_kit/data/recurring_entry_cron.xml mode change 100644 => 100755 base_accounting_kit/doc/changelog.md mode change 100644 => 100755 base_accounting_kit/i18n/ar_001.po mode change 100644 => 100755 base_accounting_kit/i18n/de_CH.po mode change 100644 => 100755 base_accounting_kit/i18n/es_AR.po mode change 100644 => 100755 base_accounting_kit/i18n/fr_BE.po mode change 100644 => 100755 base_accounting_kit/i18n/uk_UA.po mode change 100644 => 100755 base_accounting_kit/i18n/zh_HK.po mode change 100644 => 100755 base_accounting_kit/models/__init__.py mode change 100644 => 100755 base_accounting_kit/models/account_account.py mode change 100644 => 100755 base_accounting_kit/models/account_asset.py mode change 100644 => 100755 base_accounting_kit/models/account_dashboard.py mode change 100644 => 100755 base_accounting_kit/models/account_followup.py mode change 100644 => 100755 base_accounting_kit/models/account_journal.py mode change 100644 => 100755 base_accounting_kit/models/account_move.py mode change 100644 => 100755 base_accounting_kit/models/account_payment.py mode change 100644 => 100755 base_accounting_kit/models/credit_limit.py mode change 100644 => 100755 base_accounting_kit/models/multiple_invoice.py mode change 100644 => 100755 base_accounting_kit/models/multiple_invoice_layout.py mode change 100644 => 100755 base_accounting_kit/models/payment_matching.py mode change 100644 => 100755 base_accounting_kit/models/product_template.py mode change 100644 => 100755 base_accounting_kit/models/recurring_payments.py mode change 100644 => 100755 base_accounting_kit/models/res_config_settings.py mode change 100644 => 100755 base_accounting_kit/models/res_partner.py mode change 100644 => 100755 base_accounting_kit/report/__init__.py mode change 100644 => 100755 base_accounting_kit/report/account_asset_report.py mode change 100644 => 100755 base_accounting_kit/report/account_asset_report_views.xml mode change 100644 => 100755 base_accounting_kit/report/account_bank_book.py mode change 100644 => 100755 base_accounting_kit/report/account_bank_book_view.xml mode change 100644 => 100755 base_accounting_kit/report/account_cash_book.py mode change 100644 => 100755 base_accounting_kit/report/account_cash_book_view.xml mode change 100644 => 100755 base_accounting_kit/report/account_day_book.py mode change 100644 => 100755 base_accounting_kit/report/account_day_book_view.xml mode change 100644 => 100755 base_accounting_kit/report/account_report_common_account.py mode change 100644 => 100755 base_accounting_kit/report/cash_flow_report.py mode change 100644 => 100755 base_accounting_kit/report/cash_flow_report.xml mode change 100644 => 100755 base_accounting_kit/report/general_ledger_report.py mode change 100644 => 100755 base_accounting_kit/report/general_ledger_report.xml mode change 100644 => 100755 base_accounting_kit/report/multiple_invoice_layouts.xml mode change 100644 => 100755 base_accounting_kit/report/multiple_invoice_report.py mode change 100644 => 100755 base_accounting_kit/report/multiple_invoice_report.xml mode change 100644 => 100755 base_accounting_kit/report/report.xml mode change 100644 => 100755 base_accounting_kit/report/report_aged_partner.py mode change 100644 => 100755 base_accounting_kit/report/report_aged_partner.xml mode change 100644 => 100755 base_accounting_kit/report/report_financial.py mode change 100644 => 100755 base_accounting_kit/report/report_financial.xml mode change 100644 => 100755 base_accounting_kit/report/report_journal_audit.py mode change 100644 => 100755 base_accounting_kit/report/report_journal_audit.xml mode change 100644 => 100755 base_accounting_kit/report/report_partner_ledger.py mode change 100644 => 100755 base_accounting_kit/report/report_partner_ledger.xml mode change 100644 => 100755 base_accounting_kit/report/report_tax.py mode change 100644 => 100755 base_accounting_kit/report/report_tax.xml mode change 100644 => 100755 base_accounting_kit/report/report_trial_balance.py mode change 100644 => 100755 base_accounting_kit/report/report_trial_balance.xml mode change 100644 => 100755 base_accounting_kit/security/ir.model.access.csv mode change 100644 => 100755 base_accounting_kit/security/security.xml mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/chevron.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/cogs.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/consultation.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/education-black.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/license.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/pos-black.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/puzzle.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/service-black.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/trading-black.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/training.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/update.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/user.png mode change 100644 => 100755 base_accounting_kit/static/description/assets/icons/wrench.png mode change 100644 => 100755 base_accounting_kit/static/description/banner.gif mode change 100644 => 100755 base_accounting_kit/static/description/banner2.gif mode change 100644 => 100755 base_accounting_kit/static/description/banner_feb.gif mode change 100644 => 100755 base_accounting_kit/static/description/banner_old.gif mode change 100644 => 100755 base_accounting_kit/static/description/bannerold.gif mode change 100644 => 100755 base_accounting_kit/static/description/cybro_logo.png mode change 100644 => 100755 base_accounting_kit/static/description/icon.png mode change 100644 => 100755 base_accounting_kit/static/description/images/accounting-dashboard.png mode change 100644 => 100755 base_accounting_kit/static/description/images/arabic.png mode change 100644 => 100755 base_accounting_kit/static/description/images/auto_payroll_banner.png mode change 100644 => 100755 base_accounting_kit/static/description/images/blue-pattern.png mode change 100644 => 100755 base_accounting_kit/static/description/images/bud_banner.png mode change 100644 => 100755 base_accounting_kit/static/description/images/dashboard.png mode change 100644 => 100755 base_accounting_kit/static/description/images/espanol.png mode change 100644 => 100755 base_accounting_kit/static/description/images/green-right-pattern.png mode change 100644 => 100755 base_accounting_kit/static/description/images/hero.png mode change 100644 => 100755 base_accounting_kit/static/description/images/hr_acc_cc_banner.png mode change 100644 => 100755 base_accounting_kit/static/description/images/icons/ecom.png mode change 100644 => 100755 base_accounting_kit/static/description/images/icons/education.png mode change 100644 => 100755 base_accounting_kit/static/description/images/icons/hotel.png mode change 100644 => 100755 base_accounting_kit/static/description/images/icons/manufacturing.png mode change 100644 => 100755 base_accounting_kit/static/description/images/icons/pos.png mode change 100644 => 100755 base_accounting_kit/static/description/images/icons/restaurant.png mode change 100644 => 100755 base_accounting_kit/static/description/images/icons/service.png mode change 100644 => 100755 base_accounting_kit/static/description/images/icons/trading.png mode change 100644 => 100755 base_accounting_kit/static/description/images/icons/update.png mode change 100644 => 100755 base_accounting_kit/static/description/images/logo.png mode change 100644 => 100755 base_accounting_kit/static/description/images/mobile_service_shop_pro_banner.png mode change 100644 => 100755 base_accounting_kit/static/description/images/o_hrms_banner.gif mode change 100644 => 100755 base_accounting_kit/static/description/images/overview.jpg mode change 100644 => 100755 base_accounting_kit/static/description/images/payroll_banner.gif mode change 100644 => 100755 base_accounting_kit/static/description/images/recurring-templates.png mode change 100644 => 100755 base_accounting_kit/static/description/images/red-pattern.png mode change 100644 => 100755 base_accounting_kit/static/description/images/register-customer.png mode change 100644 => 100755 base_accounting_kit/static/description/images/report-1.png mode change 100644 => 100755 base_accounting_kit/static/description/images/report-10.png mode change 100644 => 100755 base_accounting_kit/static/description/images/report-2.png mode change 100644 => 100755 base_accounting_kit/static/description/images/report-3.png mode change 100644 => 100755 base_accounting_kit/static/description/images/report-4.png mode change 100644 => 100755 base_accounting_kit/static/description/images/report-5.png mode change 100644 => 100755 base_accounting_kit/static/description/images/report-6.png mode change 100644 => 100755 base_accounting_kit/static/description/images/report-7.png mode change 100644 => 100755 base_accounting_kit/static/description/images/report-8.png mode change 100644 => 100755 base_accounting_kit/static/description/images/report-9.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/base_accounting_kit-11.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/base_accounting_kit-18.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/base_accounting_kit-21.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/base_accounting_kit-24.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/base_accounting_kit-25.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/base_accounting_kit-3.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/base_accounting_kit-4.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/base_accounting_kit-43.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/base_accounting_kit-5.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot1.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_1.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_2.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_3.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_4.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_5.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot11.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot1_dasboard_arabic.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot1_dashboard_spanish.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot2.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot3.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot4.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot5.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot6.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot7-can combine to one image_1.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot7-can combine to one image_2.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot7-can combine to one image_3.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot7-can combine to one image_4.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot8.png mode change 100644 => 100755 base_accounting_kit/static/description/images/screenshots/screenshot9.png mode change 100644 => 100755 base_accounting_kit/static/description/images/swiss-flag.png mode change 100644 => 100755 base_accounting_kit/static/description/images/trophy.png mode change 100644 => 100755 base_accounting_kit/static/description/images/yellow-pattern.png mode change 100644 => 100755 base_accounting_kit/static/description/index.html mode change 100644 => 100755 base_accounting_kit/static/lib/Chart.bundle.js mode change 100644 => 100755 base_accounting_kit/static/lib/Chart.bundle.min.js mode change 100644 => 100755 base_accounting_kit/static/lib/Chart.css mode change 100644 => 100755 base_accounting_kit/static/lib/Chart.js mode change 100644 => 100755 base_accounting_kit/static/lib/Chart.min.css mode change 100644 => 100755 base_accounting_kit/static/lib/Chart.min.js mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/Gruntfile.js mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/LICENSE mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/README.md mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/_gitignore mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/bower.json mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap-toggle.css mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap-toggle.min.css mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap2-toggle.css mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap2-toggle.min.css mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/doc/header.png mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/doc/nyt.png mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/doc/nytdev.svg mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/doc/script.js mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/doc/stylesheet.css mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/index.html mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap-toggle.js mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap-toggle.min.js mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap-toggle.min.js.map mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap2-toggle.js mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap2-toggle.min.js mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap2-toggle.min.js.map mode change 100644 => 100755 base_accounting_kit/static/lib/bootstrap-toggle-master/package.json mode change 100644 => 100755 base_accounting_kit/static/lib/chartist.min.css mode change 100644 => 100755 base_accounting_kit/static/lib/chartist.min.js mode change 100644 => 100755 base_accounting_kit/static/lib/font-awesome-animation.min.css mode change 100644 => 100755 base_accounting_kit/static/lib/font-awesome.min.css mode change 100644 => 100755 base_accounting_kit/static/lib/fusioncharts.charts.js mode change 100644 => 100755 base_accounting_kit/static/lib/fusioncharts.jqueryplugin.min.js mode change 100644 => 100755 base_accounting_kit/static/lib/fusioncharts.js mode change 100644 => 100755 base_accounting_kit/static/lib/fusioncharts.theme.fusion.js mode change 100644 => 100755 base_accounting_kit/static/lib/jquery-3.3.1.min.js mode change 100644 => 100755 base_accounting_kit/static/src/js/account_asset.js mode change 100644 => 100755 base_accounting_kit/static/src/js/account_dashboard.js mode change 100644 => 100755 base_accounting_kit/static/src/js/payment_matching.js mode change 100644 => 100755 base_accounting_kit/static/src/js/payment_model.js mode change 100644 => 100755 base_accounting_kit/static/src/js/payment_render.js mode change 100644 => 100755 base_accounting_kit/static/src/scss/account_asset.scss mode change 100644 => 100755 base_accounting_kit/static/src/scss/style.scss mode change 100644 => 100755 base_accounting_kit/static/src/xml/payment_matching.xml mode change 100644 => 100755 base_accounting_kit/static/src/xml/template.xml mode change 100644 => 100755 base_accounting_kit/views/account_asset_templates.xml mode change 100644 => 100755 base_accounting_kit/views/account_asset_views.xml mode change 100644 => 100755 base_accounting_kit/views/account_configuration.xml mode change 100644 => 100755 base_accounting_kit/views/account_followup.xml mode change 100644 => 100755 base_accounting_kit/views/account_group.xml mode change 100644 => 100755 base_accounting_kit/views/account_move_views.xml mode change 100644 => 100755 base_accounting_kit/views/account_payment_view.xml mode change 100644 => 100755 base_accounting_kit/views/accounting_menu.xml mode change 100644 => 100755 base_accounting_kit/views/assets.xml mode change 100644 => 100755 base_accounting_kit/views/credit_limit_view.xml mode change 100644 => 100755 base_accounting_kit/views/dashboard_views.xml mode change 100644 => 100755 base_accounting_kit/views/followup_report.xml mode change 100644 => 100755 base_accounting_kit/views/multiple_invoice_form.xml mode change 100644 => 100755 base_accounting_kit/views/multiple_invoice_layout_view.xml mode change 100644 => 100755 base_accounting_kit/views/payment_matching.xml mode change 100644 => 100755 base_accounting_kit/views/product_template_views.xml mode change 100644 => 100755 base_accounting_kit/views/product_views.xml mode change 100644 => 100755 base_accounting_kit/views/recurring_payments_view.xml mode change 100644 => 100755 base_accounting_kit/views/reports_config_view.xml mode change 100644 => 100755 base_accounting_kit/views/res_config_view.xml mode change 100644 => 100755 base_accounting_kit/wizard/__init__.py mode change 100644 => 100755 base_accounting_kit/wizard/account_bank_book_wizard.py mode change 100644 => 100755 base_accounting_kit/wizard/account_bank_book_wizard_view.xml mode change 100644 => 100755 base_accounting_kit/wizard/account_cash_book_wizard.py mode change 100644 => 100755 base_accounting_kit/wizard/account_cash_book_wizard_view.xml mode change 100644 => 100755 base_accounting_kit/wizard/account_day_book_wizard.py mode change 100644 => 100755 base_accounting_kit/wizard/account_day_book_wizard_view.xml mode change 100644 => 100755 base_accounting_kit/wizard/account_lock_date.py mode change 100644 => 100755 base_accounting_kit/wizard/account_lock_date.xml mode change 100644 => 100755 base_accounting_kit/wizard/account_report_common_partner.py mode change 100644 => 100755 base_accounting_kit/wizard/aged_partner.py mode change 100644 => 100755 base_accounting_kit/wizard/aged_partner.xml mode change 100644 => 100755 base_accounting_kit/wizard/asset_depreciation_confirmation_wizard.py mode change 100644 => 100755 base_accounting_kit/wizard/asset_depreciation_confirmation_wizard_views.xml mode change 100644 => 100755 base_accounting_kit/wizard/asset_modify.py mode change 100644 => 100755 base_accounting_kit/wizard/asset_modify_views.xml mode change 100644 => 100755 base_accounting_kit/wizard/cash_flow_report.py mode change 100644 => 100755 base_accounting_kit/wizard/cash_flow_report.xml mode change 100644 => 100755 base_accounting_kit/wizard/financial_report.py mode change 100644 => 100755 base_accounting_kit/wizard/financial_report.xml mode change 100644 => 100755 base_accounting_kit/wizard/general_ledger.py mode change 100644 => 100755 base_accounting_kit/wizard/general_ledger.xml mode change 100644 => 100755 base_accounting_kit/wizard/journal_audit.py mode change 100644 => 100755 base_accounting_kit/wizard/journal_audit.xml mode change 100644 => 100755 base_accounting_kit/wizard/partner_ledger.py mode change 100644 => 100755 base_accounting_kit/wizard/partner_ledger.xml mode change 100644 => 100755 base_accounting_kit/wizard/tax_report.py mode change 100644 => 100755 base_accounting_kit/wizard/tax_report.xml mode change 100644 => 100755 base_accounting_kit/wizard/trial_balance.py mode change 100644 => 100755 base_accounting_kit/wizard/trial_balance.xml mode change 100644 => 100755 code_backend_theme/README.rst mode change 100644 => 100755 code_backend_theme/__init__.py mode change 100644 => 100755 code_backend_theme/__manifest__.py mode change 100644 => 100755 code_backend_theme/assets/assets.xml mode change 100644 => 100755 code_backend_theme/doc/RELEASE_NOTES.md mode change 100644 => 100755 code_backend_theme/hooks.py mode change 100644 => 100755 code_backend_theme/static/description/assets/all_screens.png mode change 100644 => 100755 code_backend_theme/static/description/assets/hero.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._.DS_Store mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._cogs.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._consultation.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._ecom-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._education-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._hotel-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._license.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._lifebuoy.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._manufacturing-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._pos-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._puzzle.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._restaurant-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._service-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._trading-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._training.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._update.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._user.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/._wrench.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/chevron.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/cogs.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/consultation.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/education-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/feature-icons/._lifebuoy.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/feature-icons/document.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/feature-icons/down.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/feature-icons/lifebuoy.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/license.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/pos-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/puzzle.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/service-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/trading-black.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/training.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/update.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/user.png mode change 100644 => 100755 code_backend_theme/static/description/assets/icons/wrench.png mode change 100644 => 100755 code_backend_theme/static/description/assets/menu_focus.png mode change 100644 => 100755 code_backend_theme/static/description/assets/resp-gif.gif mode change 100644 => 100755 code_backend_theme/static/description/assets/responsive.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/alert.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/apps_uninstall.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/chatters.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/discuss.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/form.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/form_product.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/graph.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/group.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/invoice.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/kanban_empl.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/kanban_group.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/kanban_product.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/kanban_recruits.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/kanban_sale.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/kiosk.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/list_purchase.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/list_sales.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/login.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/modal.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/settings.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/sidebar-gif.gif mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/sidebar_list.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/sidebar_settings.png mode change 100644 => 100755 code_backend_theme/static/description/assets/screenshots/tab.png mode change 100644 => 100755 code_backend_theme/static/description/banner.png mode change 100644 => 100755 code_backend_theme/static/description/icon.png mode change 100644 => 100755 code_backend_theme/static/description/index.html mode change 100644 => 100755 code_backend_theme/static/description/theme_screenshot.png mode change 100644 => 100755 code_backend_theme/static/src/img/code_logo.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Attendances.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/CRM.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Calendar.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Contacts.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Dashboards.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Email Marketing.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Employees.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Events.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Expenses.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Fleet.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Inventory.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Invoicing.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Link Tracker.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Live Chat.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Lunch.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Maintenance.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Manufacturing.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Members.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Note.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Point of Sale.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Project.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Purchase.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Recruitment.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Repairs.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/SMS Marketing.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Sales.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Surveys.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Time Off.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Timesheets.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/Website.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/apps.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/close.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/discuss.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/eLearning.png mode change 100644 => 100755 code_backend_theme/static/src/img/icons/settings.png mode change 100644 => 100755 code_backend_theme/static/src/js/chrome/sidebar.js mode change 100644 => 100755 code_backend_theme/static/src/js/chrome/sidebar_menu.js mode change 100644 => 100755 code_backend_theme/static/src/js/fields/basic_fields.js mode change 100644 => 100755 code_backend_theme/static/src/js/fields/graph.js mode change 100644 => 100755 code_backend_theme/static/src/scss/datetimepicker.scss mode change 100644 => 100755 code_backend_theme/static/src/scss/login.scss mode change 100644 => 100755 code_backend_theme/static/src/scss/navigation_bar.scss mode change 100644 => 100755 code_backend_theme/static/src/scss/sidebar.scss mode change 100644 => 100755 code_backend_theme/static/src/scss/theme.scss mode change 100644 => 100755 code_backend_theme/static/src/scss/theme_accent.scss mode change 100644 => 100755 code_backend_theme/static/src/xml/sidebar.xml mode change 100644 => 100755 code_backend_theme/static/src/xml/styles.xml mode change 100644 => 100755 code_backend_theme/static/src/xml/top_bar.xml mode change 100644 => 100755 code_backend_theme/views/icons.xml mode change 100644 => 100755 code_backend_theme/views/layout.xml mode change 100644 => 100755 custom_indoteknik/__init__.py mode change 100644 => 100755 custom_indoteknik/__manifest__.py mode change 100644 => 100755 custom_indoteknik/models/__init__.py mode change 100644 => 100755 custom_indoteknik/models/account_move.py mode change 100644 => 100755 custom_indoteknik/models/account_period.py mode change 100644 => 100755 custom_indoteknik/models/export_product.py mode change 100644 => 100755 custom_indoteknik/models/manufacture.py mode change 100644 => 100755 custom_indoteknik/models/sale.py mode change 100644 => 100755 custom_indoteknik/security/ir.model.access.csv mode change 100644 => 100755 custom_indoteknik/static/description/icon.png mode change 100644 => 100755 custom_indoteknik/views/account_move_view.xml mode change 100644 => 100755 custom_indoteknik/views/account_period_view.xml mode change 100644 => 100755 custom_indoteknik/views/export_product_view.xml mode change 100644 => 100755 custom_indoteknik/views/manufacture_view.xml mode change 100644 => 100755 custom_indoteknik/views/menu_items.xml mode change 100644 => 100755 custom_indoteknik/views/purchase_view.xml mode change 100644 => 100755 custom_indoteknik/wizard/__init__.py mode change 100644 => 100755 dynamic_accounts_report/README.rst mode change 100644 => 100755 dynamic_accounts_report/__init__.py mode change 100644 => 100755 dynamic_accounts_report/__manifest__.py mode change 100644 => 100755 dynamic_accounts_report/controllers/__init__.py mode change 100644 => 100755 dynamic_accounts_report/controllers/controllers.py mode change 100644 => 100755 dynamic_accounts_report/doc/RELEASE_NOTES.md mode change 100644 => 100755 dynamic_accounts_report/report/__init__.py mode change 100644 => 100755 dynamic_accounts_report/report/ageing.py mode change 100644 => 100755 dynamic_accounts_report/report/ageing.xml mode change 100644 => 100755 dynamic_accounts_report/report/cash_flow_report.py mode change 100644 => 100755 dynamic_accounts_report/report/cash_flow_report.xml mode change 100644 => 100755 dynamic_accounts_report/report/daybook.py mode change 100644 => 100755 dynamic_accounts_report/report/daybook.xml mode change 100644 => 100755 dynamic_accounts_report/report/financial_report_template.xml mode change 100644 => 100755 dynamic_accounts_report/report/financial_reports.py mode change 100644 => 100755 dynamic_accounts_report/report/general_ledger.py mode change 100644 => 100755 dynamic_accounts_report/report/general_ledger.xml mode change 100644 => 100755 dynamic_accounts_report/report/partner_ledger.py mode change 100644 => 100755 dynamic_accounts_report/report/partner_ledger.xml mode change 100644 => 100755 dynamic_accounts_report/report/trial_balance.py mode change 100644 => 100755 dynamic_accounts_report/report/trial_balance.xml mode change 100644 => 100755 dynamic_accounts_report/security/ir.model.access.csv mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/._.DS_Store mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/hero-alt.gif mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/hero.gif mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/hero.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._.DS_Store mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._cogs.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._consultation.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._ecom-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._education-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._hotel-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._license.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._lifebuoy.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._manufacturing-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._pos-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._puzzle.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._restaurant-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._service-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._trading-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._training.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._update.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._user.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/._wrench.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/14.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/chevron.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/cogs-plump.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/cogs.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/consultation.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/down.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/education-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/feature-icons/._lifebuoy.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/feature-icons/document.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/feature-icons/down.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/feature-icons/lifebuoy.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/filter.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/journal.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/license.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/pdf-xls.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/pos-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/puzzle.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/service-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/trading-black.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/training.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/update.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/user.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/icons/wrench.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/modules/barcode_scanning.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/modules/barcode_scanning_support.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/modules/dynamic_financial_report.jpg mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/modules/invoice.jpg mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/modules/sale_discount.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/modules/support_package.jpg mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/modules/whatsapp-mail-messaging.jpg mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/01_balance-sheet-report-1.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/02_balance-sheet-report -2-PDF.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/03_balance-sheet-report-3-xlsx.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/04_balance-sheet-report-4-View-General-Ledger.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/05_balance-sheet report -5-View-source -move.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/06_bankbook-drill-down-1.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/07_bank-book-pdf -2.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/08_bank-book-xlsx-3.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/09_filter-applied-in-bank-book.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/10_cash-book-drill-down.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/11_journal-entry-from-cash-book.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/12_cash-flow-statement-detailed-view.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/13_detailed-pdf-report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/14_detailed-xlsx-report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/15_various-report-levels-in-cash-flow.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/16_daybook-drilldown.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/17_journal-entry-from-daybook.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/18_general_ledger_drilldown.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/19_general_ledger_report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/20_partner-ageing-drill-down.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/21_partner-ageing-with-filters-and-report-printing-option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/22_partner-ledger-drill-down.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/23_partner-ledger-with-filters-and-report-printing-option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/24_profit-and-loss-report-with-filters-and-report-printing-option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/25_journal-entry-view-from-general-ledger-wizard.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/26_general-ledger-wizard-with-drill-down-in-profit-and-loss.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/27_view-source-move-from-general-ledger-wizard-in-profit-and-loss.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/28_trial-balance-report-with-filters-and-report-viewing-option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/29-general-ledger-wizard-with-drill-down- and-view-source-move-option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/30_Dynamic-Reports-Menu.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/31_Financial-Report-Configuration-1.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/32_Financial-Report-Configuration-2.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/ageing filters applied.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/ageing pdf report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/ageing source move.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/ageing xlsx report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/balance sheet pdf report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/balance sheet report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/balance sheet xlsx report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/bank book journal entry.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/bank book pdf.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/bank book report with filters and report viewing option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/bank book xlsx.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/bankbook drill down.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/cash book drill down.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/cash book pdf.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/cash book xlsx.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/cash flow statement detailed view.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/cash flow statement summary.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/cash flow statement with filters and report printing option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/cash flow very deatiled xlsx.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/cashbook report with filters and report printing option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/configurable financial reports.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/consolidated cash flow statement.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/daybook drilldown.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/daybook pdf report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/daybook report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/daybook xlsx.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/detailed pdf report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/drill down option in cash flow.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/drilldown in partner ageing.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/filter applied in balance sheet.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/filter applied in bank book.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/filter applied in cash book.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/filters applied in cash flow.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/filters applied in daybook.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/filters applied in partner ledger.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/filters applied in trial balance.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/financial report configuration.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/general ledger wizard with drill down and view source move option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/general ledger wizard with drill down in profit and loss.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/general ledger wizard with view source move and drill down.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/general_ledger_drilldown.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/general_ledger_filters_applied.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/general_ledger_journal_entry.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/general_ledger_pdf_report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/general_ledger_report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/general_ledger_view.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/general_ledger_view_source_move.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/general_ledger_xlsx_report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/image.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/journal entry from cash book.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/journal entry from daybook.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/journal entry from partner ageing.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/journal entry from trial balance.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/partner ageing with filters and report printing option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/partner ledger drill down.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/partner ledger journal entry.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/partner ledger pdf report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/partner ledger with filters and report printing option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/partner ledger xlsx.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/profit and loss filtes applied view.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/profit and loss pdf report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/profit and loss reort with filters and report printing option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/profit and loss xlsx report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/trial balance pdf report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/trial balance repor with filters and report viewing option.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/trial balance xlsx report.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/various report levels in cash flow.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/view general ledger from balance sheet.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/view general ledger from trial balance.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/view general ledger in profit and loss.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/view journal entry from bank book.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/view source move from cash book.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/view source move from daybook.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/view source move from general ledger wizard in profit and loss.png mode change 100644 => 100755 dynamic_accounts_report/static/description/assets/screenshots/view source move from partner ledger.png mode change 100644 => 100755 dynamic_accounts_report/static/description/banner.png mode change 100644 => 100755 dynamic_accounts_report/static/description/cybro_logo.png mode change 100644 => 100755 dynamic_accounts_report/static/description/icon.png mode change 100644 => 100755 dynamic_accounts_report/static/description/images/logo.png mode change 100644 => 100755 dynamic_accounts_report/static/description/index.html mode change 100644 => 100755 dynamic_accounts_report/static/src/css/report.css mode change 100644 => 100755 dynamic_accounts_report/static/src/js/action_manager.js mode change 100644 => 100755 dynamic_accounts_report/static/src/js/ageing.js mode change 100644 => 100755 dynamic_accounts_report/static/src/js/cash_flow.js mode change 100644 => 100755 dynamic_accounts_report/static/src/js/daybook.js mode change 100644 => 100755 dynamic_accounts_report/static/src/js/financial_reports.js mode change 100644 => 100755 dynamic_accounts_report/static/src/js/general_ledger.js mode change 100644 => 100755 dynamic_accounts_report/static/src/js/partner_ledger.js mode change 100644 => 100755 dynamic_accounts_report/static/src/js/trial_balance.js mode change 100644 => 100755 dynamic_accounts_report/static/src/xml/ageing.xml mode change 100644 => 100755 dynamic_accounts_report/static/src/xml/cash_flow_view.xml mode change 100644 => 100755 dynamic_accounts_report/static/src/xml/daybook.xml mode change 100644 => 100755 dynamic_accounts_report/static/src/xml/financial_reports_view.xml mode change 100644 => 100755 dynamic_accounts_report/static/src/xml/general_ledger_view.xml mode change 100644 => 100755 dynamic_accounts_report/static/src/xml/partner_ledger_view.xml mode change 100644 => 100755 dynamic_accounts_report/static/src/xml/trial_balance_view.xml mode change 100644 => 100755 dynamic_accounts_report/views/kit_menus.xml mode change 100644 => 100755 dynamic_accounts_report/views/templates.xml mode change 100644 => 100755 dynamic_accounts_report/views/views.xml mode change 100644 => 100755 dynamic_accounts_report/wizard/__init__.py mode change 100644 => 100755 dynamic_accounts_report/wizard/ageing.py mode change 100644 => 100755 dynamic_accounts_report/wizard/balance_sheet.py mode change 100644 => 100755 dynamic_accounts_report/wizard/balance_sheet_config.py mode change 100644 => 100755 dynamic_accounts_report/wizard/cash_flow.py mode change 100644 => 100755 dynamic_accounts_report/wizard/daybook.py mode change 100644 => 100755 dynamic_accounts_report/wizard/general_ledger.py mode change 100644 => 100755 dynamic_accounts_report/wizard/partner_leadger.py mode change 100644 => 100755 dynamic_accounts_report/wizard/trial_balance.py mode change 100644 => 100755 hr_contract_types/__init__.py mode change 100644 => 100755 hr_contract_types/__manifest__.py mode change 100644 => 100755 hr_contract_types/data/hr_contract_type_data.xml mode change 100644 => 100755 hr_contract_types/doc/RELEASE_NOTES.md mode change 100644 => 100755 hr_contract_types/i18n/ar_001.po mode change 100644 => 100755 hr_contract_types/models/__init__.py mode change 100644 => 100755 hr_contract_types/models/contract_type.py mode change 100644 => 100755 hr_contract_types/security/ir.model.access.csv mode change 100644 => 100755 hr_contract_types/static/description/banner.png mode change 100644 => 100755 hr_contract_types/static/description/icon.png mode change 100644 => 100755 hr_contract_types/static/description/images/1contract.png mode change 100644 => 100755 hr_contract_types/static/description/images/2contract.png mode change 100644 => 100755 hr_contract_types/static/description/images/3contract.png mode change 100644 => 100755 hr_contract_types/static/description/images/banner_lifeline_for_task.jpeg mode change 100644 => 100755 hr_contract_types/static/description/images/banner_project_report_xls_pdf.png mode change 100644 => 100755 hr_contract_types/static/description/images/banner_project_status_report.png mode change 100644 => 100755 hr_contract_types/static/description/images/banner_subtask.jpeg mode change 100644 => 100755 hr_contract_types/static/description/images/banner_task_deadline_reminder.jpeg mode change 100644 => 100755 hr_contract_types/static/description/images/banner_task_statusbar.jpeg mode change 100644 => 100755 hr_contract_types/static/description/images/checked.png mode change 100644 => 100755 hr_contract_types/static/description/images/contract.png mode change 100644 => 100755 hr_contract_types/static/description/images/cybrosys.png mode change 100644 => 100755 hr_contract_types/static/description/index.html mode change 100644 => 100755 hr_contract_types/views/contract_view.xml mode change 100644 => 100755 hr_employee_updation/README.md mode change 100644 => 100755 hr_employee_updation/__init__.py mode change 100644 => 100755 hr_employee_updation/__manifest__.py mode change 100644 => 100755 hr_employee_updation/data/data.xml mode change 100644 => 100755 hr_employee_updation/doc/RELEASE_NOTES.md mode change 100644 => 100755 hr_employee_updation/i18n/ar_001.po mode change 100644 => 100755 hr_employee_updation/models/__init__.py mode change 100644 => 100755 hr_employee_updation/models/hr_contract_days.py mode change 100644 => 100755 hr_employee_updation/models/hr_employee.py mode change 100644 => 100755 hr_employee_updation/models/updation_config.py mode change 100644 => 100755 hr_employee_updation/security/ir.model.access.csv mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/chevron.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/cogs.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/consultation.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/education-black.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/license.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/pos-black.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/puzzle.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/service-black.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/trading-black.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/training.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/update.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/user.png mode change 100644 => 100755 hr_employee_updation/static/description/assets/icons/wrench.png mode change 100644 => 100755 hr_employee_updation/static/description/banner.png mode change 100644 => 100755 hr_employee_updation/static/description/icon.png mode change 100644 => 100755 hr_employee_updation/static/description/images/appraisal_image.png mode change 100644 => 100755 hr_employee_updation/static/description/images/bio_image.png mode change 100644 => 100755 hr_employee_updation/static/description/images/checked.png mode change 100644 => 100755 hr_employee_updation/static/description/images/core_image.gif mode change 100644 => 100755 hr_employee_updation/static/description/images/hero.png mode change 100644 => 100755 hr_employee_updation/static/description/images/module_image.gif mode change 100644 => 100755 hr_employee_updation/static/description/images/openhrms.png mode change 100644 => 100755 hr_employee_updation/static/description/images/salary_image.png mode change 100644 => 100755 hr_employee_updation/static/description/images/shift_image.png mode change 100644 => 100755 hr_employee_updation/static/description/images/updation1.png mode change 100644 => 100755 hr_employee_updation/static/description/images/updation2.png mode change 100644 => 100755 hr_employee_updation/static/description/images/updation3.png mode change 100644 => 100755 hr_employee_updation/static/description/index.html mode change 100644 => 100755 hr_employee_updation/views/contract_days_view.xml mode change 100644 => 100755 hr_employee_updation/views/hr_employee_view.xml mode change 100644 => 100755 hr_employee_updation/views/hr_notification.xml mode change 100644 => 100755 hr_employee_updation/views/updation_config.xml mode change 100644 => 100755 hr_organizational_chart/README.rst mode change 100644 => 100755 hr_organizational_chart/__init__.py mode change 100644 => 100755 hr_organizational_chart/__manifest__.py mode change 100644 => 100755 hr_organizational_chart/controller/__init__.py mode change 100644 => 100755 hr_organizational_chart/controller/main.py mode change 100644 => 100755 hr_organizational_chart/doc/RELEASE_NOTES.md mode change 100644 => 100755 hr_organizational_chart/models/__init__.py mode change 100644 => 100755 hr_organizational_chart/models/models.py mode change 100644 => 100755 hr_organizational_chart/security/ir.model.access.csv mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/chevron.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/cogs.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/consultation.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/education-black.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/license.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/pos-black.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/puzzle.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/service-black.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/trading-black.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/training.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/update.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/user.png mode change 100644 => 100755 hr_organizational_chart/static/description/assets/icons/wrench.png mode change 100644 => 100755 hr_organizational_chart/static/description/banner.png mode change 100644 => 100755 hr_organizational_chart/static/description/icon.png mode change 100644 => 100755 hr_organizational_chart/static/description/images/bio_image.png mode change 100644 => 100755 hr_organizational_chart/static/description/images/chart_expand.png mode change 100644 => 100755 hr_organizational_chart/static/description/images/chart_shrink.png mode change 100644 => 100755 hr_organizational_chart/static/description/images/chart_view.png mode change 100644 => 100755 hr_organizational_chart/static/description/images/checked.png mode change 100644 => 100755 hr_organizational_chart/static/description/images/core_image.gif mode change 100644 => 100755 hr_organizational_chart/static/description/images/custody_image.png mode change 100644 => 100755 hr_organizational_chart/static/description/images/dash_image.gif mode change 100644 => 100755 hr_organizational_chart/static/description/images/hero.png mode change 100644 => 100755 hr_organizational_chart/static/description/images/loan_image.png mode change 100644 => 100755 hr_organizational_chart/static/description/images/menu_item_click.png mode change 100644 => 100755 hr_organizational_chart/static/description/images/openhrms.png mode change 100644 => 100755 hr_organizational_chart/static/description/images/org_chart.gif mode change 100644 => 100755 hr_organizational_chart/static/description/images/profile_view.png mode change 100644 => 100755 hr_organizational_chart/static/description/images/salary_image.png mode change 100644 => 100755 hr_organizational_chart/static/description/index.html mode change 100644 => 100755 hr_organizational_chart/static/js/hr_org_chart.js mode change 100644 => 100755 hr_organizational_chart/static/js/jquery_hr_orgchart.js mode change 100644 => 100755 hr_organizational_chart/static/src/css/hr_orgchart.css mode change 100644 => 100755 hr_organizational_chart/static/src/css/style.css mode change 100644 => 100755 hr_organizational_chart/static/src/img/default_image.png mode change 100644 => 100755 hr_organizational_chart/static/src/js/organizational_view.js mode change 100644 => 100755 hr_organizational_chart/static/src/scss/chart_view.scss mode change 100644 => 100755 hr_organizational_chart/static/src/xml/chart_view.xml mode change 100644 => 100755 hr_organizational_chart/static/src/xml/hr_org_chart_template.xml mode change 100644 => 100755 hr_organizational_chart/views/assets.xml mode change 100644 => 100755 hr_organizational_chart/views/org_chart_views.xml mode change 100644 => 100755 hr_organizational_chart/views/show_employee_chart.xml mode change 100644 => 100755 hr_payroll_community/__init__.py mode change 100644 => 100755 hr_payroll_community/__manifest__.py mode change 100644 => 100755 hr_payroll_community/data/hr_payroll_data.xml mode change 100644 => 100755 hr_payroll_community/data/hr_payroll_demo.xml mode change 100644 => 100755 hr_payroll_community/data/hr_payroll_sequence.xml mode change 100644 => 100755 hr_payroll_community/doc/RELEASE_NOTES.md mode change 100644 => 100755 hr_payroll_community/i18n/af.po mode change 100644 => 100755 hr_payroll_community/i18n/am.po mode change 100644 => 100755 hr_payroll_community/i18n/ar.po mode change 100644 => 100755 hr_payroll_community/i18n/az.po mode change 100644 => 100755 hr_payroll_community/i18n/bg.po mode change 100644 => 100755 hr_payroll_community/i18n/bn.po mode change 100644 => 100755 hr_payroll_community/i18n/bs.po mode change 100644 => 100755 hr_payroll_community/i18n/ca.po mode change 100644 => 100755 hr_payroll_community/i18n/cs.po mode change 100644 => 100755 hr_payroll_community/i18n/da.po mode change 100644 => 100755 hr_payroll_community/i18n/de.po mode change 100644 => 100755 hr_payroll_community/i18n/el.po mode change 100644 => 100755 hr_payroll_community/i18n/en_GB.po mode change 100644 => 100755 hr_payroll_community/i18n/es.po mode change 100644 => 100755 hr_payroll_community/i18n/es_AR.po mode change 100644 => 100755 hr_payroll_community/i18n/es_BO.po mode change 100644 => 100755 hr_payroll_community/i18n/es_CL.po mode change 100644 => 100755 hr_payroll_community/i18n/es_CO.po mode change 100644 => 100755 hr_payroll_community/i18n/es_CR.po mode change 100644 => 100755 hr_payroll_community/i18n/es_DO.po mode change 100644 => 100755 hr_payroll_community/i18n/es_EC.po mode change 100644 => 100755 hr_payroll_community/i18n/es_PE.po mode change 100644 => 100755 hr_payroll_community/i18n/es_PY.po mode change 100644 => 100755 hr_payroll_community/i18n/es_VE.po mode change 100644 => 100755 hr_payroll_community/i18n/et.po mode change 100644 => 100755 hr_payroll_community/i18n/eu.po mode change 100644 => 100755 hr_payroll_community/i18n/fa.po mode change 100644 => 100755 hr_payroll_community/i18n/fi.po mode change 100644 => 100755 hr_payroll_community/i18n/fil.po mode change 100644 => 100755 hr_payroll_community/i18n/fo.po mode change 100644 => 100755 hr_payroll_community/i18n/fr.po mode change 100644 => 100755 hr_payroll_community/i18n/fr_BE.po mode change 100644 => 100755 hr_payroll_community/i18n/fr_CA.po mode change 100644 => 100755 hr_payroll_community/i18n/gl.po mode change 100644 => 100755 hr_payroll_community/i18n/gu.po mode change 100644 => 100755 hr_payroll_community/i18n/he.po mode change 100644 => 100755 hr_payroll_community/i18n/hi.po mode change 100644 => 100755 hr_payroll_community/i18n/hr.po mode change 100644 => 100755 hr_payroll_community/i18n/hu.po mode change 100644 => 100755 hr_payroll_community/i18n/id.po mode change 100644 => 100755 hr_payroll_community/i18n/is.po mode change 100644 => 100755 hr_payroll_community/i18n/it.po mode change 100644 => 100755 hr_payroll_community/i18n/ja.po mode change 100644 => 100755 hr_payroll_community/i18n/ka.po mode change 100644 => 100755 hr_payroll_community/i18n/kab.po mode change 100644 => 100755 hr_payroll_community/i18n/km.po mode change 100644 => 100755 hr_payroll_community/i18n/ko.po mode change 100644 => 100755 hr_payroll_community/i18n/lo.po mode change 100644 => 100755 hr_payroll_community/i18n/lt.po mode change 100644 => 100755 hr_payroll_community/i18n/lv.po mode change 100644 => 100755 hr_payroll_community/i18n/mk.po mode change 100644 => 100755 hr_payroll_community/i18n/mn.po mode change 100644 => 100755 hr_payroll_community/i18n/nb.po mode change 100644 => 100755 hr_payroll_community/i18n/ne.po mode change 100644 => 100755 hr_payroll_community/i18n/nl.po mode change 100644 => 100755 hr_payroll_community/i18n/nl_BE.po mode change 100644 => 100755 hr_payroll_community/i18n/pl.po mode change 100644 => 100755 hr_payroll_community/i18n/pt.po mode change 100644 => 100755 hr_payroll_community/i18n/pt_BR.po mode change 100644 => 100755 hr_payroll_community/i18n/ro.po mode change 100644 => 100755 hr_payroll_community/i18n/ru.po mode change 100644 => 100755 hr_payroll_community/i18n/sk.po mode change 100644 => 100755 hr_payroll_community/i18n/sl.po mode change 100644 => 100755 hr_payroll_community/i18n/sq.po mode change 100644 => 100755 hr_payroll_community/i18n/sr.po mode change 100644 => 100755 hr_payroll_community/i18n/sr@latin.po mode change 100644 => 100755 hr_payroll_community/i18n/sv.po mode change 100644 => 100755 hr_payroll_community/i18n/ta.po mode change 100644 => 100755 hr_payroll_community/i18n/th.po mode change 100644 => 100755 hr_payroll_community/i18n/tr.po mode change 100644 => 100755 hr_payroll_community/i18n/uk.po mode change 100644 => 100755 hr_payroll_community/i18n/vi.po mode change 100644 => 100755 hr_payroll_community/i18n/zh_CN.po mode change 100644 => 100755 hr_payroll_community/i18n/zh_TW.po mode change 100644 => 100755 hr_payroll_community/models/__init__.py mode change 100644 => 100755 hr_payroll_community/models/hr_contract.py mode change 100644 => 100755 hr_payroll_community/models/hr_employee.py mode change 100644 => 100755 hr_payroll_community/models/hr_payslip.py mode change 100644 => 100755 hr_payroll_community/models/hr_salary_rule.py mode change 100644 => 100755 hr_payroll_community/models/res_config_settings.py mode change 100644 => 100755 hr_payroll_community/report/__init__.py mode change 100644 => 100755 hr_payroll_community/report/report_contribution_register.py mode change 100644 => 100755 hr_payroll_community/report/report_payslip_details.py mode change 100644 => 100755 hr_payroll_community/security/hr_payroll_security.xml mode change 100644 => 100755 hr_payroll_community/security/ir.model.access.csv mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/check.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/chevron.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/cogs.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/consultation.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/education-black.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/license.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/pos-black.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/puzzle.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/service-black.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/trading-black.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/training.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/update.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/user.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/icons/wrench.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/modules/approval_image.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/modules/dynamic_image.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/modules/list_view_image.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/modules/multiple_ref_image.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/modules/print_image.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/modules/product_return_image.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/screenshots/01payroll.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/screenshots/02payroll.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/screenshots/03payroll.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/screenshots/04payroll.png mode change 100644 => 100755 hr_payroll_community/static/description/assets/screenshots/hero.png mode change 100644 => 100755 hr_payroll_community/static/description/banner.gif mode change 100644 => 100755 hr_payroll_community/static/description/icon.png mode change 100644 => 100755 hr_payroll_community/static/description/index.html mode change 100644 => 100755 hr_payroll_community/static/description/web_icons.png mode change 100644 => 100755 hr_payroll_community/static/img/hr_employee_payroll-image.jpg mode change 100644 => 100755 hr_payroll_community/tests/__init__.py mode change 100644 => 100755 hr_payroll_community/tests/common.py mode change 100644 => 100755 hr_payroll_community/tests/test_payslip_flow.py mode change 100644 => 100755 hr_payroll_community/views/hr_contract_views.xml mode change 100644 => 100755 hr_payroll_community/views/hr_employee_views.xml mode change 100644 => 100755 hr_payroll_community/views/hr_payroll_report.xml mode change 100644 => 100755 hr_payroll_community/views/hr_payslip_views.xml mode change 100644 => 100755 hr_payroll_community/views/hr_salary_rule_views.xml mode change 100644 => 100755 hr_payroll_community/views/report_contributionregister_templates.xml mode change 100644 => 100755 hr_payroll_community/views/report_payslip_templates.xml mode change 100644 => 100755 hr_payroll_community/views/report_payslipdetails_templates.xml mode change 100644 => 100755 hr_payroll_community/views/res_config_settings_views.xml mode change 100644 => 100755 hr_payroll_community/wizard/__init__.py mode change 100644 => 100755 hr_payroll_community/wizard/hr_payroll_contribution_register_report.py mode change 100644 => 100755 hr_payroll_community/wizard/hr_payroll_contribution_register_report_views.xml mode change 100644 => 100755 hr_payroll_community/wizard/hr_payroll_payslips_by_employees.py mode change 100644 => 100755 hr_payroll_community/wizard/hr_payroll_payslips_by_employees_views.xml mode change 100644 => 100755 hr_resignation/README.rst mode change 100644 => 100755 hr_resignation/__init__.py mode change 100644 => 100755 hr_resignation/__manifest__.py mode change 100644 => 100755 hr_resignation/data/demo_data.xml mode change 100644 => 100755 hr_resignation/data/resign_employee.xml mode change 100644 => 100755 hr_resignation/docs/RELEASE_NOTES.md mode change 100644 => 100755 hr_resignation/i18n/ar_001.po mode change 100644 => 100755 hr_resignation/models/__init__.py mode change 100644 => 100755 hr_resignation/models/hr_resignation.py mode change 100644 => 100755 hr_resignation/security/ir.model.access.csv mode change 100644 => 100755 hr_resignation/security/security.xml mode change 100644 => 100755 hr_resignation/static/description/assets/icons/chevron.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/cogs.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/consultation.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/education-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/license.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/pos-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/puzzle.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/service-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/trading-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/training.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/update.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/user.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/wrench.png mode change 100644 => 100755 hr_resignation/static/description/banner.png mode change 100644 => 100755 hr_resignation/static/description/icon.png mode change 100644 => 100755 hr_resignation/static/description/images/appraisal_image.png mode change 100644 => 100755 hr_resignation/static/description/images/bio_image.png mode change 100644 => 100755 hr_resignation/static/description/images/checked.png mode change 100644 => 100755 hr_resignation/static/description/images/core_image.gif mode change 100644 => 100755 hr_resignation/static/description/images/hero.png mode change 100644 => 100755 hr_resignation/static/description/images/module_image.gif mode change 100644 => 100755 hr_resignation/static/description/images/open-hrms-resignation.gif mode change 100644 => 100755 hr_resignation/static/description/images/openhrms.png mode change 100644 => 100755 hr_resignation/static/description/images/salary_image.png mode change 100644 => 100755 hr_resignation/static/description/images/shift_image.png mode change 100644 => 100755 hr_resignation/static/description/index.html mode change 100644 => 100755 hr_resignation/static/description/resignation_web.png mode change 100644 => 100755 hr_resignation/static/image/resign_employee_id.jpeg mode change 100644 => 100755 hr_resignation/views/approved_resignation.xml mode change 100644 => 100755 hr_resignation/views/hr_employee.xml mode change 100644 => 100755 hr_resignation/views/resignation_sequence.xml mode change 100644 => 100755 hr_resignation/views/resignation_view.xml mode change 100644 => 100755 hr_reward_warning/README.md mode change 100644 => 100755 hr_reward_warning/__init__.py mode change 100644 => 100755 hr_reward_warning/__manifest__.py mode change 100644 => 100755 hr_reward_warning/data/demo_data.xml mode change 100644 => 100755 hr_reward_warning/doc/RELEASE_NOTES.md mode change 100644 => 100755 hr_reward_warning/i18n/ar_001.po mode change 100644 => 100755 hr_reward_warning/models/__init__.py mode change 100644 => 100755 hr_reward_warning/models/hr_employee.py mode change 100644 => 100755 hr_reward_warning/models/hr_warning.py mode change 100644 => 100755 hr_reward_warning/security/ir.model.access.csv mode change 100644 => 100755 hr_reward_warning/security/reward_security.xml mode change 100644 => 100755 hr_reward_warning/static/description/announcement_icon.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/chevron.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/cogs.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/consultation.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/education-black.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/license.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/pos-black.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/puzzle.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/service-black.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/trading-black.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/training.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/update.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/user.png mode change 100644 => 100755 hr_reward_warning/static/description/assets/icons/wrench.png mode change 100644 => 100755 hr_reward_warning/static/description/banner.png mode change 100644 => 100755 hr_reward_warning/static/description/icon.png mode change 100644 => 100755 hr_reward_warning/static/description/images/1announce.png mode change 100644 => 100755 hr_reward_warning/static/description/images/2announce.png mode change 100644 => 100755 hr_reward_warning/static/description/images/appraisal_image.png mode change 100644 => 100755 hr_reward_warning/static/description/images/bio_image.png mode change 100644 => 100755 hr_reward_warning/static/description/images/checked.png mode change 100644 => 100755 hr_reward_warning/static/description/images/core_image.gif mode change 100644 => 100755 hr_reward_warning/static/description/images/hero.png mode change 100644 => 100755 hr_reward_warning/static/description/images/module_image.gif mode change 100644 => 100755 hr_reward_warning/static/description/images/openhrms.png mode change 100644 => 100755 hr_reward_warning/static/description/images/salary_image.png mode change 100644 => 100755 hr_reward_warning/static/description/images/shift_image.png mode change 100644 => 100755 hr_reward_warning/static/description/index.html mode change 100644 => 100755 hr_reward_warning/views/hr_announcement_view.xml mode change 100644 => 100755 hrms_dashboard/README.rst mode change 100644 => 100755 hrms_dashboard/__init__.py mode change 100644 => 100755 hrms_dashboard/__manifest__.py mode change 100644 => 100755 hrms_dashboard/docs/RELEASE_NOTES.md mode change 100644 => 100755 hrms_dashboard/i18n/ar_001.po mode change 100644 => 100755 hrms_dashboard/models/__init__.py mode change 100644 => 100755 hrms_dashboard/models/hrms_dashboard.py mode change 100644 => 100755 hrms_dashboard/report/__init__.py mode change 100644 => 100755 hrms_dashboard/report/broadfactor.py mode change 100644 => 100755 hrms_dashboard/report/broadfactor.xml mode change 100644 => 100755 hrms_dashboard/security/ir.model.access.csv mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/chevron.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/cogs.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/consultation.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/education-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/license.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/pos-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/puzzle.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/service-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/trading-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/training.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/update.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/user.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/wrench.png mode change 100644 => 100755 hrms_dashboard/static/description/banner.gif mode change 100644 => 100755 hrms_dashboard/static/description/icon.png mode change 100644 => 100755 hrms_dashboard/static/description/images/advance_image.png mode change 100644 => 100755 hrms_dashboard/static/description/images/appraisal_image.png mode change 100644 => 100755 hrms_dashboard/static/description/images/bio_image.png mode change 100644 => 100755 hrms_dashboard/static/description/images/checked.png mode change 100644 => 100755 hrms_dashboard/static/description/images/core_image.gif mode change 100644 => 100755 hrms_dashboard/static/description/images/dash_image.gif mode change 100644 => 100755 hrms_dashboard/static/description/images/dashboard.png mode change 100644 => 100755 hrms_dashboard/static/description/images/hero.png mode change 100644 => 100755 hrms_dashboard/static/description/images/join_resign.png mode change 100644 => 100755 hrms_dashboard/static/description/images/monthly leave analysis.png mode change 100644 => 100755 hrms_dashboard/static/description/images/my leave analysis.png mode change 100644 => 100755 hrms_dashboard/static/description/images/openhrms.png mode change 100644 => 100755 hrms_dashboard/static/description/images/salary_image.png mode change 100644 => 100755 hrms_dashboard/static/description/images/shift_image.png mode change 100644 => 100755 hrms_dashboard/static/description/index.html mode change 100644 => 100755 hrms_dashboard/static/src/css/hrms_dashboard.css mode change 100644 => 100755 hrms_dashboard/static/src/css/lib/nv.d3.css mode change 100644 => 100755 hrms_dashboard/static/src/js/hrms_dashboard.js mode change 100644 => 100755 hrms_dashboard/static/src/js/lib/d3.min.js mode change 100644 => 100755 hrms_dashboard/static/src/xml/hrms_dashboard.xml mode change 100644 => 100755 hrms_dashboard/views/dashboard_views.xml mode change 100644 => 100755 mass_cancel_journal_entries/README.md mode change 100644 => 100755 mass_cancel_journal_entries/__init__.py mode change 100644 => 100755 mass_cancel_journal_entries/__manifest__.py mode change 100644 => 100755 mass_cancel_journal_entries/security/ir.model.access.csv mode change 100644 => 100755 mass_cancel_journal_entries/static/description/aktiv-logo.png mode change 100644 => 100755 mass_cancel_journal_entries/static/description/banner.png mode change 100644 => 100755 mass_cancel_journal_entries/static/description/icon.png mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/account_partial_refund_banner.jpeg mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/aged_product_balance_report_banner.jpeg mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/aktivsoftware_logo.png mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/cancel_entries_wizard.png mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/cancel_journal_entries.png mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/cancelled_entries.png mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/cancelled_journal_status.png mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/invoice_report_grouped_by_banner.jpeg mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/journal_entries.png mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/outstanding_invoice_report_banner.jpeg mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/payment_acquirer_report_banner.jpeg mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/payment_reminders_banner.jpeg mode change 100644 => 100755 mass_cancel_journal_entries/static/description/image/user_error.png mode change 100644 => 100755 mass_cancel_journal_entries/static/description/index.html mode change 100644 => 100755 mass_cancel_journal_entries/wizard/__init__.py mode change 100644 => 100755 mass_cancel_journal_entries/wizard/cancel_journal_entries.py mode change 100644 => 100755 mass_cancel_journal_entries/wizard/journal_entries_cancel_wizard.xml mode change 100644 => 100755 muk_web_theme/.gitignore mode change 100644 => 100755 muk_web_theme/LICENSE mode change 100644 => 100755 muk_web_theme/__init__.py mode change 100644 => 100755 muk_web_theme/__manifest__.py mode change 100644 => 100755 muk_web_theme/data/res_company.xml mode change 100644 => 100755 muk_web_theme/doc/changelog.rst mode change 100644 => 100755 muk_web_theme/doc/index.rst mode change 100644 => 100755 muk_web_theme/models/__init__.py mode change 100644 => 100755 muk_web_theme/models/ir_http.py mode change 100644 => 100755 muk_web_theme/models/res_company.py mode change 100644 => 100755 muk_web_theme/models/res_config_settings.py mode change 100644 => 100755 muk_web_theme/models/res_users.py mode change 100644 => 100755 muk_web_theme/models/scss_editor.py mode change 100644 => 100755 muk_web_theme/static/description/banner.png mode change 100644 => 100755 muk_web_theme/static/description/branding_mail_banner.png mode change 100644 => 100755 muk_web_theme/static/description/branding_saas_banner.png mode change 100644 => 100755 muk_web_theme/static/description/branding_website_banner.png mode change 100644 => 100755 muk_web_theme/static/description/icon.png mode change 100644 => 100755 muk_web_theme/static/description/icon.svg mode change 100644 => 100755 muk_web_theme/static/description/index.html mode change 100644 => 100755 muk_web_theme/static/description/logo.png mode change 100644 => 100755 muk_web_theme/static/description/screenshot.png mode change 100644 => 100755 muk_web_theme/static/description/screenshot_apps.png mode change 100644 => 100755 muk_web_theme/static/description/screenshot_chatter.png mode change 100644 => 100755 muk_web_theme/static/description/screenshot_customize.png mode change 100644 => 100755 muk_web_theme/static/description/screenshot_mobile_apps.png mode change 100644 => 100755 muk_web_theme/static/description/screenshot_mobile_form.png mode change 100644 => 100755 muk_web_theme/static/description/screenshot_mobile_kanban.png mode change 100644 => 100755 muk_web_theme/static/description/screenshot_mobile_menu.png mode change 100644 => 100755 muk_web_theme/static/description/screenshot_settings.png mode change 100644 => 100755 muk_web_theme/static/description/service_customization.png mode change 100644 => 100755 muk_web_theme/static/description/service_development.png mode change 100644 => 100755 muk_web_theme/static/description/service_implementation.png mode change 100644 => 100755 muk_web_theme/static/description/service_integration.png mode change 100644 => 100755 muk_web_theme/static/description/service_support.png mode change 100644 => 100755 muk_web_theme/static/description/theme_branding_banner.png mode change 100644 => 100755 muk_web_theme/static/description/theme_mail_banner.png mode change 100644 => 100755 muk_web_theme/static/description/theme_screenshot.png mode change 100644 => 100755 muk_web_theme/static/description/theme_website_banner.png mode change 100644 => 100755 muk_web_theme/static/libs/simplebar/simplebar.css mode change 100644 => 100755 muk_web_theme/static/libs/simplebar/simplebar.js mode change 100644 => 100755 muk_web_theme/static/src/components/control_panel.js mode change 100644 => 100755 muk_web_theme/static/src/components/control_panel.xml mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/LICENSE.txt mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Black.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Black.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Black.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Black.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Bold.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Bold.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Bold.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Bold.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Italic.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Italic.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Italic.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Italic.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Light.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Light.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Light.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Light.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Medium.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Medium.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Medium.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Medium.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Regular.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Regular.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Regular.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Regular.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Thin.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Thin.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Thin.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-Thin.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/LICENSE.txt mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Black.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Black.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Black.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Black.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-BlackItalic.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-BlackItalic.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-BlackItalic.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-BlackItalic.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Light.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Light.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Light.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Light.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-LightItalic.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-LightItalic.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-LightItalic.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-LightItalic.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-MediumItalic.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-MediumItalic.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-MediumItalic.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-MediumItalic.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.woff mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.eot mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.svg mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.ttf mode change 100644 => 100755 muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.woff mode change 100644 => 100755 muk_web_theme/static/src/img/background.png mode change 100644 => 100755 muk_web_theme/static/src/js/chrome/actions.js mode change 100644 => 100755 muk_web_theme/static/src/js/chrome/apps.js mode change 100644 => 100755 muk_web_theme/static/src/js/chrome/appsbar.js mode change 100644 => 100755 muk_web_theme/static/src/js/chrome/menu.js mode change 100644 => 100755 muk_web_theme/static/src/js/core/search.js mode change 100644 => 100755 muk_web_theme/static/src/js/fields/relational.js mode change 100644 => 100755 muk_web_theme/static/src/js/libs/scrollbar.js mode change 100644 => 100755 muk_web_theme/static/src/js/views/form_renderer.js mode change 100644 => 100755 muk_web_theme/static/src/js/views/form_view.js mode change 100644 => 100755 muk_web_theme/static/src/js/views/kanban_column.js mode change 100644 => 100755 muk_web_theme/static/src/js/views/kanban_quick_create.js mode change 100644 => 100755 muk_web_theme/static/src/js/views/kanban_renderer.js mode change 100644 => 100755 muk_web_theme/static/src/scss/apps.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/appsbar.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/colors.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/control_panel.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/fields.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/fonts.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/form_view.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/kanban_view.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/layout.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/list_view.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/mixins.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/navbar.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/notification.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/search_view.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/settings.scss mode change 100644 => 100755 muk_web_theme/static/src/scss/variables.scss mode change 100644 => 100755 muk_web_theme/static/src/xml/apps.xml mode change 100644 => 100755 muk_web_theme/static/src/xml/appsbar.xml mode change 100644 => 100755 muk_web_theme/static/src/xml/base.xml mode change 100644 => 100755 muk_web_theme/static/src/xml/navbar.xml mode change 100644 => 100755 muk_web_theme/static/src/xml/shortcuts.xml mode change 100644 => 100755 muk_web_theme/static/src/xml/views.xml mode change 100644 => 100755 muk_web_theme/template/assets.xml mode change 100644 => 100755 muk_web_theme/template/web.xml mode change 100644 => 100755 muk_web_theme/views/res_config_settings_view.xml mode change 100644 => 100755 muk_web_theme/views/res_users.xml mode change 100644 => 100755 oh_appraisal/README.rst mode change 100644 => 100755 oh_appraisal/__init__.py mode change 100644 => 100755 oh_appraisal/__manifest__.py mode change 100644 => 100755 oh_appraisal/data/demo_data.xml mode change 100644 => 100755 oh_appraisal/data/hr_appraisal_stages.xml mode change 100644 => 100755 oh_appraisal/doc/RELEASE_NOTES.md mode change 100644 => 100755 oh_appraisal/i18n/ar_001.po mode change 100644 => 100755 oh_appraisal/models/__init__.py mode change 100644 => 100755 oh_appraisal/models/hr_appraisal_form.py mode change 100644 => 100755 oh_appraisal/models/hr_appraisal_survey.py mode change 100644 => 100755 oh_appraisal/security/hr_appraisal_security.xml mode change 100644 => 100755 oh_appraisal/security/ir.model.access.csv mode change 100644 => 100755 oh_appraisal/static/description/appraisal_icon.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/chevron.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/cogs.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/consultation.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/education-black.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/license.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/pos-black.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/puzzle.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/service-black.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/trading-black.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/training.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/update.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/user.png mode change 100644 => 100755 oh_appraisal/static/description/assets/icons/wrench.png mode change 100644 => 100755 oh_appraisal/static/description/banner.png mode change 100644 => 100755 oh_appraisal/static/description/icon.png mode change 100644 => 100755 oh_appraisal/static/description/images/1appraisal.png mode change 100644 => 100755 oh_appraisal/static/description/images/2email.png mode change 100644 => 100755 oh_appraisal/static/description/images/3view ans.png mode change 100644 => 100755 oh_appraisal/static/description/images/4settings.png mode change 100644 => 100755 oh_appraisal/static/description/images/checked.png mode change 100644 => 100755 oh_appraisal/static/description/images/checklist_image.png mode change 100644 => 100755 oh_appraisal/static/description/images/core_image.gif mode change 100644 => 100755 oh_appraisal/static/description/images/dashboard_image.gif mode change 100644 => 100755 oh_appraisal/static/description/images/gratuity_image.png mode change 100644 => 100755 oh_appraisal/static/description/images/hero.png mode change 100644 => 100755 oh_appraisal/static/description/images/insurance_image.png mode change 100644 => 100755 oh_appraisal/static/description/images/openhrms.png mode change 100644 => 100755 oh_appraisal/static/description/images/overtime_image.png mode change 100644 => 100755 oh_appraisal/static/description/index.html mode change 100644 => 100755 oh_appraisal/static/image/employee_resign.jpeg mode change 100644 => 100755 oh_appraisal/views/hr_appraisal_form_view.xml mode change 100644 => 100755 oh_appraisal/views/hr_appraisal_survey_views.xml mode change 100644 => 100755 ohrms_loan/README.md mode change 100644 => 100755 ohrms_loan/__init__.py mode change 100644 => 100755 ohrms_loan/__manifest__.py mode change 100644 => 100755 ohrms_loan/data/salary_rule_loan.xml mode change 100644 => 100755 ohrms_loan/doc/RELEASE_NOTES.md mode change 100644 => 100755 ohrms_loan/i18n/ar_001.po mode change 100644 => 100755 ohrms_loan/models/__init__.py mode change 100644 => 100755 ohrms_loan/models/hr_loan.py mode change 100644 => 100755 ohrms_loan/models/hr_payroll.py mode change 100644 => 100755 ohrms_loan/security/ir.model.access.csv mode change 100644 => 100755 ohrms_loan/security/security.xml mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/chevron.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/cogs.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/consultation.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/education-black.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/license.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/pos-black.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/puzzle.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/service-black.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/trading-black.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/training.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/update.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/user.png mode change 100644 => 100755 ohrms_loan/static/description/assets/icons/wrench.png mode change 100644 => 100755 ohrms_loan/static/description/banner.png mode change 100644 => 100755 ohrms_loan/static/description/cybro_logo.png mode change 100644 => 100755 ohrms_loan/static/description/icon.png mode change 100644 => 100755 ohrms_loan/static/description/images/1loan.png mode change 100644 => 100755 ohrms_loan/static/description/images/2loan.png mode change 100644 => 100755 ohrms_loan/static/description/images/3loan.png mode change 100644 => 100755 ohrms_loan/static/description/images/4loan.png mode change 100644 => 100755 ohrms_loan/static/description/images/5loan.png mode change 100644 => 100755 ohrms_loan/static/description/images/6loan.png mode change 100644 => 100755 ohrms_loan/static/description/images/announce_image.png mode change 100644 => 100755 ohrms_loan/static/description/images/checked.png mode change 100644 => 100755 ohrms_loan/static/description/images/core_image.gif mode change 100644 => 100755 ohrms_loan/static/description/images/dash_image.gif mode change 100644 => 100755 ohrms_loan/static/description/images/dashboard_image.gif mode change 100644 => 100755 ohrms_loan/static/description/images/disciplinary_image.png mode change 100644 => 100755 ohrms_loan/static/description/images/documents_image.png mode change 100644 => 100755 ohrms_loan/static/description/images/hero.png mode change 100644 => 100755 ohrms_loan/static/description/images/loan.png mode change 100644 => 100755 ohrms_loan/static/description/images/openhrms.png mode change 100644 => 100755 ohrms_loan/static/description/images/salary_image.png mode change 100644 => 100755 ohrms_loan/static/description/index.html mode change 100644 => 100755 ohrms_loan/static/description/loan_web.png mode change 100644 => 100755 ohrms_loan/static/description/oh_icon.png mode change 100644 => 100755 ohrms_loan/views/hr_loan.xml mode change 100644 => 100755 ohrms_loan/views/hr_loan_seq.xml mode change 100644 => 100755 ohrms_loan/views/hr_payroll.xml mode change 100644 => 100755 ohrms_loan_accounting/README.md mode change 100644 => 100755 ohrms_loan_accounting/__init__.py mode change 100644 => 100755 ohrms_loan_accounting/__manifest__.py mode change 100644 => 100755 ohrms_loan_accounting/doc/RELEASE_NOTES.md mode change 100644 => 100755 ohrms_loan_accounting/i18n/ar_001.po mode change 100644 => 100755 ohrms_loan_accounting/models/__init__.py mode change 100644 => 100755 ohrms_loan_accounting/models/account_move_line.py mode change 100644 => 100755 ohrms_loan_accounting/models/hr_loan_acc.py mode change 100644 => 100755 ohrms_loan_accounting/models/hr_loan_config.py mode change 100644 => 100755 ohrms_loan_accounting/security/ir.model.access.csv mode change 100644 => 100755 ohrms_loan_accounting/security/security.xml mode change 100644 => 100755 ohrms_loan_accounting/static/description/HRMS-BUTTON.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/chevron.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/cogs.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/consultation.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/education-black.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/license.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/pos-black.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/puzzle.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/service-black.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/trading-black.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/training.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/update.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/user.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/assets/icons/wrench.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/banner.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/cybro-service.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/cybro_logo.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/icon.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/appraisal_image.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/bio_image.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/checked.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/core_image.gif mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/hero-openhrms.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/hero.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/loan1.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/loan2.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/loan3.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/loan4.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/loan5.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/loan6.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/module_image.gif mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/openhrms.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/salary_image.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/images/shift_image.png mode change 100644 => 100755 ohrms_loan_accounting/static/description/index.html mode change 100644 => 100755 ohrms_loan_accounting/static/description/oh_icon.png mode change 100644 => 100755 ohrms_loan_accounting/views/hr_loan_acc.xml mode change 100644 => 100755 ohrms_loan_accounting/views/hr_loan_config.xml mode change 100644 => 100755 om_hr_payroll/__init__.py mode change 100644 => 100755 om_hr_payroll/__manifest__.py mode change 100644 => 100755 om_hr_payroll/data/hr_payroll_category.xml mode change 100644 => 100755 om_hr_payroll/data/hr_payroll_data.xml mode change 100644 => 100755 om_hr_payroll/data/hr_payroll_demo.xml mode change 100644 => 100755 om_hr_payroll/data/hr_payroll_sequence.xml mode change 100644 => 100755 om_hr_payroll/data/mail_template.xml mode change 100644 => 100755 om_hr_payroll/i18n/af.po mode change 100644 => 100755 om_hr_payroll/i18n/am.po mode change 100644 => 100755 om_hr_payroll/i18n/ar.po mode change 100644 => 100755 om_hr_payroll/i18n/az.po mode change 100644 => 100755 om_hr_payroll/i18n/bg.po mode change 100644 => 100755 om_hr_payroll/i18n/bn.po mode change 100644 => 100755 om_hr_payroll/i18n/bs.po mode change 100644 => 100755 om_hr_payroll/i18n/ca.po mode change 100644 => 100755 om_hr_payroll/i18n/cs.po mode change 100644 => 100755 om_hr_payroll/i18n/da.po mode change 100644 => 100755 om_hr_payroll/i18n/de.po mode change 100644 => 100755 om_hr_payroll/i18n/el.po mode change 100644 => 100755 om_hr_payroll/i18n/en_GB.po mode change 100644 => 100755 om_hr_payroll/i18n/es.po mode change 100644 => 100755 om_hr_payroll/i18n/es_AR.po mode change 100644 => 100755 om_hr_payroll/i18n/es_BO.po mode change 100644 => 100755 om_hr_payroll/i18n/es_CL.po mode change 100644 => 100755 om_hr_payroll/i18n/es_CO.po mode change 100644 => 100755 om_hr_payroll/i18n/es_CR.po mode change 100644 => 100755 om_hr_payroll/i18n/es_DO.po mode change 100644 => 100755 om_hr_payroll/i18n/es_EC.po mode change 100644 => 100755 om_hr_payroll/i18n/es_PE.po mode change 100644 => 100755 om_hr_payroll/i18n/es_VE.po mode change 100644 => 100755 om_hr_payroll/i18n/et.po mode change 100644 => 100755 om_hr_payroll/i18n/eu.po mode change 100644 => 100755 om_hr_payroll/i18n/fa.po mode change 100644 => 100755 om_hr_payroll/i18n/fi.po mode change 100644 => 100755 om_hr_payroll/i18n/fil.po mode change 100644 => 100755 om_hr_payroll/i18n/fo.po mode change 100644 => 100755 om_hr_payroll/i18n/fr.po mode change 100644 => 100755 om_hr_payroll/i18n/fr_BE.po mode change 100644 => 100755 om_hr_payroll/i18n/fr_CA.po mode change 100644 => 100755 om_hr_payroll/i18n/gl.po mode change 100644 => 100755 om_hr_payroll/i18n/gu.po mode change 100644 => 100755 om_hr_payroll/i18n/he.po mode change 100644 => 100755 om_hr_payroll/i18n/hi.po mode change 100644 => 100755 om_hr_payroll/i18n/hr.po mode change 100644 => 100755 om_hr_payroll/i18n/hr_payroll.pot mode change 100644 => 100755 om_hr_payroll/i18n/hu.po mode change 100644 => 100755 om_hr_payroll/i18n/id.po mode change 100644 => 100755 om_hr_payroll/i18n/is.po mode change 100644 => 100755 om_hr_payroll/i18n/it.po mode change 100644 => 100755 om_hr_payroll/i18n/ja.po mode change 100644 => 100755 om_hr_payroll/i18n/ka.po mode change 100644 => 100755 om_hr_payroll/i18n/kab.po mode change 100644 => 100755 om_hr_payroll/i18n/km.po mode change 100644 => 100755 om_hr_payroll/i18n/ko.po mode change 100644 => 100755 om_hr_payroll/i18n/lo.po mode change 100644 => 100755 om_hr_payroll/i18n/lt.po mode change 100644 => 100755 om_hr_payroll/i18n/lv.po mode change 100644 => 100755 om_hr_payroll/i18n/mk.po mode change 100644 => 100755 om_hr_payroll/i18n/mn.po mode change 100644 => 100755 om_hr_payroll/i18n/nb.po mode change 100644 => 100755 om_hr_payroll/i18n/ne.po mode change 100644 => 100755 om_hr_payroll/i18n/nl.po mode change 100644 => 100755 om_hr_payroll/i18n/nl_BE.po mode change 100644 => 100755 om_hr_payroll/i18n/pl.po mode change 100644 => 100755 om_hr_payroll/i18n/pt.po mode change 100644 => 100755 om_hr_payroll/i18n/pt_BR.po mode change 100644 => 100755 om_hr_payroll/i18n/ro.po mode change 100644 => 100755 om_hr_payroll/i18n/ru.po mode change 100644 => 100755 om_hr_payroll/i18n/sk.po mode change 100644 => 100755 om_hr_payroll/i18n/sl.po mode change 100644 => 100755 om_hr_payroll/i18n/sq.po mode change 100644 => 100755 om_hr_payroll/i18n/sr.po mode change 100644 => 100755 om_hr_payroll/i18n/sr@latin.po mode change 100644 => 100755 om_hr_payroll/i18n/sv.po mode change 100644 => 100755 om_hr_payroll/i18n/ta.po mode change 100644 => 100755 om_hr_payroll/i18n/th.po mode change 100644 => 100755 om_hr_payroll/i18n/tr.po mode change 100644 => 100755 om_hr_payroll/i18n/uk.po mode change 100644 => 100755 om_hr_payroll/i18n/vi.po mode change 100644 => 100755 om_hr_payroll/i18n/zh_CN.po mode change 100644 => 100755 om_hr_payroll/i18n/zh_TW.po mode change 100644 => 100755 om_hr_payroll/models/__init__.py mode change 100644 => 100755 om_hr_payroll/models/hr_contract.py mode change 100644 => 100755 om_hr_payroll/models/hr_employee.py mode change 100644 => 100755 om_hr_payroll/models/hr_payslip.py mode change 100644 => 100755 om_hr_payroll/models/hr_salary_rule.py mode change 100644 => 100755 om_hr_payroll/models/res_config_settings.py mode change 100644 => 100755 om_hr_payroll/report/__init__.py mode change 100644 => 100755 om_hr_payroll/report/report_contribution_register.py mode change 100644 => 100755 om_hr_payroll/report/report_payslip_details.py mode change 100644 => 100755 om_hr_payroll/security/hr_payroll_security.xml mode change 100644 => 100755 om_hr_payroll/security/ir.model.access.csv mode change 100644 => 100755 om_hr_payroll/static/description/banner.png mode change 100644 => 100755 om_hr_payroll/static/description/icon.png mode change 100644 => 100755 om_hr_payroll/static/description/icon.svg mode change 100644 => 100755 om_hr_payroll/static/description/index.html mode change 100644 => 100755 om_hr_payroll/static/description/odoo14_payslip.png mode change 100644 => 100755 om_hr_payroll/static/description/odoo_mates.png mode change 100644 => 100755 om_hr_payroll/static/img/hr_employee_payroll-image.jpg mode change 100644 => 100755 om_hr_payroll/tests/__init__.py mode change 100644 => 100755 om_hr_payroll/tests/common.py mode change 100644 => 100755 om_hr_payroll/tests/test_payslip_flow.py mode change 100644 => 100755 om_hr_payroll/views/hr_contract_views.xml mode change 100644 => 100755 om_hr_payroll/views/hr_employee_views.xml mode change 100644 => 100755 om_hr_payroll/views/hr_payroll_report.xml mode change 100644 => 100755 om_hr_payroll/views/hr_payslip_views.xml mode change 100644 => 100755 om_hr_payroll/views/hr_salary_rule_views.xml mode change 100644 => 100755 om_hr_payroll/views/report_contribution_register_templates.xml mode change 100644 => 100755 om_hr_payroll/views/report_payslip_details_templates.xml mode change 100644 => 100755 om_hr_payroll/views/report_payslip_templates.xml mode change 100644 => 100755 om_hr_payroll/views/res_config_settings_views.xml mode change 100644 => 100755 om_hr_payroll/wizard/__init__.py mode change 100644 => 100755 om_hr_payroll/wizard/hr_payroll_contribution_register_report.py mode change 100644 => 100755 om_hr_payroll/wizard/hr_payroll_contribution_register_report_views.xml mode change 100644 => 100755 om_hr_payroll/wizard/hr_payroll_payslips_by_employees.py mode change 100644 => 100755 om_hr_payroll/wizard/hr_payroll_payslips_by_employees_views.xml mode change 100644 => 100755 sh_helpdesk/README.md mode change 100644 => 100755 sh_helpdesk/__init__.py mode change 100644 => 100755 sh_helpdesk/__manifest__.py mode change 100644 => 100755 sh_helpdesk/controllers/__init__.py mode change 100644 => 100755 sh_helpdesk/controllers/main.py mode change 100644 => 100755 sh_helpdesk/controllers/portal.py mode change 100644 => 100755 sh_helpdesk/current_s.txt mode change 100644 => 100755 sh_helpdesk/data/helpdesk_cron_data.xml mode change 100644 => 100755 sh_helpdesk/data/helpdesk_data.xml mode change 100644 => 100755 sh_helpdesk/data/helpdesk_email_data.xml mode change 100644 => 100755 sh_helpdesk/data/helpdesk_reminder_cron.xml mode change 100644 => 100755 sh_helpdesk/data/helpdesk_reminder_mail_template.xml mode change 100644 => 100755 sh_helpdesk/data/helpdesk_stage_data.xml mode change 100644 => 100755 sh_helpdesk/doc/changelog.rst mode change 100644 => 100755 sh_helpdesk/i18n/ar.po mode change 100644 => 100755 sh_helpdesk/i18n/de.po mode change 100644 => 100755 sh_helpdesk/i18n/es.po mode change 100644 => 100755 sh_helpdesk/i18n/sh_helpdesk.pot mode change 100644 => 100755 sh_helpdesk/i18n/sk.po mode change 100644 => 100755 sh_helpdesk/models/__init__.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_alarm.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_category.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_config_settings.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_policies.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_priority.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_so.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_stages.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_subcategory.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_subject_type.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_tags.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_team.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_ticket.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_ticket_dashboard.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_ticket_type.py mode change 100644 => 100755 sh_helpdesk/models/helpdesk_ticket_update_wizard.py mode change 100644 => 100755 sh_helpdesk/models/res_users.py mode change 100644 => 100755 sh_helpdesk/models/send_mail_quick_reply.py mode change 100644 => 100755 sh_helpdesk/security/ir.model.access.csv mode change 100644 => 100755 sh_helpdesk/security/send_mail_security.xml mode change 100644 => 100755 sh_helpdesk/security/sh_helpdesk_security.xml mode change 100644 => 100755 sh_helpdesk/static/description/0.png mode change 100644 => 100755 sh_helpdesk/static/description/1.png mode change 100644 => 100755 sh_helpdesk/static/description/10.png mode change 100644 => 100755 sh_helpdesk/static/description/11.png mode change 100644 => 100755 sh_helpdesk/static/description/12.png mode change 100644 => 100755 sh_helpdesk/static/description/13.png mode change 100644 => 100755 sh_helpdesk/static/description/14.png mode change 100644 => 100755 sh_helpdesk/static/description/15.png mode change 100644 => 100755 sh_helpdesk/static/description/16.png mode change 100644 => 100755 sh_helpdesk/static/description/17.png mode change 100644 => 100755 sh_helpdesk/static/description/18.png mode change 100644 => 100755 sh_helpdesk/static/description/19.png mode change 100644 => 100755 sh_helpdesk/static/description/2.png mode change 100644 => 100755 sh_helpdesk/static/description/20.png mode change 100644 => 100755 sh_helpdesk/static/description/21.png mode change 100644 => 100755 sh_helpdesk/static/description/22.png mode change 100644 => 100755 sh_helpdesk/static/description/24.png mode change 100644 => 100755 sh_helpdesk/static/description/3.png mode change 100644 => 100755 sh_helpdesk/static/description/4.png mode change 100644 => 100755 sh_helpdesk/static/description/5.png mode change 100644 => 100755 sh_helpdesk/static/description/6.png mode change 100644 => 100755 sh_helpdesk/static/description/7.png mode change 100644 => 100755 sh_helpdesk/static/description/8.png mode change 100644 => 100755 sh_helpdesk/static/description/9.png mode change 100644 => 100755 sh_helpdesk/static/description/Create Ticket From Inbound Mail.png mode change 100644 => 100755 sh_helpdesk/static/description/Dynamic Dashboard.png mode change 100644 => 100755 sh_helpdesk/static/description/Help Desk Portal.png mode change 100644 => 100755 sh_helpdesk/static/description/Helpdesk Backend.png mode change 100644 => 100755 sh_helpdesk/static/description/Helpdesk Multiple User for Backend.png mode change 100644 => 100755 sh_helpdesk/static/description/Helpdesk Multiple User for Portal.png mode change 100644 => 100755 sh_helpdesk/static/description/Helpdesk Portal Customer.png mode change 100644 => 100755 sh_helpdesk/static/description/Helpdesk Portal.png mode change 100644 => 100755 sh_helpdesk/static/description/Helpdesk Quick Reply.png mode change 100644 => 100755 sh_helpdesk/static/description/Helpdesk SLA Policy.png mode change 100644 => 100755 sh_helpdesk/static/description/Helpdesk Ticket Reminder.png mode change 100644 => 100755 sh_helpdesk/static/description/Helpdesk Whatsapp.png mode change 100644 => 100755 sh_helpdesk/static/description/Leader.png mode change 100644 => 100755 sh_helpdesk/static/description/Manage Products.png mode change 100644 => 100755 sh_helpdesk/static/description/Multi_user/MU1.png mode change 100644 => 100755 sh_helpdesk/static/description/Multi_user/MU2.png mode change 100644 => 100755 sh_helpdesk/static/description/Multi_user/MU3.png mode change 100644 => 100755 sh_helpdesk/static/description/Multi_user/MU4.png mode change 100644 => 100755 sh_helpdesk/static/description/Multi_user/MU5.png mode change 100644 => 100755 sh_helpdesk/static/description/Multi_user/MU6.png mode change 100644 => 100755 sh_helpdesk/static/description/My-Company-Your-Ticket-is-generated-Ref-TICKET-0012-Odoo.png mode change 100644 => 100755 sh_helpdesk/static/description/Ticket-Dashboard-Odoo.png mode change 100644 => 100755 sh_helpdesk/static/description/Update Mass Ticket.png mode change 100644 => 100755 sh_helpdesk/static/description/Userwise Helpdesk.png mode change 100644 => 100755 sh_helpdesk/static/description/aarab.png mode change 100644 => 100755 sh_helpdesk/static/description/assign user.png mode change 100644 => 100755 sh_helpdesk/static/description/auto_add_follower.gif mode change 100644 => 100755 sh_helpdesk/static/description/auto_close_ticket.gif mode change 100644 => 100755 sh_helpdesk/static/description/background.png mode change 100644 => 100755 sh_helpdesk/static/description/captcha.png mode change 100644 => 100755 sh_helpdesk/static/description/dashboard_counter_click.gif mode change 100644 => 100755 sh_helpdesk/static/description/email.png mode change 100644 => 100755 sh_helpdesk/static/description/eng.png mode change 100644 => 100755 sh_helpdesk/static/description/feedback portal.png mode change 100644 => 100755 sh_helpdesk/static/description/feedback.png mode change 100644 => 100755 sh_helpdesk/static/description/german.png mode change 100644 => 100755 sh_helpdesk/static/description/helpdesk backend new.png mode change 100644 => 100755 sh_helpdesk/static/description/helpdesk_1.png mode change 100644 => 100755 sh_helpdesk/static/description/helpdesk_2.png mode change 100644 => 100755 sh_helpdesk/static/description/helpdesk_3.png mode change 100644 => 100755 sh_helpdesk/static/description/hot tag.png mode change 100644 => 100755 sh_helpdesk/static/description/icon.png mode change 100644 => 100755 sh_helpdesk/static/description/image1.png mode change 100644 => 100755 sh_helpdesk/static/description/image2.png mode change 100644 => 100755 sh_helpdesk/static/description/image3.png mode change 100644 => 100755 sh_helpdesk/static/description/index.html mode change 100644 => 100755 sh_helpdesk/static/description/like_1.png mode change 100644 => 100755 sh_helpdesk/static/description/like_2.png mode change 100644 => 100755 sh_helpdesk/static/description/like_3.png mode change 100644 => 100755 sh_helpdesk/static/description/mass.gif mode change 100644 => 100755 sh_helpdesk/static/description/new request.png mode change 100644 => 100755 sh_helpdesk/static/description/new tag.png mode change 100644 => 100755 sh_helpdesk/static/description/new.png mode change 100644 => 100755 sh_helpdesk/static/description/neww.png mode change 100644 => 100755 sh_helpdesk/static/description/pdf img.png mode change 100644 => 100755 sh_helpdesk/static/description/pdf.png mode change 100644 => 100755 sh_helpdesk/static/description/portal 1.png mode change 100644 => 100755 sh_helpdesk/static/description/portal form.png mode change 100644 => 100755 sh_helpdesk/static/description/portal list options.png mode change 100644 => 100755 sh_helpdesk/static/description/portal pdf 14.png mode change 100644 => 100755 sh_helpdesk/static/description/portal pdf.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/10p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/11p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/12p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/13p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/14p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/1p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/2p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/3p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/4p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/5p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/6p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/7p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/8p.png mode change 100644 => 100755 sh_helpdesk/static/description/portal/9p.png mode change 100644 => 100755 sh_helpdesk/static/description/quick_reply/0.png mode change 100644 => 100755 sh_helpdesk/static/description/quick_reply/1.png mode change 100644 => 100755 sh_helpdesk/static/description/quick_reply/10.png mode change 100644 => 100755 sh_helpdesk/static/description/quick_reply/11.png mode change 100644 => 100755 sh_helpdesk/static/description/quick_reply/2.png mode change 100644 => 100755 sh_helpdesk/static/description/quick_reply/3.png mode change 100644 => 100755 sh_helpdesk/static/description/quick_reply/4.png mode change 100644 => 100755 sh_helpdesk/static/description/quick_reply/5.png mode change 100644 => 100755 sh_helpdesk/static/description/quick_reply/6.png mode change 100644 => 100755 sh_helpdesk/static/description/quick_reply/7.png mode change 100644 => 100755 sh_helpdesk/static/description/quick_reply/8.png mode change 100644 => 100755 sh_helpdesk/static/description/quick_reply/9.png mode change 100644 => 100755 sh_helpdesk/static/description/reply.gif mode change 100644 => 100755 sh_helpdesk/static/description/reply_status.gif mode change 100644 => 100755 sh_helpdesk/static/description/resolved_ticket.gif mode change 100644 => 100755 sh_helpdesk/static/description/s1.png mode change 100644 => 100755 sh_helpdesk/static/description/s10.png mode change 100644 => 100755 sh_helpdesk/static/description/s11.png mode change 100644 => 100755 sh_helpdesk/static/description/s12.png mode change 100644 => 100755 sh_helpdesk/static/description/s13.png mode change 100644 => 100755 sh_helpdesk/static/description/s14.png mode change 100644 => 100755 sh_helpdesk/static/description/s15.png mode change 100644 => 100755 sh_helpdesk/static/description/s16.png mode change 100644 => 100755 sh_helpdesk/static/description/s17.png mode change 100644 => 100755 sh_helpdesk/static/description/s18.png mode change 100644 => 100755 sh_helpdesk/static/description/s19.png mode change 100644 => 100755 sh_helpdesk/static/description/s2.png mode change 100644 => 100755 sh_helpdesk/static/description/s20.png mode change 100644 => 100755 sh_helpdesk/static/description/s21.png mode change 100644 => 100755 sh_helpdesk/static/description/s22.png mode change 100644 => 100755 sh_helpdesk/static/description/s23.png mode change 100644 => 100755 sh_helpdesk/static/description/s24.png mode change 100644 => 100755 sh_helpdesk/static/description/s3.png mode change 100644 => 100755 sh_helpdesk/static/description/s4.png mode change 100644 => 100755 sh_helpdesk/static/description/s5.png mode change 100644 => 100755 sh_helpdesk/static/description/s6.png mode change 100644 => 100755 sh_helpdesk/static/description/s7.png mode change 100644 => 100755 sh_helpdesk/static/description/s8.png mode change 100644 => 100755 sh_helpdesk/static/description/s9.png mode change 100644 => 100755 sh_helpdesk/static/description/search_field.gif mode change 100644 => 100755 sh_helpdesk/static/description/setting.png mode change 100644 => 100755 sh_helpdesk/static/description/shape.png mode change 100644 => 100755 sh_helpdesk/static/description/slovak.png mode change 100644 => 100755 sh_helpdesk/static/description/spanish.jpg mode change 100644 => 100755 sh_helpdesk/static/description/ssn1.png mode change 100644 => 100755 sh_helpdesk/static/description/ssn2.png mode change 100644 => 100755 sh_helpdesk/static/description/ssn3.png mode change 100644 => 100755 sh_helpdesk/static/description/ssn4.png mode change 100644 => 100755 sh_helpdesk/static/description/ssn5.png mode change 100644 => 100755 sh_helpdesk/static/description/ssn6.png mode change 100644 => 100755 sh_helpdesk/static/description/ssn7.png mode change 100644 => 100755 sh_helpdesk/static/description/stages.png mode change 100644 => 100755 sh_helpdesk/static/description/thank.png mode change 100644 => 100755 sh_helpdesk/static/description/ticket close.png mode change 100644 => 100755 sh_helpdesk/static/description/user.png mode change 100644 => 100755 sh_helpdesk/static/description/w1.png mode change 100644 => 100755 sh_helpdesk/static/description/w10.png mode change 100644 => 100755 sh_helpdesk/static/description/w11.png mode change 100644 => 100755 sh_helpdesk/static/description/w12.png mode change 100644 => 100755 sh_helpdesk/static/description/w13.png mode change 100644 => 100755 sh_helpdesk/static/description/w14.png mode change 100644 => 100755 sh_helpdesk/static/description/w15.png mode change 100644 => 100755 sh_helpdesk/static/description/w16.png mode change 100644 => 100755 sh_helpdesk/static/description/w2.png mode change 100644 => 100755 sh_helpdesk/static/description/w3.png mode change 100644 => 100755 sh_helpdesk/static/description/w4.png mode change 100644 => 100755 sh_helpdesk/static/description/w5.png mode change 100644 => 100755 sh_helpdesk/static/description/w6.png mode change 100644 => 100755 sh_helpdesk/static/description/w7.png mode change 100644 => 100755 sh_helpdesk/static/description/w8.png mode change 100644 => 100755 sh_helpdesk/static/description/w9.png mode change 100644 => 100755 sh_helpdesk/static/description/web 1.png mode change 100644 => 100755 sh_helpdesk/static/description/web 2.png mode change 100644 => 100755 sh_helpdesk/static/description/web 3.png mode change 100644 => 100755 sh_helpdesk/static/src/css/bootstrap-multiselect.min.css mode change 100644 => 100755 sh_helpdesk/static/src/css/feedback.scss mode change 100644 => 100755 sh_helpdesk/static/src/css/ticket_dashboard.css mode change 100644 => 100755 sh_helpdesk/static/src/img/emg1.svg mode change 100644 => 100755 sh_helpdesk/static/src/img/emg2.svg mode change 100644 => 100755 sh_helpdesk/static/src/img/emg3.svg mode change 100644 => 100755 sh_helpdesk/static/src/img/emg4.svg mode change 100644 => 100755 sh_helpdesk/static/src/img/emg5.svg mode change 100644 => 100755 sh_helpdesk/static/src/js/bootstrap-multiselect.min.js mode change 100644 => 100755 sh_helpdesk/static/src/js/filter.js mode change 100644 => 100755 sh_helpdesk/static/src/js/helpdesk_ticket_dasboard.js mode change 100644 => 100755 sh_helpdesk/static/src/js/helpdesk_ticket_kanban_examples.js mode change 100644 => 100755 sh_helpdesk/static/src/js/portal.js mode change 100644 => 100755 sh_helpdesk/views/helpdesk_alarm.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_assets.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_category_view.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_config_settings_view.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_menu.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_priority_view.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_sla_policies.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_stages_view.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_subcategory_view.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_subject_type_view.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_tags_view.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_team_view.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_ticket_multi_action_view.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_ticket_portal_template.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_ticket_type_view.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_ticket_update_wizard_view.xml mode change 100644 => 100755 sh_helpdesk/views/helpdesk_ticket_view.xml mode change 100644 => 100755 sh_helpdesk/views/report_views.xml mode change 100644 => 100755 sh_helpdesk/views/res_users.xml mode change 100644 => 100755 sh_helpdesk/views/send_mail_quick_reply.xml mode change 100644 => 100755 sh_helpdesk/views/sh_helpdeks_report_portal.xml mode change 100644 => 100755 sh_helpdesk/views/sh_report_helpdesk_ticket_template.xml mode change 100644 => 100755 sh_helpdesk/views/sh_ticket_feedback_template.xml mode change 100644 => 100755 sh_helpdesk/views/ticket_dashboard_templates.xml mode change 100644 => 100755 sh_helpdesk/views/ticket_dashboard_view.xml mode change 100644 => 100755 sh_helpdesk/wizard/__init__.py mode change 100644 => 100755 sh_helpdesk/wizard/mail_compose.py mode change 100644 => 100755 sh_helpdesk/wizard/mail_compose_view.xml mode change 100644 => 100755 v14_indoteknik/__init__.py mode change 100644 => 100755 v14_indoteknik/__manifest__.py mode change 100644 => 100755 v14_indoteknik/models/__init__.py mode change 100644 => 100755 v14_indoteknik/models/account_move.py mode change 100644 => 100755 v14_indoteknik/models/account_period.py mode change 100644 => 100755 v14_indoteknik/models/export_product.py mode change 100644 => 100755 v14_indoteknik/models/manufacture.py mode change 100644 => 100755 v14_indoteknik/models/sale.py mode change 100644 => 100755 v14_indoteknik/security/ir.model.access.csv mode change 100644 => 100755 v14_indoteknik/static/description/icon.png mode change 100644 => 100755 v14_indoteknik/views/account_move_view.xml mode change 100644 => 100755 v14_indoteknik/views/account_period_view.xml mode change 100644 => 100755 v14_indoteknik/views/export_product_view.xml mode change 100644 => 100755 v14_indoteknik/views/manufacture_view.xml mode change 100644 => 100755 v14_indoteknik/views/menu_items.xml mode change 100644 => 100755 v14_indoteknik/views/purchase_view.xml mode change 100644 => 100755 v14_indoteknik/wizard/__init__.py mode change 100644 => 100755 vit_efaktur/__init__.py mode change 100644 => 100755 vit_efaktur/__manifest__.py mode change 100644 => 100755 vit_efaktur/__openerp__.py mode change 100644 => 100755 vit_efaktur/data/context_menu.xml mode change 100644 => 100755 vit_efaktur/data/cron.xml mode change 100644 => 100755 vit_efaktur/data/ir_sequence.xml mode change 100644 => 100755 vit_efaktur/data/parameters.xml mode change 100644 => 100755 vit_efaktur/model/__init__.py mode change 100644 => 100755 vit_efaktur/model/efaktur.py mode change 100644 => 100755 vit_efaktur/model/invoice.py mode change 100644 => 100755 vit_efaktur/model/partner.py mode change 100644 => 100755 vit_efaktur/model/product.py mode change 100644 => 100755 vit_efaktur/report/invoice.xml mode change 100644 => 100755 vit_efaktur/security/ir.model.access.csv mode change 100644 => 100755 vit_efaktur/static/description/icon.png mode change 100644 => 100755 vit_efaktur/static/description/images/auto.png mode change 100644 => 100755 vit_efaktur/static/description/images/efaktur.png mode change 100644 => 100755 vit_efaktur/static/description/images/export-barang.png mode change 100644 => 100755 vit_efaktur/static/description/images/export-fpk.png mode change 100644 => 100755 vit_efaktur/static/description/images/export-partner.png mode change 100644 => 100755 vit_efaktur/static/description/images/input-nsfp.png mode change 100644 => 100755 vit_efaktur/static/description/images/intro.png mode change 100644 => 100755 vit_efaktur/static/description/images/main_screenshot.jpg mode change 100644 => 100755 vit_efaktur/static/description/images/main_screenshot.png mode change 100644 => 100755 vit_efaktur/static/description/index.html mode change 100644 => 100755 vit_efaktur/static/fpk.csv mode change 100644 => 100755 vit_efaktur/static/fpm.csv mode change 100644 => 100755 vit_efaktur/static/partner.csv mode change 100644 => 100755 vit_efaktur/static/pk.csv mode change 100644 => 100755 vit_efaktur/static/product.csv mode change 100644 => 100755 vit_efaktur/static/src/img/export.png mode change 100644 => 100755 vit_efaktur/static/src/img/icontax.png mode change 100644 => 100755 vit_efaktur/static/src/img/newtaxicon.jpg mode change 100644 => 100755 vit_efaktur/view/efaktur.xml mode change 100644 => 100755 vit_efaktur/view/invoice.xml mode change 100644 => 100755 vit_efaktur/view/invoice_supplier.xml mode change 100644 => 100755 vit_efaktur/view/partner.xml mode change 100644 => 100755 vit_efaktur/view/product.xml mode change 100644 => 100755 vit_efaktur/wizard/__init__.py mode change 100644 => 100755 vit_efaktur/wizard/assign.py mode change 100644 => 100755 vit_efaktur/wizard/assign.xml mode change 100644 => 100755 vit_efaktur/wizard/auto.py mode change 100644 => 100755 vit_efaktur/wizard/auto.xml mode change 100644 => 100755 vit_efaktur/wizard/generate.py mode change 100644 => 100755 vit_efaktur/wizard/generate.xml mode change 100644 => 100755 vit_efaktur/wizard/partner.py mode change 100644 => 100755 vit_efaktur/wizard/partner.xml mode change 100644 => 100755 vit_efaktur/wizard/pk.py mode change 100644 => 100755 vit_efaktur/wizard/pk.xml mode change 100644 => 100755 vit_efaktur/wizard/pm.py mode change 100644 => 100755 vit_efaktur/wizard/pm.xml mode change 100644 => 100755 vit_efaktur/wizard/product.py mode change 100644 => 100755 vit_efaktur/wizard/product.xml mode change 100644 => 100755 vit_kelurahan/__init__.py mode change 100644 => 100755 vit_kelurahan/__manifest__.py mode change 100644 => 100755 vit_kelurahan/__openerp__.py mode change 100644 => 100755 vit_kelurahan/data.zip mode change 100644 => 100755 vit_kelurahan/data/res.country.state.csv mode change 100644 => 100755 vit_kelurahan/data/vit.kecamatan.csv mode change 100644 => 100755 vit_kelurahan/data/vit.kelurahan.csv mode change 100644 => 100755 vit_kelurahan/data/vit.kota.csv mode change 100644 => 100755 vit_kelurahan/model/__init__.py mode change 100644 => 100755 vit_kelurahan/model/partner.py mode change 100644 => 100755 vit_kelurahan/security/ir.model.access.csv mode change 100644 => 100755 vit_kelurahan/static/description/icon.png mode change 100644 => 100755 vit_kelurahan/view/kecamatan.xml mode change 100644 => 100755 vit_kelurahan/view/kelurahan.xml mode change 100644 => 100755 vit_kelurahan/view/kota.xml mode change 100644 => 100755 vit_kelurahan/view/partner.xml mode change 100644 => 100755 web_responsive/README.rst mode change 100644 => 100755 web_responsive/__init__.py mode change 100644 => 100755 web_responsive/__manifest__.py mode change 100644 => 100755 web_responsive/i18n/ar.po mode change 100644 => 100755 web_responsive/i18n/ca.po mode change 100644 => 100755 web_responsive/i18n/da.po mode change 100644 => 100755 web_responsive/i18n/de.po mode change 100644 => 100755 web_responsive/i18n/es.po mode change 100644 => 100755 web_responsive/i18n/fr.po mode change 100644 => 100755 web_responsive/i18n/fr_FR.po mode change 100644 => 100755 web_responsive/i18n/hr.po mode change 100644 => 100755 web_responsive/i18n/nl.po mode change 100644 => 100755 web_responsive/i18n/pt.po mode change 100644 => 100755 web_responsive/i18n/pt_BR.po mode change 100644 => 100755 web_responsive/i18n/ru.po mode change 100644 => 100755 web_responsive/i18n/web_responsive.pot mode change 100644 => 100755 web_responsive/i18n/zh_CN.po mode change 100644 => 100755 web_responsive/models/__init__.py mode change 100644 => 100755 web_responsive/models/res_users.py mode change 100644 => 100755 web_responsive/readme/CONTRIBUTORS.rst mode change 100644 => 100755 web_responsive/readme/DESCRIPTION.rst mode change 100644 => 100755 web_responsive/readme/ROADMAP.rst mode change 100644 => 100755 web_responsive/readme/USAGE.rst mode change 100644 => 100755 web_responsive/static/description/icon.png mode change 100644 => 100755 web_responsive/static/description/index.html mode change 100644 => 100755 web_responsive/static/img/appmenu.gif mode change 100644 => 100755 web_responsive/static/img/big_checkboxes.gif mode change 100644 => 100755 web_responsive/static/img/chatter.gif mode change 100644 => 100755 web_responsive/static/img/chatter_topbar.gif mode change 100644 => 100755 web_responsive/static/img/document_viewer.gif mode change 100644 => 100755 web_responsive/static/img/dropdown_scroll.gif mode change 100644 => 100755 web_responsive/static/img/formview.gif mode change 100644 => 100755 web_responsive/static/img/listview.gif mode change 100644 => 100755 web_responsive/static/img/search_panel.gif mode change 100644 => 100755 web_responsive/static/src/css/kanban_view_mobile.scss mode change 100644 => 100755 web_responsive/static/src/css/search_view_mobile.scss mode change 100644 => 100755 web_responsive/static/src/css/web_responsive.scss mode change 100644 => 100755 web_responsive/static/src/img/home-menu-bg-overlay.svg mode change 100644 => 100755 web_responsive/static/src/js/kanban_renderer_mobile.js mode change 100644 => 100755 web_responsive/static/src/js/web_responsive.js mode change 100644 => 100755 web_responsive/static/src/xml/apps.xml mode change 100644 => 100755 web_responsive/static/src/xml/attachment_viewer.xml mode change 100644 => 100755 web_responsive/static/src/xml/control_panel.xml mode change 100644 => 100755 web_responsive/static/src/xml/discuss.xml mode change 100644 => 100755 web_responsive/static/src/xml/form_buttons.xml mode change 100644 => 100755 web_responsive/static/src/xml/menu.xml mode change 100644 => 100755 web_responsive/static/src/xml/navbar.xml mode change 100644 => 100755 web_responsive/static/src/xml/search_panel.xml mode change 100644 => 100755 web_responsive/tests/__init__.py mode change 100644 => 100755 web_responsive/tests/test_res_users.py mode change 100644 => 100755 web_responsive/views/assets.xml mode change 100644 => 100755 web_responsive/views/res_users.xml mode change 100644 => 100755 web_responsive/views/web.xml diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/__init__.py b/account_fiscal_year_period/__init__.py old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/__manifest__.py b/account_fiscal_year_period/__manifest__.py old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/data/account_fiscal_sequence.xml b/account_fiscal_year_period/data/account_fiscal_sequence.xml old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/i18n/ar_SY.po b/account_fiscal_year_period/i18n/ar_SY.po old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/models/__init__.py b/account_fiscal_year_period/models/__init__.py old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/models/account_fiscal_year.py b/account_fiscal_year_period/models/account_fiscal_year.py old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/models/models.py b/account_fiscal_year_period/models/models.py old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/security/groups.xml b/account_fiscal_year_period/security/groups.xml old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/security/ir.model.access.csv b/account_fiscal_year_period/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/static/description/check_to_open_or_close_period.png b/account_fiscal_year_period/static/description/check_to_open_or_close_period.png old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/static/description/close_check.png b/account_fiscal_year_period/static/description/close_check.png old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/static/description/define_fiscal_period.png b/account_fiscal_year_period/static/description/define_fiscal_period.png old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/static/description/define_fiscal_year.png b/account_fiscal_year_period/static/description/define_fiscal_year.png old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/static/description/generate_period_by_month.png b/account_fiscal_year_period/static/description/generate_period_by_month.png old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/static/description/group.png b/account_fiscal_year_period/static/description/group.png old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/static/description/icon.png b/account_fiscal_year_period/static/description/icon.png old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/static/description/index.html b/account_fiscal_year_period/static/description/index.html old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/static/description/inv.png b/account_fiscal_year_period/static/description/inv.png old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/static/description/menu.png b/account_fiscal_year_period/static/description/menu.png old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/views/fiscal_year.xml b/account_fiscal_year_period/views/fiscal_year.xml old mode 100644 new mode 100755 diff --git a/account_fiscal_year_period/views/views.xml b/account_fiscal_year_period/views/views.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/README.rst b/account_reports_xlsx/README.rst old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/__init__.py b/account_reports_xlsx/__init__.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/__manifest__.py b/account_reports_xlsx/__manifest__.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/controllers/__init__.py b/account_reports_xlsx/controllers/__init__.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/controllers/main.py b/account_reports_xlsx/controllers/main.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/doc/RELEASE_NOTES.md b/account_reports_xlsx/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/models/__init__.py b/account_reports_xlsx/models/__init__.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/models/account_aged_partner_balance.py b/account_reports_xlsx/models/account_aged_partner_balance.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/models/account_financial_report.py b/account_reports_xlsx/models/account_financial_report.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/models/account_general_ledger.py b/account_reports_xlsx/models/account_general_ledger.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/models/account_partner_ledger.py b/account_reports_xlsx/models/account_partner_ledger.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/report/__init__.py b/account_reports_xlsx/report/__init__.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/report/account_aged_partner_balance.py b/account_reports_xlsx/report/account_aged_partner_balance.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/security/ir.model.access.csv b/account_reports_xlsx/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/banner.png b/account_reports_xlsx/static/description/banner.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/icon.png b/account_reports_xlsx/static/description/icon.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/Accounting Reports in Excel.png b/account_reports_xlsx/static/description/images/Accounting Reports in Excel.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/account_Report_2.png b/account_reports_xlsx/static/description/images/account_Report_2.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/account_report.png b/account_reports_xlsx/static/description/images/account_report.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/account_report_3.png b/account_reports_xlsx/static/description/images/account_report_3.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/account_report_6.png b/account_reports_xlsx/static/description/images/account_report_6.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/account_report_7.png b/account_reports_xlsx/static/description/images/account_report_7.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/account_report_8.png b/account_reports_xlsx/static/description/images/account_report_8.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/account_report_9.png b/account_reports_xlsx/static/description/images/account_report_9.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/accounting-report.gif b/account_reports_xlsx/static/description/images/accounting-report.gif old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/accounting_report_4.png b/account_reports_xlsx/static/description/images/accounting_report_4.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/accounting_report_5.png b/account_reports_xlsx/static/description/images/accounting_report_5.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/bank_book.png b/account_reports_xlsx/static/description/images/bank_book.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/banner.png b/account_reports_xlsx/static/description/images/banner.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/cash_book.jpeg b/account_reports_xlsx/static/description/images/cash_book.jpeg old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/checked.png b/account_reports_xlsx/static/description/images/checked.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/cybrosys.png b/account_reports_xlsx/static/description/images/cybrosys.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/day_book_report.png b/account_reports_xlsx/static/description/images/day_book_report.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/dynamic_financial_report.png b/account_reports_xlsx/static/description/images/dynamic_financial_report.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/full_accounting_kit.gif b/account_reports_xlsx/static/description/images/full_accounting_kit.gif old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/images/project_report.png b/account_reports_xlsx/static/description/images/project_report.png old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/description/index.html b/account_reports_xlsx/static/description/index.html old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/static/src/js/action_manager.js b/account_reports_xlsx/static/src/js/action_manager.js old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/views/account_financial_report_data.xml b/account_reports_xlsx/views/account_financial_report_data.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/views/action_manager.xml b/account_reports_xlsx/views/action_manager.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/views/financial_report_wizard_view.xml b/account_reports_xlsx/views/financial_report_wizard_view.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/views/financial_report_xls_view.xml b/account_reports_xlsx/views/financial_report_xls_view.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/views/general_ledger_report_view.xml b/account_reports_xlsx/views/general_ledger_report_view.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/views/general_ledger_report_wizard_view.xml b/account_reports_xlsx/views/general_ledger_report_wizard_view.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/views/partner_ledgerreport.xml b/account_reports_xlsx/views/partner_ledgerreport.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/views/report.xml b/account_reports_xlsx/views/report.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/views/report_agedpartnerbalance.xml b/account_reports_xlsx/views/report_agedpartnerbalance.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/views/supplier_aging_report_view.xml b/account_reports_xlsx/views/supplier_aging_report_view.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/wizard/__init__.py b/account_reports_xlsx/wizard/__init__.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/wizard/account_financial_report.py b/account_reports_xlsx/wizard/account_financial_report.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/wizard/account_financial_report_view.xml b/account_reports_xlsx/wizard/account_financial_report_view.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/wizard/account_report_aged_partner_balance.py b/account_reports_xlsx/wizard/account_report_aged_partner_balance.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/wizard/account_report_aged_partner_balance_view.xml b/account_reports_xlsx/wizard/account_report_aged_partner_balance_view.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/wizard/account_report_financial.py b/account_reports_xlsx/wizard/account_report_financial.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/wizard/account_report_general_ledger.py b/account_reports_xlsx/wizard/account_report_general_ledger.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/wizard/account_report_general_ledger_view.xml b/account_reports_xlsx/wizard/account_report_general_ledger_view.xml old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/wizard/account_report_partner_ledger.py b/account_reports_xlsx/wizard/account_report_partner_ledger.py old mode 100644 new mode 100755 diff --git a/account_reports_xlsx/wizard/partner_ledger_wizard_view.xml b/account_reports_xlsx/wizard/partner_ledger_wizard_view.xml old mode 100644 new mode 100755 diff --git a/backend_theme_v14/LICENSE.txt b/backend_theme_v14/LICENSE.txt old mode 100644 new mode 100755 diff --git a/backend_theme_v14/__init__.py b/backend_theme_v14/__init__.py old mode 100644 new mode 100755 diff --git a/backend_theme_v14/__manifest__.py b/backend_theme_v14/__manifest__.py old mode 100644 new mode 100755 diff --git a/backend_theme_v14/controllers/__init__.py b/backend_theme_v14/controllers/__init__.py old mode 100644 new mode 100755 diff --git a/backend_theme_v14/controllers/main.py b/backend_theme_v14/controllers/main.py old mode 100644 new mode 100755 diff --git a/backend_theme_v14/images/screen.png b/backend_theme_v14/images/screen.png old mode 100644 new mode 100755 diff --git a/backend_theme_v14/models/__init__.py b/backend_theme_v14/models/__init__.py old mode 100644 new mode 100755 diff --git a/backend_theme_v14/models/res_company.py b/backend_theme_v14/models/res_company.py old mode 100644 new mode 100755 diff --git a/backend_theme_v14/models/res_users.py b/backend_theme_v14/models/res_users.py old mode 100644 new mode 100755 diff --git a/backend_theme_v14/static/description/icon.png b/backend_theme_v14/static/description/icon.png old mode 100644 new mode 100755 diff --git a/backend_theme_v14/static/description/index.html b/backend_theme_v14/static/description/index.html old mode 100644 new mode 100755 diff --git a/backend_theme_v14/static/description/screenshot1.png b/backend_theme_v14/static/description/screenshot1.png old mode 100644 new mode 100755 diff --git a/backend_theme_v14/static/description/screenshot2.png b/backend_theme_v14/static/description/screenshot2.png old mode 100644 new mode 100755 diff --git a/backend_theme_v14/static/src/font/Roboto-Regular.ttf b/backend_theme_v14/static/src/font/Roboto-Regular.ttf old mode 100644 new mode 100755 diff --git a/backend_theme_v14/static/src/img/checked.svg b/backend_theme_v14/static/src/img/checked.svg old mode 100644 new mode 100755 diff --git a/backend_theme_v14/static/src/img/material-background.png b/backend_theme_v14/static/src/img/material-background.png old mode 100644 new mode 100755 diff --git a/backend_theme_v14/static/src/js/sidebar-toggle.js b/backend_theme_v14/static/src/js/sidebar-toggle.js old mode 100644 new mode 100755 diff --git a/backend_theme_v14/static/src/js/sidebar.js b/backend_theme_v14/static/src/js/sidebar.js old mode 100644 new mode 100755 diff --git a/backend_theme_v14/static/src/scss/colors.scss b/backend_theme_v14/static/src/scss/colors.scss old mode 100644 new mode 100755 diff --git a/backend_theme_v14/static/src/scss/sidebar.scss b/backend_theme_v14/static/src/scss/sidebar.scss old mode 100644 new mode 100755 diff --git a/backend_theme_v14/static/src/scss/style.scss b/backend_theme_v14/static/src/scss/style.scss old mode 100644 new mode 100755 diff --git a/backend_theme_v14/views/assets.xml b/backend_theme_v14/views/assets.xml old mode 100644 new mode 100755 diff --git a/backend_theme_v14/views/res_company_view.xml b/backend_theme_v14/views/res_company_view.xml old mode 100644 new mode 100755 diff --git a/backend_theme_v14/views/sidebar.xml b/backend_theme_v14/views/sidebar.xml old mode 100644 new mode 100755 diff --git a/backend_theme_v14/views/users.xml b/backend_theme_v14/views/users.xml old mode 100644 new mode 100755 diff --git a/base_account_budget/README.rst b/base_account_budget/README.rst old mode 100644 new mode 100755 diff --git a/base_account_budget/__init__.py b/base_account_budget/__init__.py old mode 100644 new mode 100755 diff --git a/base_account_budget/__manifest__.py b/base_account_budget/__manifest__.py old mode 100644 new mode 100755 diff --git a/base_account_budget/doc/RELEASE_NOTES.md b/base_account_budget/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/base_account_budget/models/__init__.py b/base_account_budget/models/__init__.py old mode 100644 new mode 100755 diff --git a/base_account_budget/models/account_analytic_account.py b/base_account_budget/models/account_analytic_account.py old mode 100644 new mode 100755 diff --git a/base_account_budget/models/account_budget.py b/base_account_budget/models/account_budget.py old mode 100644 new mode 100755 diff --git a/base_account_budget/security/account_budget_security.xml b/base_account_budget/security/account_budget_security.xml old mode 100644 new mode 100755 diff --git a/base_account_budget/security/ir.model.access.csv b/base_account_budget/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/check.png b/base_account_budget/static/description/assets/icons/check.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/chevron.png b/base_account_budget/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/cogs.png b/base_account_budget/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/consultation.png b/base_account_budget/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/ecom-black.png b/base_account_budget/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/education-black.png b/base_account_budget/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/hotel-black.png b/base_account_budget/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/license.png b/base_account_budget/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/lifebuoy.png b/base_account_budget/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/manufacturing-black.png b/base_account_budget/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/pos-black.png b/base_account_budget/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/puzzle.png b/base_account_budget/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/restaurant-black.png b/base_account_budget/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/service-black.png b/base_account_budget/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/trading-black.png b/base_account_budget/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/training.png b/base_account_budget/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/update.png b/base_account_budget/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/user.png b/base_account_budget/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/icons/wrench.png b/base_account_budget/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/modules/approval_image.png b/base_account_budget/static/description/assets/modules/approval_image.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/modules/dynamic_image.png b/base_account_budget/static/description/assets/modules/dynamic_image.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/modules/list_view_image.png b/base_account_budget/static/description/assets/modules/list_view_image.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/modules/multiple_ref_image.png b/base_account_budget/static/description/assets/modules/multiple_ref_image.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/modules/print_image.png b/base_account_budget/static/description/assets/modules/print_image.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/modules/product_return_image.png b/base_account_budget/static/description/assets/modules/product_return_image.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/screenshots/base_account_budget-1.png b/base_account_budget/static/description/assets/screenshots/base_account_budget-1.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/screenshots/base_account_budget-2.png b/base_account_budget/static/description/assets/screenshots/base_account_budget-2.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/screenshots/base_account_budget-3.png b/base_account_budget/static/description/assets/screenshots/base_account_budget-3.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/screenshots/base_account_budget-4.png b/base_account_budget/static/description/assets/screenshots/base_account_budget-4.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/assets/screenshots/hero.png b/base_account_budget/static/description/assets/screenshots/hero.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/banner.png b/base_account_budget/static/description/banner.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/banner_old.png b/base_account_budget/static/description/banner_old.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/cybro_logo.png b/base_account_budget/static/description/cybro_logo.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/icon.png b/base_account_budget/static/description/icon.png old mode 100644 new mode 100755 diff --git a/base_account_budget/static/description/index.html b/base_account_budget/static/description/index.html old mode 100644 new mode 100755 diff --git a/base_account_budget/views/account_analytic_account_views.xml b/base_account_budget/views/account_analytic_account_views.xml old mode 100644 new mode 100755 diff --git a/base_account_budget/views/account_budget_views.xml b/base_account_budget/views/account_budget_views.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/README.rst b/base_accounting_kit/README.rst old mode 100644 new mode 100755 diff --git a/base_accounting_kit/__init__.py b/base_accounting_kit/__init__.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/__manifest__.py b/base_accounting_kit/__manifest__.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/data/account_asset_data.xml b/base_accounting_kit/data/account_asset_data.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/data/account_financial_report_data.xml b/base_accounting_kit/data/account_financial_report_data.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/data/account_pdc_data.xml b/base_accounting_kit/data/account_pdc_data.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/data/cash_flow_data.xml b/base_accounting_kit/data/cash_flow_data.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/data/followup_levels.xml b/base_accounting_kit/data/followup_levels.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/data/multiple_invoice_data.xml b/base_accounting_kit/data/multiple_invoice_data.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/data/recurring_entry_cron.xml b/base_accounting_kit/data/recurring_entry_cron.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/doc/changelog.md b/base_accounting_kit/doc/changelog.md old mode 100644 new mode 100755 diff --git a/base_accounting_kit/i18n/ar_001.po b/base_accounting_kit/i18n/ar_001.po old mode 100644 new mode 100755 diff --git a/base_accounting_kit/i18n/de_CH.po b/base_accounting_kit/i18n/de_CH.po old mode 100644 new mode 100755 diff --git a/base_accounting_kit/i18n/es_AR.po b/base_accounting_kit/i18n/es_AR.po old mode 100644 new mode 100755 diff --git a/base_accounting_kit/i18n/fr_BE.po b/base_accounting_kit/i18n/fr_BE.po old mode 100644 new mode 100755 diff --git a/base_accounting_kit/i18n/uk_UA.po b/base_accounting_kit/i18n/uk_UA.po old mode 100644 new mode 100755 diff --git a/base_accounting_kit/i18n/zh_HK.po b/base_accounting_kit/i18n/zh_HK.po old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/__init__.py b/base_accounting_kit/models/__init__.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/account_account.py b/base_accounting_kit/models/account_account.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/account_asset.py b/base_accounting_kit/models/account_asset.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/account_dashboard.py b/base_accounting_kit/models/account_dashboard.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/account_followup.py b/base_accounting_kit/models/account_followup.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/account_journal.py b/base_accounting_kit/models/account_journal.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/account_move.py b/base_accounting_kit/models/account_move.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/account_payment.py b/base_accounting_kit/models/account_payment.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/credit_limit.py b/base_accounting_kit/models/credit_limit.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/multiple_invoice.py b/base_accounting_kit/models/multiple_invoice.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/multiple_invoice_layout.py b/base_accounting_kit/models/multiple_invoice_layout.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/payment_matching.py b/base_accounting_kit/models/payment_matching.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/product_template.py b/base_accounting_kit/models/product_template.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/recurring_payments.py b/base_accounting_kit/models/recurring_payments.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/res_config_settings.py b/base_accounting_kit/models/res_config_settings.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/models/res_partner.py b/base_accounting_kit/models/res_partner.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/__init__.py b/base_accounting_kit/report/__init__.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/account_asset_report.py b/base_accounting_kit/report/account_asset_report.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/account_asset_report_views.xml b/base_accounting_kit/report/account_asset_report_views.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/account_bank_book.py b/base_accounting_kit/report/account_bank_book.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/account_bank_book_view.xml b/base_accounting_kit/report/account_bank_book_view.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/account_cash_book.py b/base_accounting_kit/report/account_cash_book.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/account_cash_book_view.xml b/base_accounting_kit/report/account_cash_book_view.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/account_day_book.py b/base_accounting_kit/report/account_day_book.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/account_day_book_view.xml b/base_accounting_kit/report/account_day_book_view.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/account_report_common_account.py b/base_accounting_kit/report/account_report_common_account.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/cash_flow_report.py b/base_accounting_kit/report/cash_flow_report.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/cash_flow_report.xml b/base_accounting_kit/report/cash_flow_report.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/general_ledger_report.py b/base_accounting_kit/report/general_ledger_report.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/general_ledger_report.xml b/base_accounting_kit/report/general_ledger_report.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/multiple_invoice_layouts.xml b/base_accounting_kit/report/multiple_invoice_layouts.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/multiple_invoice_report.py b/base_accounting_kit/report/multiple_invoice_report.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/multiple_invoice_report.xml b/base_accounting_kit/report/multiple_invoice_report.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report.xml b/base_accounting_kit/report/report.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report_aged_partner.py b/base_accounting_kit/report/report_aged_partner.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report_aged_partner.xml b/base_accounting_kit/report/report_aged_partner.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report_financial.py b/base_accounting_kit/report/report_financial.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report_financial.xml b/base_accounting_kit/report/report_financial.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report_journal_audit.py b/base_accounting_kit/report/report_journal_audit.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report_journal_audit.xml b/base_accounting_kit/report/report_journal_audit.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report_partner_ledger.py b/base_accounting_kit/report/report_partner_ledger.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report_partner_ledger.xml b/base_accounting_kit/report/report_partner_ledger.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report_tax.py b/base_accounting_kit/report/report_tax.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report_tax.xml b/base_accounting_kit/report/report_tax.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report_trial_balance.py b/base_accounting_kit/report/report_trial_balance.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/report/report_trial_balance.xml b/base_accounting_kit/report/report_trial_balance.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/security/ir.model.access.csv b/base_accounting_kit/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/base_accounting_kit/security/security.xml b/base_accounting_kit/security/security.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/chevron.png b/base_accounting_kit/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/cogs.png b/base_accounting_kit/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/consultation.png b/base_accounting_kit/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/ecom-black.png b/base_accounting_kit/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/education-black.png b/base_accounting_kit/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/hotel-black.png b/base_accounting_kit/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/license.png b/base_accounting_kit/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/lifebuoy.png b/base_accounting_kit/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/manufacturing-black.png b/base_accounting_kit/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/pos-black.png b/base_accounting_kit/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/puzzle.png b/base_accounting_kit/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/restaurant-black.png b/base_accounting_kit/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/service-black.png b/base_accounting_kit/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/trading-black.png b/base_accounting_kit/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/training.png b/base_accounting_kit/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/update.png b/base_accounting_kit/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/user.png b/base_accounting_kit/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/assets/icons/wrench.png b/base_accounting_kit/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/banner.gif b/base_accounting_kit/static/description/banner.gif old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/banner2.gif b/base_accounting_kit/static/description/banner2.gif old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/banner_feb.gif b/base_accounting_kit/static/description/banner_feb.gif old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/banner_old.gif b/base_accounting_kit/static/description/banner_old.gif old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/bannerold.gif b/base_accounting_kit/static/description/bannerold.gif old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/cybro_logo.png b/base_accounting_kit/static/description/cybro_logo.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/icon.png b/base_accounting_kit/static/description/icon.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/accounting-dashboard.png b/base_accounting_kit/static/description/images/accounting-dashboard.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/arabic.png b/base_accounting_kit/static/description/images/arabic.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/auto_payroll_banner.png b/base_accounting_kit/static/description/images/auto_payroll_banner.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/blue-pattern.png b/base_accounting_kit/static/description/images/blue-pattern.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/bud_banner.png b/base_accounting_kit/static/description/images/bud_banner.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/dashboard.png b/base_accounting_kit/static/description/images/dashboard.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/espanol.png b/base_accounting_kit/static/description/images/espanol.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/green-right-pattern.png b/base_accounting_kit/static/description/images/green-right-pattern.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/hero.png b/base_accounting_kit/static/description/images/hero.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/hr_acc_cc_banner.png b/base_accounting_kit/static/description/images/hr_acc_cc_banner.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/icons/ecom.png b/base_accounting_kit/static/description/images/icons/ecom.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/icons/education.png b/base_accounting_kit/static/description/images/icons/education.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/icons/hotel.png b/base_accounting_kit/static/description/images/icons/hotel.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/icons/manufacturing.png b/base_accounting_kit/static/description/images/icons/manufacturing.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/icons/pos.png b/base_accounting_kit/static/description/images/icons/pos.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/icons/restaurant.png b/base_accounting_kit/static/description/images/icons/restaurant.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/icons/service.png b/base_accounting_kit/static/description/images/icons/service.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/icons/trading.png b/base_accounting_kit/static/description/images/icons/trading.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/icons/update.png b/base_accounting_kit/static/description/images/icons/update.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/logo.png b/base_accounting_kit/static/description/images/logo.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/mobile_service_shop_pro_banner.png b/base_accounting_kit/static/description/images/mobile_service_shop_pro_banner.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/o_hrms_banner.gif b/base_accounting_kit/static/description/images/o_hrms_banner.gif old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/overview.jpg b/base_accounting_kit/static/description/images/overview.jpg old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/payroll_banner.gif b/base_accounting_kit/static/description/images/payroll_banner.gif old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/recurring-templates.png b/base_accounting_kit/static/description/images/recurring-templates.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/red-pattern.png b/base_accounting_kit/static/description/images/red-pattern.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/register-customer.png b/base_accounting_kit/static/description/images/register-customer.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/report-1.png b/base_accounting_kit/static/description/images/report-1.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/report-10.png b/base_accounting_kit/static/description/images/report-10.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/report-2.png b/base_accounting_kit/static/description/images/report-2.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/report-3.png b/base_accounting_kit/static/description/images/report-3.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/report-4.png b/base_accounting_kit/static/description/images/report-4.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/report-5.png b/base_accounting_kit/static/description/images/report-5.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/report-6.png b/base_accounting_kit/static/description/images/report-6.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/report-7.png b/base_accounting_kit/static/description/images/report-7.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/report-8.png b/base_accounting_kit/static/description/images/report-8.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/report-9.png b/base_accounting_kit/static/description/images/report-9.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-11.png b/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-11.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-18.png b/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-18.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-21.png b/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-21.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-24.png b/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-24.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-25.png b/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-25.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-3.png b/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-3.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-4.png b/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-4.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-43.png b/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-43.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-5.png b/base_accounting_kit/static/description/images/screenshots/base_accounting_kit-5.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot1.png b/base_accounting_kit/static/description/images/screenshots/screenshot1.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_1.png b/base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_1.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_2.png b/base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_2.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_3.png b/base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_3.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_4.png b/base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_4.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_5.png b/base_accounting_kit/static/description/images/screenshots/screenshot10-can combine to one image_5.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot11.png b/base_accounting_kit/static/description/images/screenshots/screenshot11.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot1_dasboard_arabic.png b/base_accounting_kit/static/description/images/screenshots/screenshot1_dasboard_arabic.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot1_dashboard_spanish.png b/base_accounting_kit/static/description/images/screenshots/screenshot1_dashboard_spanish.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot2.png b/base_accounting_kit/static/description/images/screenshots/screenshot2.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot3.png b/base_accounting_kit/static/description/images/screenshots/screenshot3.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot4.png b/base_accounting_kit/static/description/images/screenshots/screenshot4.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot5.png b/base_accounting_kit/static/description/images/screenshots/screenshot5.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot6.png b/base_accounting_kit/static/description/images/screenshots/screenshot6.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot7-can combine to one image_1.png b/base_accounting_kit/static/description/images/screenshots/screenshot7-can combine to one image_1.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot7-can combine to one image_2.png b/base_accounting_kit/static/description/images/screenshots/screenshot7-can combine to one image_2.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot7-can combine to one image_3.png b/base_accounting_kit/static/description/images/screenshots/screenshot7-can combine to one image_3.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot7-can combine to one image_4.png b/base_accounting_kit/static/description/images/screenshots/screenshot7-can combine to one image_4.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot8.png b/base_accounting_kit/static/description/images/screenshots/screenshot8.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/screenshots/screenshot9.png b/base_accounting_kit/static/description/images/screenshots/screenshot9.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/swiss-flag.png b/base_accounting_kit/static/description/images/swiss-flag.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/trophy.png b/base_accounting_kit/static/description/images/trophy.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/images/yellow-pattern.png b/base_accounting_kit/static/description/images/yellow-pattern.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/description/index.html b/base_accounting_kit/static/description/index.html old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/Chart.bundle.js b/base_accounting_kit/static/lib/Chart.bundle.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/Chart.bundle.min.js b/base_accounting_kit/static/lib/Chart.bundle.min.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/Chart.css b/base_accounting_kit/static/lib/Chart.css old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/Chart.js b/base_accounting_kit/static/lib/Chart.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/Chart.min.css b/base_accounting_kit/static/lib/Chart.min.css old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/Chart.min.js b/base_accounting_kit/static/lib/Chart.min.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/Gruntfile.js b/base_accounting_kit/static/lib/bootstrap-toggle-master/Gruntfile.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/LICENSE b/base_accounting_kit/static/lib/bootstrap-toggle-master/LICENSE old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/README.md b/base_accounting_kit/static/lib/bootstrap-toggle-master/README.md old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/_gitignore b/base_accounting_kit/static/lib/bootstrap-toggle-master/_gitignore old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/bower.json b/base_accounting_kit/static/lib/bootstrap-toggle-master/bower.json old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap-toggle.css b/base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap-toggle.css old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap-toggle.min.css b/base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap-toggle.min.css old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap2-toggle.css b/base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap2-toggle.css old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap2-toggle.min.css b/base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap2-toggle.min.css old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/doc/header.png b/base_accounting_kit/static/lib/bootstrap-toggle-master/doc/header.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/doc/nyt.png b/base_accounting_kit/static/lib/bootstrap-toggle-master/doc/nyt.png old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/doc/nytdev.svg b/base_accounting_kit/static/lib/bootstrap-toggle-master/doc/nytdev.svg old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/doc/script.js b/base_accounting_kit/static/lib/bootstrap-toggle-master/doc/script.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/doc/stylesheet.css b/base_accounting_kit/static/lib/bootstrap-toggle-master/doc/stylesheet.css old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/index.html b/base_accounting_kit/static/lib/bootstrap-toggle-master/index.html old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap-toggle.js b/base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap-toggle.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap-toggle.min.js b/base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap-toggle.min.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap-toggle.min.js.map b/base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap-toggle.min.js.map old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap2-toggle.js b/base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap2-toggle.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap2-toggle.min.js b/base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap2-toggle.min.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap2-toggle.min.js.map b/base_accounting_kit/static/lib/bootstrap-toggle-master/js/bootstrap2-toggle.min.js.map old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/bootstrap-toggle-master/package.json b/base_accounting_kit/static/lib/bootstrap-toggle-master/package.json old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/chartist.min.css b/base_accounting_kit/static/lib/chartist.min.css old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/chartist.min.js b/base_accounting_kit/static/lib/chartist.min.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/font-awesome-animation.min.css b/base_accounting_kit/static/lib/font-awesome-animation.min.css old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/font-awesome.min.css b/base_accounting_kit/static/lib/font-awesome.min.css old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/fusioncharts.charts.js b/base_accounting_kit/static/lib/fusioncharts.charts.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/fusioncharts.jqueryplugin.min.js b/base_accounting_kit/static/lib/fusioncharts.jqueryplugin.min.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/fusioncharts.js b/base_accounting_kit/static/lib/fusioncharts.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/fusioncharts.theme.fusion.js b/base_accounting_kit/static/lib/fusioncharts.theme.fusion.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/lib/jquery-3.3.1.min.js b/base_accounting_kit/static/lib/jquery-3.3.1.min.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/src/js/account_asset.js b/base_accounting_kit/static/src/js/account_asset.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/src/js/account_dashboard.js b/base_accounting_kit/static/src/js/account_dashboard.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/src/js/payment_matching.js b/base_accounting_kit/static/src/js/payment_matching.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/src/js/payment_model.js b/base_accounting_kit/static/src/js/payment_model.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/src/js/payment_render.js b/base_accounting_kit/static/src/js/payment_render.js old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/src/scss/account_asset.scss b/base_accounting_kit/static/src/scss/account_asset.scss old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/src/scss/style.scss b/base_accounting_kit/static/src/scss/style.scss old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/src/xml/payment_matching.xml b/base_accounting_kit/static/src/xml/payment_matching.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/static/src/xml/template.xml b/base_accounting_kit/static/src/xml/template.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/account_asset_templates.xml b/base_accounting_kit/views/account_asset_templates.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/account_asset_views.xml b/base_accounting_kit/views/account_asset_views.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/account_configuration.xml b/base_accounting_kit/views/account_configuration.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/account_followup.xml b/base_accounting_kit/views/account_followup.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/account_group.xml b/base_accounting_kit/views/account_group.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/account_move_views.xml b/base_accounting_kit/views/account_move_views.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/account_payment_view.xml b/base_accounting_kit/views/account_payment_view.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/accounting_menu.xml b/base_accounting_kit/views/accounting_menu.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/assets.xml b/base_accounting_kit/views/assets.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/credit_limit_view.xml b/base_accounting_kit/views/credit_limit_view.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/dashboard_views.xml b/base_accounting_kit/views/dashboard_views.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/followup_report.xml b/base_accounting_kit/views/followup_report.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/multiple_invoice_form.xml b/base_accounting_kit/views/multiple_invoice_form.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/multiple_invoice_layout_view.xml b/base_accounting_kit/views/multiple_invoice_layout_view.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/payment_matching.xml b/base_accounting_kit/views/payment_matching.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/product_template_views.xml b/base_accounting_kit/views/product_template_views.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/product_views.xml b/base_accounting_kit/views/product_views.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/recurring_payments_view.xml b/base_accounting_kit/views/recurring_payments_view.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/reports_config_view.xml b/base_accounting_kit/views/reports_config_view.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/views/res_config_view.xml b/base_accounting_kit/views/res_config_view.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/__init__.py b/base_accounting_kit/wizard/__init__.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/account_bank_book_wizard.py b/base_accounting_kit/wizard/account_bank_book_wizard.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/account_bank_book_wizard_view.xml b/base_accounting_kit/wizard/account_bank_book_wizard_view.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/account_cash_book_wizard.py b/base_accounting_kit/wizard/account_cash_book_wizard.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/account_cash_book_wizard_view.xml b/base_accounting_kit/wizard/account_cash_book_wizard_view.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/account_day_book_wizard.py b/base_accounting_kit/wizard/account_day_book_wizard.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/account_day_book_wizard_view.xml b/base_accounting_kit/wizard/account_day_book_wizard_view.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/account_lock_date.py b/base_accounting_kit/wizard/account_lock_date.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/account_lock_date.xml b/base_accounting_kit/wizard/account_lock_date.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/account_report_common_partner.py b/base_accounting_kit/wizard/account_report_common_partner.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/aged_partner.py b/base_accounting_kit/wizard/aged_partner.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/aged_partner.xml b/base_accounting_kit/wizard/aged_partner.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/asset_depreciation_confirmation_wizard.py b/base_accounting_kit/wizard/asset_depreciation_confirmation_wizard.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/asset_depreciation_confirmation_wizard_views.xml b/base_accounting_kit/wizard/asset_depreciation_confirmation_wizard_views.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/asset_modify.py b/base_accounting_kit/wizard/asset_modify.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/asset_modify_views.xml b/base_accounting_kit/wizard/asset_modify_views.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/cash_flow_report.py b/base_accounting_kit/wizard/cash_flow_report.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/cash_flow_report.xml b/base_accounting_kit/wizard/cash_flow_report.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/financial_report.py b/base_accounting_kit/wizard/financial_report.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/financial_report.xml b/base_accounting_kit/wizard/financial_report.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/general_ledger.py b/base_accounting_kit/wizard/general_ledger.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/general_ledger.xml b/base_accounting_kit/wizard/general_ledger.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/journal_audit.py b/base_accounting_kit/wizard/journal_audit.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/journal_audit.xml b/base_accounting_kit/wizard/journal_audit.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/partner_ledger.py b/base_accounting_kit/wizard/partner_ledger.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/partner_ledger.xml b/base_accounting_kit/wizard/partner_ledger.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/tax_report.py b/base_accounting_kit/wizard/tax_report.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/tax_report.xml b/base_accounting_kit/wizard/tax_report.xml old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/trial_balance.py b/base_accounting_kit/wizard/trial_balance.py old mode 100644 new mode 100755 diff --git a/base_accounting_kit/wizard/trial_balance.xml b/base_accounting_kit/wizard/trial_balance.xml old mode 100644 new mode 100755 diff --git a/code_backend_theme/README.rst b/code_backend_theme/README.rst old mode 100644 new mode 100755 diff --git a/code_backend_theme/__init__.py b/code_backend_theme/__init__.py old mode 100644 new mode 100755 diff --git a/code_backend_theme/__manifest__.py b/code_backend_theme/__manifest__.py old mode 100644 new mode 100755 diff --git a/code_backend_theme/assets/assets.xml b/code_backend_theme/assets/assets.xml old mode 100644 new mode 100755 diff --git a/code_backend_theme/doc/RELEASE_NOTES.md b/code_backend_theme/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/code_backend_theme/hooks.py b/code_backend_theme/hooks.py old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/all_screens.png b/code_backend_theme/static/description/assets/all_screens.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/hero.png b/code_backend_theme/static/description/assets/hero.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._.DS_Store b/code_backend_theme/static/description/assets/icons/._.DS_Store old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._cogs.png b/code_backend_theme/static/description/assets/icons/._cogs.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._consultation.png b/code_backend_theme/static/description/assets/icons/._consultation.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._ecom-black.png b/code_backend_theme/static/description/assets/icons/._ecom-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._education-black.png b/code_backend_theme/static/description/assets/icons/._education-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._hotel-black.png b/code_backend_theme/static/description/assets/icons/._hotel-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._license.png b/code_backend_theme/static/description/assets/icons/._license.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._lifebuoy.png b/code_backend_theme/static/description/assets/icons/._lifebuoy.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._manufacturing-black.png b/code_backend_theme/static/description/assets/icons/._manufacturing-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._pos-black.png b/code_backend_theme/static/description/assets/icons/._pos-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._puzzle.png b/code_backend_theme/static/description/assets/icons/._puzzle.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._restaurant-black.png b/code_backend_theme/static/description/assets/icons/._restaurant-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._service-black.png b/code_backend_theme/static/description/assets/icons/._service-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._trading-black.png b/code_backend_theme/static/description/assets/icons/._trading-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._training.png b/code_backend_theme/static/description/assets/icons/._training.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._update.png b/code_backend_theme/static/description/assets/icons/._update.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._user.png b/code_backend_theme/static/description/assets/icons/._user.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/._wrench.png b/code_backend_theme/static/description/assets/icons/._wrench.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/chevron.png b/code_backend_theme/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/cogs.png b/code_backend_theme/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/consultation.png b/code_backend_theme/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/ecom-black.png b/code_backend_theme/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/education-black.png b/code_backend_theme/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/feature-icons/._lifebuoy.png b/code_backend_theme/static/description/assets/icons/feature-icons/._lifebuoy.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/feature-icons/document.png b/code_backend_theme/static/description/assets/icons/feature-icons/document.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/feature-icons/down.png b/code_backend_theme/static/description/assets/icons/feature-icons/down.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/feature-icons/lifebuoy.png b/code_backend_theme/static/description/assets/icons/feature-icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/hotel-black.png b/code_backend_theme/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/license.png b/code_backend_theme/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/lifebuoy.png b/code_backend_theme/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/manufacturing-black.png b/code_backend_theme/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/pos-black.png b/code_backend_theme/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/puzzle.png b/code_backend_theme/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/restaurant-black.png b/code_backend_theme/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/service-black.png b/code_backend_theme/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/trading-black.png b/code_backend_theme/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/training.png b/code_backend_theme/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/update.png b/code_backend_theme/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/user.png b/code_backend_theme/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/icons/wrench.png b/code_backend_theme/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/menu_focus.png b/code_backend_theme/static/description/assets/menu_focus.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/resp-gif.gif b/code_backend_theme/static/description/assets/resp-gif.gif old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/responsive.png b/code_backend_theme/static/description/assets/responsive.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/alert.png b/code_backend_theme/static/description/assets/screenshots/alert.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/apps_uninstall.png b/code_backend_theme/static/description/assets/screenshots/apps_uninstall.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/chatters.png b/code_backend_theme/static/description/assets/screenshots/chatters.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/discuss.png b/code_backend_theme/static/description/assets/screenshots/discuss.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/form.png b/code_backend_theme/static/description/assets/screenshots/form.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/form_product.png b/code_backend_theme/static/description/assets/screenshots/form_product.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/graph.png b/code_backend_theme/static/description/assets/screenshots/graph.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/group.png b/code_backend_theme/static/description/assets/screenshots/group.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/invoice.png b/code_backend_theme/static/description/assets/screenshots/invoice.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/kanban_empl.png b/code_backend_theme/static/description/assets/screenshots/kanban_empl.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/kanban_group.png b/code_backend_theme/static/description/assets/screenshots/kanban_group.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/kanban_product.png b/code_backend_theme/static/description/assets/screenshots/kanban_product.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/kanban_recruits.png b/code_backend_theme/static/description/assets/screenshots/kanban_recruits.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/kanban_sale.png b/code_backend_theme/static/description/assets/screenshots/kanban_sale.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/kiosk.png b/code_backend_theme/static/description/assets/screenshots/kiosk.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/list_purchase.png b/code_backend_theme/static/description/assets/screenshots/list_purchase.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/list_sales.png b/code_backend_theme/static/description/assets/screenshots/list_sales.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/login.png b/code_backend_theme/static/description/assets/screenshots/login.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/modal.png b/code_backend_theme/static/description/assets/screenshots/modal.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/settings.png b/code_backend_theme/static/description/assets/screenshots/settings.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/sidebar-gif.gif b/code_backend_theme/static/description/assets/screenshots/sidebar-gif.gif old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/sidebar_list.png b/code_backend_theme/static/description/assets/screenshots/sidebar_list.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/sidebar_settings.png b/code_backend_theme/static/description/assets/screenshots/sidebar_settings.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/assets/screenshots/tab.png b/code_backend_theme/static/description/assets/screenshots/tab.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/banner.png b/code_backend_theme/static/description/banner.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/icon.png b/code_backend_theme/static/description/icon.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/index.html b/code_backend_theme/static/description/index.html old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/description/theme_screenshot.png b/code_backend_theme/static/description/theme_screenshot.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/code_logo.png b/code_backend_theme/static/src/img/code_logo.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Attendances.png b/code_backend_theme/static/src/img/icons/Attendances.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/CRM.png b/code_backend_theme/static/src/img/icons/CRM.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Calendar.png b/code_backend_theme/static/src/img/icons/Calendar.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Contacts.png b/code_backend_theme/static/src/img/icons/Contacts.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Dashboards.png b/code_backend_theme/static/src/img/icons/Dashboards.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Email Marketing.png b/code_backend_theme/static/src/img/icons/Email Marketing.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Employees.png b/code_backend_theme/static/src/img/icons/Employees.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Events.png b/code_backend_theme/static/src/img/icons/Events.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Expenses.png b/code_backend_theme/static/src/img/icons/Expenses.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Fleet.png b/code_backend_theme/static/src/img/icons/Fleet.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Inventory.png b/code_backend_theme/static/src/img/icons/Inventory.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Invoicing.png b/code_backend_theme/static/src/img/icons/Invoicing.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Link Tracker.png b/code_backend_theme/static/src/img/icons/Link Tracker.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Live Chat.png b/code_backend_theme/static/src/img/icons/Live Chat.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Lunch.png b/code_backend_theme/static/src/img/icons/Lunch.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Maintenance.png b/code_backend_theme/static/src/img/icons/Maintenance.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Manufacturing.png b/code_backend_theme/static/src/img/icons/Manufacturing.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Members.png b/code_backend_theme/static/src/img/icons/Members.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Note.png b/code_backend_theme/static/src/img/icons/Note.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Point of Sale.png b/code_backend_theme/static/src/img/icons/Point of Sale.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Project.png b/code_backend_theme/static/src/img/icons/Project.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Purchase.png b/code_backend_theme/static/src/img/icons/Purchase.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Recruitment.png b/code_backend_theme/static/src/img/icons/Recruitment.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Repairs.png b/code_backend_theme/static/src/img/icons/Repairs.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/SMS Marketing.png b/code_backend_theme/static/src/img/icons/SMS Marketing.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Sales.png b/code_backend_theme/static/src/img/icons/Sales.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Surveys.png b/code_backend_theme/static/src/img/icons/Surveys.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Time Off.png b/code_backend_theme/static/src/img/icons/Time Off.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Timesheets.png b/code_backend_theme/static/src/img/icons/Timesheets.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/Website.png b/code_backend_theme/static/src/img/icons/Website.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/apps.png b/code_backend_theme/static/src/img/icons/apps.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/close.png b/code_backend_theme/static/src/img/icons/close.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/discuss.png b/code_backend_theme/static/src/img/icons/discuss.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/eLearning.png b/code_backend_theme/static/src/img/icons/eLearning.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/img/icons/settings.png b/code_backend_theme/static/src/img/icons/settings.png old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/js/chrome/sidebar.js b/code_backend_theme/static/src/js/chrome/sidebar.js old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/js/chrome/sidebar_menu.js b/code_backend_theme/static/src/js/chrome/sidebar_menu.js old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/js/fields/basic_fields.js b/code_backend_theme/static/src/js/fields/basic_fields.js old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/js/fields/graph.js b/code_backend_theme/static/src/js/fields/graph.js old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/scss/datetimepicker.scss b/code_backend_theme/static/src/scss/datetimepicker.scss old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/scss/login.scss b/code_backend_theme/static/src/scss/login.scss old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/scss/navigation_bar.scss b/code_backend_theme/static/src/scss/navigation_bar.scss old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/scss/sidebar.scss b/code_backend_theme/static/src/scss/sidebar.scss old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/scss/theme.scss b/code_backend_theme/static/src/scss/theme.scss old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/scss/theme_accent.scss b/code_backend_theme/static/src/scss/theme_accent.scss old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/xml/sidebar.xml b/code_backend_theme/static/src/xml/sidebar.xml old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/xml/styles.xml b/code_backend_theme/static/src/xml/styles.xml old mode 100644 new mode 100755 diff --git a/code_backend_theme/static/src/xml/top_bar.xml b/code_backend_theme/static/src/xml/top_bar.xml old mode 100644 new mode 100755 diff --git a/code_backend_theme/views/icons.xml b/code_backend_theme/views/icons.xml old mode 100644 new mode 100755 diff --git a/code_backend_theme/views/layout.xml b/code_backend_theme/views/layout.xml old mode 100644 new mode 100755 diff --git a/custom_indoteknik/__init__.py b/custom_indoteknik/__init__.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/__manifest__.py b/custom_indoteknik/__manifest__.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/models/__init__.py b/custom_indoteknik/models/__init__.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/models/account_move.py b/custom_indoteknik/models/account_move.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/models/account_period.py b/custom_indoteknik/models/account_period.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/models/export_product.py b/custom_indoteknik/models/export_product.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/models/manufacture.py b/custom_indoteknik/models/manufacture.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/models/sale.py b/custom_indoteknik/models/sale.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/security/ir.model.access.csv b/custom_indoteknik/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/custom_indoteknik/static/description/icon.png b/custom_indoteknik/static/description/icon.png old mode 100644 new mode 100755 diff --git a/custom_indoteknik/views/account_move_view.xml b/custom_indoteknik/views/account_move_view.xml old mode 100644 new mode 100755 diff --git a/custom_indoteknik/views/account_period_view.xml b/custom_indoteknik/views/account_period_view.xml old mode 100644 new mode 100755 diff --git a/custom_indoteknik/views/export_product_view.xml b/custom_indoteknik/views/export_product_view.xml old mode 100644 new mode 100755 diff --git a/custom_indoteknik/views/manufacture_view.xml b/custom_indoteknik/views/manufacture_view.xml old mode 100644 new mode 100755 diff --git a/custom_indoteknik/views/menu_items.xml b/custom_indoteknik/views/menu_items.xml old mode 100644 new mode 100755 diff --git a/custom_indoteknik/views/purchase_view.xml b/custom_indoteknik/views/purchase_view.xml old mode 100644 new mode 100755 diff --git a/custom_indoteknik/wizard/__init__.py b/custom_indoteknik/wizard/__init__.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/README.rst b/dynamic_accounts_report/README.rst old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/__init__.py b/dynamic_accounts_report/__init__.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/__manifest__.py b/dynamic_accounts_report/__manifest__.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/controllers/__init__.py b/dynamic_accounts_report/controllers/__init__.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/controllers/controllers.py b/dynamic_accounts_report/controllers/controllers.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/doc/RELEASE_NOTES.md b/dynamic_accounts_report/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/__init__.py b/dynamic_accounts_report/report/__init__.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/ageing.py b/dynamic_accounts_report/report/ageing.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/ageing.xml b/dynamic_accounts_report/report/ageing.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/cash_flow_report.py b/dynamic_accounts_report/report/cash_flow_report.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/cash_flow_report.xml b/dynamic_accounts_report/report/cash_flow_report.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/daybook.py b/dynamic_accounts_report/report/daybook.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/daybook.xml b/dynamic_accounts_report/report/daybook.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/financial_report_template.xml b/dynamic_accounts_report/report/financial_report_template.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/financial_reports.py b/dynamic_accounts_report/report/financial_reports.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/general_ledger.py b/dynamic_accounts_report/report/general_ledger.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/general_ledger.xml b/dynamic_accounts_report/report/general_ledger.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/partner_ledger.py b/dynamic_accounts_report/report/partner_ledger.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/partner_ledger.xml b/dynamic_accounts_report/report/partner_ledger.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/trial_balance.py b/dynamic_accounts_report/report/trial_balance.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/report/trial_balance.xml b/dynamic_accounts_report/report/trial_balance.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/security/ir.model.access.csv b/dynamic_accounts_report/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/._.DS_Store b/dynamic_accounts_report/static/description/assets/._.DS_Store old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/hero-alt.gif b/dynamic_accounts_report/static/description/assets/hero-alt.gif old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/hero.gif b/dynamic_accounts_report/static/description/assets/hero.gif old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/hero.png b/dynamic_accounts_report/static/description/assets/hero.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._.DS_Store b/dynamic_accounts_report/static/description/assets/icons/._.DS_Store old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._cogs.png b/dynamic_accounts_report/static/description/assets/icons/._cogs.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._consultation.png b/dynamic_accounts_report/static/description/assets/icons/._consultation.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._ecom-black.png b/dynamic_accounts_report/static/description/assets/icons/._ecom-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._education-black.png b/dynamic_accounts_report/static/description/assets/icons/._education-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._hotel-black.png b/dynamic_accounts_report/static/description/assets/icons/._hotel-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._license.png b/dynamic_accounts_report/static/description/assets/icons/._license.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._lifebuoy.png b/dynamic_accounts_report/static/description/assets/icons/._lifebuoy.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._manufacturing-black.png b/dynamic_accounts_report/static/description/assets/icons/._manufacturing-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._pos-black.png b/dynamic_accounts_report/static/description/assets/icons/._pos-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._puzzle.png b/dynamic_accounts_report/static/description/assets/icons/._puzzle.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._restaurant-black.png b/dynamic_accounts_report/static/description/assets/icons/._restaurant-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._service-black.png b/dynamic_accounts_report/static/description/assets/icons/._service-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._trading-black.png b/dynamic_accounts_report/static/description/assets/icons/._trading-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._training.png b/dynamic_accounts_report/static/description/assets/icons/._training.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._update.png b/dynamic_accounts_report/static/description/assets/icons/._update.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._user.png b/dynamic_accounts_report/static/description/assets/icons/._user.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/._wrench.png b/dynamic_accounts_report/static/description/assets/icons/._wrench.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/14.png b/dynamic_accounts_report/static/description/assets/icons/14.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/chevron.png b/dynamic_accounts_report/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/cogs-plump.png b/dynamic_accounts_report/static/description/assets/icons/cogs-plump.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/cogs.png b/dynamic_accounts_report/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/consultation.png b/dynamic_accounts_report/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/down.png b/dynamic_accounts_report/static/description/assets/icons/down.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/ecom-black.png b/dynamic_accounts_report/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/education-black.png b/dynamic_accounts_report/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/feature-icons/._lifebuoy.png b/dynamic_accounts_report/static/description/assets/icons/feature-icons/._lifebuoy.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/feature-icons/document.png b/dynamic_accounts_report/static/description/assets/icons/feature-icons/document.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/feature-icons/down.png b/dynamic_accounts_report/static/description/assets/icons/feature-icons/down.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/feature-icons/lifebuoy.png b/dynamic_accounts_report/static/description/assets/icons/feature-icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/filter.png b/dynamic_accounts_report/static/description/assets/icons/filter.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/hotel-black.png b/dynamic_accounts_report/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/journal.png b/dynamic_accounts_report/static/description/assets/icons/journal.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/license.png b/dynamic_accounts_report/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/lifebuoy.png b/dynamic_accounts_report/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/manufacturing-black.png b/dynamic_accounts_report/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/pdf-xls.png b/dynamic_accounts_report/static/description/assets/icons/pdf-xls.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/pos-black.png b/dynamic_accounts_report/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/puzzle.png b/dynamic_accounts_report/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/restaurant-black.png b/dynamic_accounts_report/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/service-black.png b/dynamic_accounts_report/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/trading-black.png b/dynamic_accounts_report/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/training.png b/dynamic_accounts_report/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/update.png b/dynamic_accounts_report/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/user.png b/dynamic_accounts_report/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/icons/wrench.png b/dynamic_accounts_report/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/modules/barcode_scanning.png b/dynamic_accounts_report/static/description/assets/modules/barcode_scanning.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/modules/barcode_scanning_support.png b/dynamic_accounts_report/static/description/assets/modules/barcode_scanning_support.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/modules/dynamic_financial_report.jpg b/dynamic_accounts_report/static/description/assets/modules/dynamic_financial_report.jpg old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/modules/invoice.jpg b/dynamic_accounts_report/static/description/assets/modules/invoice.jpg old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/modules/sale_discount.png b/dynamic_accounts_report/static/description/assets/modules/sale_discount.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/modules/support_package.jpg b/dynamic_accounts_report/static/description/assets/modules/support_package.jpg old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/modules/whatsapp-mail-messaging.jpg b/dynamic_accounts_report/static/description/assets/modules/whatsapp-mail-messaging.jpg old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/01_balance-sheet-report-1.png b/dynamic_accounts_report/static/description/assets/screenshots/01_balance-sheet-report-1.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/02_balance-sheet-report -2-PDF.png b/dynamic_accounts_report/static/description/assets/screenshots/02_balance-sheet-report -2-PDF.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/03_balance-sheet-report-3-xlsx.png b/dynamic_accounts_report/static/description/assets/screenshots/03_balance-sheet-report-3-xlsx.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/04_balance-sheet-report-4-View-General-Ledger.png b/dynamic_accounts_report/static/description/assets/screenshots/04_balance-sheet-report-4-View-General-Ledger.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/05_balance-sheet report -5-View-source -move.png b/dynamic_accounts_report/static/description/assets/screenshots/05_balance-sheet report -5-View-source -move.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/06_bankbook-drill-down-1.png b/dynamic_accounts_report/static/description/assets/screenshots/06_bankbook-drill-down-1.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/07_bank-book-pdf -2.png b/dynamic_accounts_report/static/description/assets/screenshots/07_bank-book-pdf -2.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/08_bank-book-xlsx-3.png b/dynamic_accounts_report/static/description/assets/screenshots/08_bank-book-xlsx-3.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/09_filter-applied-in-bank-book.png b/dynamic_accounts_report/static/description/assets/screenshots/09_filter-applied-in-bank-book.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/10_cash-book-drill-down.png b/dynamic_accounts_report/static/description/assets/screenshots/10_cash-book-drill-down.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/11_journal-entry-from-cash-book.png b/dynamic_accounts_report/static/description/assets/screenshots/11_journal-entry-from-cash-book.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/12_cash-flow-statement-detailed-view.png b/dynamic_accounts_report/static/description/assets/screenshots/12_cash-flow-statement-detailed-view.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/13_detailed-pdf-report.png b/dynamic_accounts_report/static/description/assets/screenshots/13_detailed-pdf-report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/14_detailed-xlsx-report.png b/dynamic_accounts_report/static/description/assets/screenshots/14_detailed-xlsx-report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/15_various-report-levels-in-cash-flow.png b/dynamic_accounts_report/static/description/assets/screenshots/15_various-report-levels-in-cash-flow.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/16_daybook-drilldown.png b/dynamic_accounts_report/static/description/assets/screenshots/16_daybook-drilldown.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/17_journal-entry-from-daybook.png b/dynamic_accounts_report/static/description/assets/screenshots/17_journal-entry-from-daybook.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/18_general_ledger_drilldown.png b/dynamic_accounts_report/static/description/assets/screenshots/18_general_ledger_drilldown.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/19_general_ledger_report.png b/dynamic_accounts_report/static/description/assets/screenshots/19_general_ledger_report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/20_partner-ageing-drill-down.png b/dynamic_accounts_report/static/description/assets/screenshots/20_partner-ageing-drill-down.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/21_partner-ageing-with-filters-and-report-printing-option.png b/dynamic_accounts_report/static/description/assets/screenshots/21_partner-ageing-with-filters-and-report-printing-option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/22_partner-ledger-drill-down.png b/dynamic_accounts_report/static/description/assets/screenshots/22_partner-ledger-drill-down.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/23_partner-ledger-with-filters-and-report-printing-option.png b/dynamic_accounts_report/static/description/assets/screenshots/23_partner-ledger-with-filters-and-report-printing-option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/24_profit-and-loss-report-with-filters-and-report-printing-option.png b/dynamic_accounts_report/static/description/assets/screenshots/24_profit-and-loss-report-with-filters-and-report-printing-option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/25_journal-entry-view-from-general-ledger-wizard.png b/dynamic_accounts_report/static/description/assets/screenshots/25_journal-entry-view-from-general-ledger-wizard.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/26_general-ledger-wizard-with-drill-down-in-profit-and-loss.png b/dynamic_accounts_report/static/description/assets/screenshots/26_general-ledger-wizard-with-drill-down-in-profit-and-loss.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/27_view-source-move-from-general-ledger-wizard-in-profit-and-loss.png b/dynamic_accounts_report/static/description/assets/screenshots/27_view-source-move-from-general-ledger-wizard-in-profit-and-loss.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/28_trial-balance-report-with-filters-and-report-viewing-option.png b/dynamic_accounts_report/static/description/assets/screenshots/28_trial-balance-report-with-filters-and-report-viewing-option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/29-general-ledger-wizard-with-drill-down- and-view-source-move-option.png b/dynamic_accounts_report/static/description/assets/screenshots/29-general-ledger-wizard-with-drill-down- and-view-source-move-option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/30_Dynamic-Reports-Menu.png b/dynamic_accounts_report/static/description/assets/screenshots/30_Dynamic-Reports-Menu.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/31_Financial-Report-Configuration-1.png b/dynamic_accounts_report/static/description/assets/screenshots/31_Financial-Report-Configuration-1.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/32_Financial-Report-Configuration-2.png b/dynamic_accounts_report/static/description/assets/screenshots/32_Financial-Report-Configuration-2.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/ageing filters applied.png b/dynamic_accounts_report/static/description/assets/screenshots/ageing filters applied.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/ageing pdf report.png b/dynamic_accounts_report/static/description/assets/screenshots/ageing pdf report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/ageing source move.png b/dynamic_accounts_report/static/description/assets/screenshots/ageing source move.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/ageing xlsx report.png b/dynamic_accounts_report/static/description/assets/screenshots/ageing xlsx report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/balance sheet pdf report.png b/dynamic_accounts_report/static/description/assets/screenshots/balance sheet pdf report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/balance sheet report.png b/dynamic_accounts_report/static/description/assets/screenshots/balance sheet report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/balance sheet xlsx report.png b/dynamic_accounts_report/static/description/assets/screenshots/balance sheet xlsx report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/bank book journal entry.png b/dynamic_accounts_report/static/description/assets/screenshots/bank book journal entry.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/bank book pdf.png b/dynamic_accounts_report/static/description/assets/screenshots/bank book pdf.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/bank book report with filters and report viewing option.png b/dynamic_accounts_report/static/description/assets/screenshots/bank book report with filters and report viewing option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/bank book xlsx.png b/dynamic_accounts_report/static/description/assets/screenshots/bank book xlsx.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/bankbook drill down.png b/dynamic_accounts_report/static/description/assets/screenshots/bankbook drill down.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/cash book drill down.png b/dynamic_accounts_report/static/description/assets/screenshots/cash book drill down.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/cash book pdf.png b/dynamic_accounts_report/static/description/assets/screenshots/cash book pdf.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/cash book xlsx.png b/dynamic_accounts_report/static/description/assets/screenshots/cash book xlsx.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/cash flow statement detailed view.png b/dynamic_accounts_report/static/description/assets/screenshots/cash flow statement detailed view.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/cash flow statement summary.png b/dynamic_accounts_report/static/description/assets/screenshots/cash flow statement summary.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/cash flow statement with filters and report printing option.png b/dynamic_accounts_report/static/description/assets/screenshots/cash flow statement with filters and report printing option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/cash flow very deatiled xlsx.png b/dynamic_accounts_report/static/description/assets/screenshots/cash flow very deatiled xlsx.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/cashbook report with filters and report printing option.png b/dynamic_accounts_report/static/description/assets/screenshots/cashbook report with filters and report printing option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/configurable financial reports.png b/dynamic_accounts_report/static/description/assets/screenshots/configurable financial reports.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/consolidated cash flow statement.png b/dynamic_accounts_report/static/description/assets/screenshots/consolidated cash flow statement.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/daybook drilldown.png b/dynamic_accounts_report/static/description/assets/screenshots/daybook drilldown.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/daybook pdf report.png b/dynamic_accounts_report/static/description/assets/screenshots/daybook pdf report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/daybook report.png b/dynamic_accounts_report/static/description/assets/screenshots/daybook report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/daybook xlsx.png b/dynamic_accounts_report/static/description/assets/screenshots/daybook xlsx.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/detailed pdf report.png b/dynamic_accounts_report/static/description/assets/screenshots/detailed pdf report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/drill down option in cash flow.png b/dynamic_accounts_report/static/description/assets/screenshots/drill down option in cash flow.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/drilldown in partner ageing.png b/dynamic_accounts_report/static/description/assets/screenshots/drilldown in partner ageing.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/filter applied in balance sheet.png b/dynamic_accounts_report/static/description/assets/screenshots/filter applied in balance sheet.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/filter applied in bank book.png b/dynamic_accounts_report/static/description/assets/screenshots/filter applied in bank book.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/filter applied in cash book.png b/dynamic_accounts_report/static/description/assets/screenshots/filter applied in cash book.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/filters applied in cash flow.png b/dynamic_accounts_report/static/description/assets/screenshots/filters applied in cash flow.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/filters applied in daybook.png b/dynamic_accounts_report/static/description/assets/screenshots/filters applied in daybook.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/filters applied in partner ledger.png b/dynamic_accounts_report/static/description/assets/screenshots/filters applied in partner ledger.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/filters applied in trial balance.png b/dynamic_accounts_report/static/description/assets/screenshots/filters applied in trial balance.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/financial report configuration.png b/dynamic_accounts_report/static/description/assets/screenshots/financial report configuration.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/general ledger wizard with drill down and view source move option.png b/dynamic_accounts_report/static/description/assets/screenshots/general ledger wizard with drill down and view source move option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/general ledger wizard with drill down in profit and loss.png b/dynamic_accounts_report/static/description/assets/screenshots/general ledger wizard with drill down in profit and loss.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/general ledger wizard with view source move and drill down.png b/dynamic_accounts_report/static/description/assets/screenshots/general ledger wizard with view source move and drill down.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_drilldown.png b/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_drilldown.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_filters_applied.png b/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_filters_applied.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_journal_entry.png b/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_journal_entry.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_pdf_report.png b/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_pdf_report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_report.png b/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_view.png b/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_view.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_view_source_move.png b/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_view_source_move.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_xlsx_report.png b/dynamic_accounts_report/static/description/assets/screenshots/general_ledger_xlsx_report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/image.png b/dynamic_accounts_report/static/description/assets/screenshots/image.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/journal entry from cash book.png b/dynamic_accounts_report/static/description/assets/screenshots/journal entry from cash book.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/journal entry from daybook.png b/dynamic_accounts_report/static/description/assets/screenshots/journal entry from daybook.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/journal entry from partner ageing.png b/dynamic_accounts_report/static/description/assets/screenshots/journal entry from partner ageing.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/journal entry from trial balance.png b/dynamic_accounts_report/static/description/assets/screenshots/journal entry from trial balance.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/partner ageing with filters and report printing option.png b/dynamic_accounts_report/static/description/assets/screenshots/partner ageing with filters and report printing option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/partner ledger drill down.png b/dynamic_accounts_report/static/description/assets/screenshots/partner ledger drill down.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/partner ledger journal entry.png b/dynamic_accounts_report/static/description/assets/screenshots/partner ledger journal entry.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/partner ledger pdf report.png b/dynamic_accounts_report/static/description/assets/screenshots/partner ledger pdf report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/partner ledger with filters and report printing option.png b/dynamic_accounts_report/static/description/assets/screenshots/partner ledger with filters and report printing option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/partner ledger xlsx.png b/dynamic_accounts_report/static/description/assets/screenshots/partner ledger xlsx.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/profit and loss filtes applied view.png b/dynamic_accounts_report/static/description/assets/screenshots/profit and loss filtes applied view.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/profit and loss pdf report.png b/dynamic_accounts_report/static/description/assets/screenshots/profit and loss pdf report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/profit and loss reort with filters and report printing option.png b/dynamic_accounts_report/static/description/assets/screenshots/profit and loss reort with filters and report printing option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/profit and loss xlsx report.png b/dynamic_accounts_report/static/description/assets/screenshots/profit and loss xlsx report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/trial balance pdf report.png b/dynamic_accounts_report/static/description/assets/screenshots/trial balance pdf report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/trial balance repor with filters and report viewing option.png b/dynamic_accounts_report/static/description/assets/screenshots/trial balance repor with filters and report viewing option.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/trial balance xlsx report.png b/dynamic_accounts_report/static/description/assets/screenshots/trial balance xlsx report.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/various report levels in cash flow.png b/dynamic_accounts_report/static/description/assets/screenshots/various report levels in cash flow.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/view general ledger from balance sheet.png b/dynamic_accounts_report/static/description/assets/screenshots/view general ledger from balance sheet.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/view general ledger from trial balance.png b/dynamic_accounts_report/static/description/assets/screenshots/view general ledger from trial balance.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/view general ledger in profit and loss.png b/dynamic_accounts_report/static/description/assets/screenshots/view general ledger in profit and loss.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/view journal entry from bank book.png b/dynamic_accounts_report/static/description/assets/screenshots/view journal entry from bank book.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/view source move from cash book.png b/dynamic_accounts_report/static/description/assets/screenshots/view source move from cash book.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/view source move from daybook.png b/dynamic_accounts_report/static/description/assets/screenshots/view source move from daybook.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/view source move from general ledger wizard in profit and loss.png b/dynamic_accounts_report/static/description/assets/screenshots/view source move from general ledger wizard in profit and loss.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/assets/screenshots/view source move from partner ledger.png b/dynamic_accounts_report/static/description/assets/screenshots/view source move from partner ledger.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/banner.png b/dynamic_accounts_report/static/description/banner.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/cybro_logo.png b/dynamic_accounts_report/static/description/cybro_logo.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/icon.png b/dynamic_accounts_report/static/description/icon.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/images/logo.png b/dynamic_accounts_report/static/description/images/logo.png old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/description/index.html b/dynamic_accounts_report/static/description/index.html old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/css/report.css b/dynamic_accounts_report/static/src/css/report.css old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/js/action_manager.js b/dynamic_accounts_report/static/src/js/action_manager.js old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/js/ageing.js b/dynamic_accounts_report/static/src/js/ageing.js old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/js/cash_flow.js b/dynamic_accounts_report/static/src/js/cash_flow.js old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/js/daybook.js b/dynamic_accounts_report/static/src/js/daybook.js old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/js/financial_reports.js b/dynamic_accounts_report/static/src/js/financial_reports.js old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/js/general_ledger.js b/dynamic_accounts_report/static/src/js/general_ledger.js old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/js/partner_ledger.js b/dynamic_accounts_report/static/src/js/partner_ledger.js old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/js/trial_balance.js b/dynamic_accounts_report/static/src/js/trial_balance.js old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/xml/ageing.xml b/dynamic_accounts_report/static/src/xml/ageing.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/xml/cash_flow_view.xml b/dynamic_accounts_report/static/src/xml/cash_flow_view.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/xml/daybook.xml b/dynamic_accounts_report/static/src/xml/daybook.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/xml/financial_reports_view.xml b/dynamic_accounts_report/static/src/xml/financial_reports_view.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/xml/general_ledger_view.xml b/dynamic_accounts_report/static/src/xml/general_ledger_view.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/xml/partner_ledger_view.xml b/dynamic_accounts_report/static/src/xml/partner_ledger_view.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/static/src/xml/trial_balance_view.xml b/dynamic_accounts_report/static/src/xml/trial_balance_view.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/views/kit_menus.xml b/dynamic_accounts_report/views/kit_menus.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/views/templates.xml b/dynamic_accounts_report/views/templates.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/views/views.xml b/dynamic_accounts_report/views/views.xml old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/wizard/__init__.py b/dynamic_accounts_report/wizard/__init__.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/wizard/ageing.py b/dynamic_accounts_report/wizard/ageing.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/wizard/balance_sheet.py b/dynamic_accounts_report/wizard/balance_sheet.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/wizard/balance_sheet_config.py b/dynamic_accounts_report/wizard/balance_sheet_config.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/wizard/cash_flow.py b/dynamic_accounts_report/wizard/cash_flow.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/wizard/daybook.py b/dynamic_accounts_report/wizard/daybook.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/wizard/general_ledger.py b/dynamic_accounts_report/wizard/general_ledger.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/wizard/partner_leadger.py b/dynamic_accounts_report/wizard/partner_leadger.py old mode 100644 new mode 100755 diff --git a/dynamic_accounts_report/wizard/trial_balance.py b/dynamic_accounts_report/wizard/trial_balance.py old mode 100644 new mode 100755 diff --git a/hr_contract_types/__init__.py b/hr_contract_types/__init__.py old mode 100644 new mode 100755 diff --git a/hr_contract_types/__manifest__.py b/hr_contract_types/__manifest__.py old mode 100644 new mode 100755 diff --git a/hr_contract_types/data/hr_contract_type_data.xml b/hr_contract_types/data/hr_contract_type_data.xml old mode 100644 new mode 100755 diff --git a/hr_contract_types/doc/RELEASE_NOTES.md b/hr_contract_types/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/hr_contract_types/i18n/ar_001.po b/hr_contract_types/i18n/ar_001.po old mode 100644 new mode 100755 diff --git a/hr_contract_types/models/__init__.py b/hr_contract_types/models/__init__.py old mode 100644 new mode 100755 diff --git a/hr_contract_types/models/contract_type.py b/hr_contract_types/models/contract_type.py old mode 100644 new mode 100755 diff --git a/hr_contract_types/security/ir.model.access.csv b/hr_contract_types/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/banner.png b/hr_contract_types/static/description/banner.png old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/icon.png b/hr_contract_types/static/description/icon.png old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/images/1contract.png b/hr_contract_types/static/description/images/1contract.png old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/images/2contract.png b/hr_contract_types/static/description/images/2contract.png old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/images/3contract.png b/hr_contract_types/static/description/images/3contract.png old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/images/banner_lifeline_for_task.jpeg b/hr_contract_types/static/description/images/banner_lifeline_for_task.jpeg old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/images/banner_project_report_xls_pdf.png b/hr_contract_types/static/description/images/banner_project_report_xls_pdf.png old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/images/banner_project_status_report.png b/hr_contract_types/static/description/images/banner_project_status_report.png old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/images/banner_subtask.jpeg b/hr_contract_types/static/description/images/banner_subtask.jpeg old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/images/banner_task_deadline_reminder.jpeg b/hr_contract_types/static/description/images/banner_task_deadline_reminder.jpeg old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/images/banner_task_statusbar.jpeg b/hr_contract_types/static/description/images/banner_task_statusbar.jpeg old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/images/checked.png b/hr_contract_types/static/description/images/checked.png old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/images/contract.png b/hr_contract_types/static/description/images/contract.png old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/images/cybrosys.png b/hr_contract_types/static/description/images/cybrosys.png old mode 100644 new mode 100755 diff --git a/hr_contract_types/static/description/index.html b/hr_contract_types/static/description/index.html old mode 100644 new mode 100755 diff --git a/hr_contract_types/views/contract_view.xml b/hr_contract_types/views/contract_view.xml old mode 100644 new mode 100755 diff --git a/hr_employee_updation/README.md b/hr_employee_updation/README.md old mode 100644 new mode 100755 diff --git a/hr_employee_updation/__init__.py b/hr_employee_updation/__init__.py old mode 100644 new mode 100755 diff --git a/hr_employee_updation/__manifest__.py b/hr_employee_updation/__manifest__.py old mode 100644 new mode 100755 diff --git a/hr_employee_updation/data/data.xml b/hr_employee_updation/data/data.xml old mode 100644 new mode 100755 diff --git a/hr_employee_updation/doc/RELEASE_NOTES.md b/hr_employee_updation/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/hr_employee_updation/i18n/ar_001.po b/hr_employee_updation/i18n/ar_001.po old mode 100644 new mode 100755 diff --git a/hr_employee_updation/models/__init__.py b/hr_employee_updation/models/__init__.py old mode 100644 new mode 100755 diff --git a/hr_employee_updation/models/hr_contract_days.py b/hr_employee_updation/models/hr_contract_days.py old mode 100644 new mode 100755 diff --git a/hr_employee_updation/models/hr_employee.py b/hr_employee_updation/models/hr_employee.py old mode 100644 new mode 100755 diff --git a/hr_employee_updation/models/updation_config.py b/hr_employee_updation/models/updation_config.py old mode 100644 new mode 100755 diff --git a/hr_employee_updation/security/ir.model.access.csv b/hr_employee_updation/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/chevron.png b/hr_employee_updation/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/cogs.png b/hr_employee_updation/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/consultation.png b/hr_employee_updation/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/ecom-black.png b/hr_employee_updation/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/education-black.png b/hr_employee_updation/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/hotel-black.png b/hr_employee_updation/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/license.png b/hr_employee_updation/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/lifebuoy.png b/hr_employee_updation/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/manufacturing-black.png b/hr_employee_updation/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/pos-black.png b/hr_employee_updation/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/puzzle.png b/hr_employee_updation/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/restaurant-black.png b/hr_employee_updation/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/service-black.png b/hr_employee_updation/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/trading-black.png b/hr_employee_updation/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/training.png b/hr_employee_updation/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/update.png b/hr_employee_updation/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/user.png b/hr_employee_updation/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/assets/icons/wrench.png b/hr_employee_updation/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/banner.png b/hr_employee_updation/static/description/banner.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/icon.png b/hr_employee_updation/static/description/icon.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/images/appraisal_image.png b/hr_employee_updation/static/description/images/appraisal_image.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/images/bio_image.png b/hr_employee_updation/static/description/images/bio_image.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/images/checked.png b/hr_employee_updation/static/description/images/checked.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/images/core_image.gif b/hr_employee_updation/static/description/images/core_image.gif old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/images/hero.png b/hr_employee_updation/static/description/images/hero.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/images/module_image.gif b/hr_employee_updation/static/description/images/module_image.gif old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/images/openhrms.png b/hr_employee_updation/static/description/images/openhrms.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/images/salary_image.png b/hr_employee_updation/static/description/images/salary_image.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/images/shift_image.png b/hr_employee_updation/static/description/images/shift_image.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/images/updation1.png b/hr_employee_updation/static/description/images/updation1.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/images/updation2.png b/hr_employee_updation/static/description/images/updation2.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/images/updation3.png b/hr_employee_updation/static/description/images/updation3.png old mode 100644 new mode 100755 diff --git a/hr_employee_updation/static/description/index.html b/hr_employee_updation/static/description/index.html old mode 100644 new mode 100755 diff --git a/hr_employee_updation/views/contract_days_view.xml b/hr_employee_updation/views/contract_days_view.xml old mode 100644 new mode 100755 diff --git a/hr_employee_updation/views/hr_employee_view.xml b/hr_employee_updation/views/hr_employee_view.xml old mode 100644 new mode 100755 diff --git a/hr_employee_updation/views/hr_notification.xml b/hr_employee_updation/views/hr_notification.xml old mode 100644 new mode 100755 diff --git a/hr_employee_updation/views/updation_config.xml b/hr_employee_updation/views/updation_config.xml old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/README.rst b/hr_organizational_chart/README.rst old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/__init__.py b/hr_organizational_chart/__init__.py old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/__manifest__.py b/hr_organizational_chart/__manifest__.py old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/controller/__init__.py b/hr_organizational_chart/controller/__init__.py old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/controller/main.py b/hr_organizational_chart/controller/main.py old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/doc/RELEASE_NOTES.md b/hr_organizational_chart/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/models/__init__.py b/hr_organizational_chart/models/__init__.py old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/models/models.py b/hr_organizational_chart/models/models.py old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/security/ir.model.access.csv b/hr_organizational_chart/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/chevron.png b/hr_organizational_chart/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/cogs.png b/hr_organizational_chart/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/consultation.png b/hr_organizational_chart/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/ecom-black.png b/hr_organizational_chart/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/education-black.png b/hr_organizational_chart/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/hotel-black.png b/hr_organizational_chart/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/license.png b/hr_organizational_chart/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/lifebuoy.png b/hr_organizational_chart/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/manufacturing-black.png b/hr_organizational_chart/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/pos-black.png b/hr_organizational_chart/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/puzzle.png b/hr_organizational_chart/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/restaurant-black.png b/hr_organizational_chart/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/service-black.png b/hr_organizational_chart/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/trading-black.png b/hr_organizational_chart/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/training.png b/hr_organizational_chart/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/update.png b/hr_organizational_chart/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/user.png b/hr_organizational_chart/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/assets/icons/wrench.png b/hr_organizational_chart/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/banner.png b/hr_organizational_chart/static/description/banner.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/icon.png b/hr_organizational_chart/static/description/icon.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/bio_image.png b/hr_organizational_chart/static/description/images/bio_image.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/chart_expand.png b/hr_organizational_chart/static/description/images/chart_expand.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/chart_shrink.png b/hr_organizational_chart/static/description/images/chart_shrink.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/chart_view.png b/hr_organizational_chart/static/description/images/chart_view.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/checked.png b/hr_organizational_chart/static/description/images/checked.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/core_image.gif b/hr_organizational_chart/static/description/images/core_image.gif old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/custody_image.png b/hr_organizational_chart/static/description/images/custody_image.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/dash_image.gif b/hr_organizational_chart/static/description/images/dash_image.gif old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/hero.png b/hr_organizational_chart/static/description/images/hero.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/loan_image.png b/hr_organizational_chart/static/description/images/loan_image.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/menu_item_click.png b/hr_organizational_chart/static/description/images/menu_item_click.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/openhrms.png b/hr_organizational_chart/static/description/images/openhrms.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/org_chart.gif b/hr_organizational_chart/static/description/images/org_chart.gif old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/profile_view.png b/hr_organizational_chart/static/description/images/profile_view.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/images/salary_image.png b/hr_organizational_chart/static/description/images/salary_image.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/description/index.html b/hr_organizational_chart/static/description/index.html old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/js/hr_org_chart.js b/hr_organizational_chart/static/js/hr_org_chart.js old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/js/jquery_hr_orgchart.js b/hr_organizational_chart/static/js/jquery_hr_orgchart.js old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/src/css/hr_orgchart.css b/hr_organizational_chart/static/src/css/hr_orgchart.css old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/src/css/style.css b/hr_organizational_chart/static/src/css/style.css old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/src/img/default_image.png b/hr_organizational_chart/static/src/img/default_image.png old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/src/js/organizational_view.js b/hr_organizational_chart/static/src/js/organizational_view.js old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/src/scss/chart_view.scss b/hr_organizational_chart/static/src/scss/chart_view.scss old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/src/xml/chart_view.xml b/hr_organizational_chart/static/src/xml/chart_view.xml old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/static/src/xml/hr_org_chart_template.xml b/hr_organizational_chart/static/src/xml/hr_org_chart_template.xml old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/views/assets.xml b/hr_organizational_chart/views/assets.xml old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/views/org_chart_views.xml b/hr_organizational_chart/views/org_chart_views.xml old mode 100644 new mode 100755 diff --git a/hr_organizational_chart/views/show_employee_chart.xml b/hr_organizational_chart/views/show_employee_chart.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/__init__.py b/hr_payroll_community/__init__.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/__manifest__.py b/hr_payroll_community/__manifest__.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/data/hr_payroll_data.xml b/hr_payroll_community/data/hr_payroll_data.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/data/hr_payroll_demo.xml b/hr_payroll_community/data/hr_payroll_demo.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/data/hr_payroll_sequence.xml b/hr_payroll_community/data/hr_payroll_sequence.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/doc/RELEASE_NOTES.md b/hr_payroll_community/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/af.po b/hr_payroll_community/i18n/af.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/am.po b/hr_payroll_community/i18n/am.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/ar.po b/hr_payroll_community/i18n/ar.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/az.po b/hr_payroll_community/i18n/az.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/bg.po b/hr_payroll_community/i18n/bg.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/bn.po b/hr_payroll_community/i18n/bn.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/bs.po b/hr_payroll_community/i18n/bs.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/ca.po b/hr_payroll_community/i18n/ca.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/cs.po b/hr_payroll_community/i18n/cs.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/da.po b/hr_payroll_community/i18n/da.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/de.po b/hr_payroll_community/i18n/de.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/el.po b/hr_payroll_community/i18n/el.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/en_GB.po b/hr_payroll_community/i18n/en_GB.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/es.po b/hr_payroll_community/i18n/es.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/es_AR.po b/hr_payroll_community/i18n/es_AR.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/es_BO.po b/hr_payroll_community/i18n/es_BO.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/es_CL.po b/hr_payroll_community/i18n/es_CL.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/es_CO.po b/hr_payroll_community/i18n/es_CO.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/es_CR.po b/hr_payroll_community/i18n/es_CR.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/es_DO.po b/hr_payroll_community/i18n/es_DO.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/es_EC.po b/hr_payroll_community/i18n/es_EC.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/es_PE.po b/hr_payroll_community/i18n/es_PE.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/es_PY.po b/hr_payroll_community/i18n/es_PY.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/es_VE.po b/hr_payroll_community/i18n/es_VE.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/et.po b/hr_payroll_community/i18n/et.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/eu.po b/hr_payroll_community/i18n/eu.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/fa.po b/hr_payroll_community/i18n/fa.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/fi.po b/hr_payroll_community/i18n/fi.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/fil.po b/hr_payroll_community/i18n/fil.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/fo.po b/hr_payroll_community/i18n/fo.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/fr.po b/hr_payroll_community/i18n/fr.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/fr_BE.po b/hr_payroll_community/i18n/fr_BE.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/fr_CA.po b/hr_payroll_community/i18n/fr_CA.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/gl.po b/hr_payroll_community/i18n/gl.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/gu.po b/hr_payroll_community/i18n/gu.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/he.po b/hr_payroll_community/i18n/he.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/hi.po b/hr_payroll_community/i18n/hi.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/hr.po b/hr_payroll_community/i18n/hr.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/hu.po b/hr_payroll_community/i18n/hu.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/id.po b/hr_payroll_community/i18n/id.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/is.po b/hr_payroll_community/i18n/is.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/it.po b/hr_payroll_community/i18n/it.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/ja.po b/hr_payroll_community/i18n/ja.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/ka.po b/hr_payroll_community/i18n/ka.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/kab.po b/hr_payroll_community/i18n/kab.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/km.po b/hr_payroll_community/i18n/km.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/ko.po b/hr_payroll_community/i18n/ko.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/lo.po b/hr_payroll_community/i18n/lo.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/lt.po b/hr_payroll_community/i18n/lt.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/lv.po b/hr_payroll_community/i18n/lv.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/mk.po b/hr_payroll_community/i18n/mk.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/mn.po b/hr_payroll_community/i18n/mn.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/nb.po b/hr_payroll_community/i18n/nb.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/ne.po b/hr_payroll_community/i18n/ne.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/nl.po b/hr_payroll_community/i18n/nl.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/nl_BE.po b/hr_payroll_community/i18n/nl_BE.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/pl.po b/hr_payroll_community/i18n/pl.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/pt.po b/hr_payroll_community/i18n/pt.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/pt_BR.po b/hr_payroll_community/i18n/pt_BR.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/ro.po b/hr_payroll_community/i18n/ro.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/ru.po b/hr_payroll_community/i18n/ru.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/sk.po b/hr_payroll_community/i18n/sk.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/sl.po b/hr_payroll_community/i18n/sl.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/sq.po b/hr_payroll_community/i18n/sq.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/sr.po b/hr_payroll_community/i18n/sr.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/sr@latin.po b/hr_payroll_community/i18n/sr@latin.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/sv.po b/hr_payroll_community/i18n/sv.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/ta.po b/hr_payroll_community/i18n/ta.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/th.po b/hr_payroll_community/i18n/th.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/tr.po b/hr_payroll_community/i18n/tr.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/uk.po b/hr_payroll_community/i18n/uk.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/vi.po b/hr_payroll_community/i18n/vi.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/zh_CN.po b/hr_payroll_community/i18n/zh_CN.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/i18n/zh_TW.po b/hr_payroll_community/i18n/zh_TW.po old mode 100644 new mode 100755 diff --git a/hr_payroll_community/models/__init__.py b/hr_payroll_community/models/__init__.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/models/hr_contract.py b/hr_payroll_community/models/hr_contract.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/models/hr_employee.py b/hr_payroll_community/models/hr_employee.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/models/hr_payslip.py b/hr_payroll_community/models/hr_payslip.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/models/hr_salary_rule.py b/hr_payroll_community/models/hr_salary_rule.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/models/res_config_settings.py b/hr_payroll_community/models/res_config_settings.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/report/__init__.py b/hr_payroll_community/report/__init__.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/report/report_contribution_register.py b/hr_payroll_community/report/report_contribution_register.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/report/report_payslip_details.py b/hr_payroll_community/report/report_payslip_details.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/security/hr_payroll_security.xml b/hr_payroll_community/security/hr_payroll_security.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/security/ir.model.access.csv b/hr_payroll_community/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/check.png b/hr_payroll_community/static/description/assets/icons/check.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/chevron.png b/hr_payroll_community/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/cogs.png b/hr_payroll_community/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/consultation.png b/hr_payroll_community/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/ecom-black.png b/hr_payroll_community/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/education-black.png b/hr_payroll_community/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/hotel-black.png b/hr_payroll_community/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/license.png b/hr_payroll_community/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/lifebuoy.png b/hr_payroll_community/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/manufacturing-black.png b/hr_payroll_community/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/pos-black.png b/hr_payroll_community/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/puzzle.png b/hr_payroll_community/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/restaurant-black.png b/hr_payroll_community/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/service-black.png b/hr_payroll_community/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/trading-black.png b/hr_payroll_community/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/training.png b/hr_payroll_community/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/update.png b/hr_payroll_community/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/user.png b/hr_payroll_community/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/icons/wrench.png b/hr_payroll_community/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/modules/approval_image.png b/hr_payroll_community/static/description/assets/modules/approval_image.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/modules/dynamic_image.png b/hr_payroll_community/static/description/assets/modules/dynamic_image.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/modules/list_view_image.png b/hr_payroll_community/static/description/assets/modules/list_view_image.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/modules/multiple_ref_image.png b/hr_payroll_community/static/description/assets/modules/multiple_ref_image.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/modules/print_image.png b/hr_payroll_community/static/description/assets/modules/print_image.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/modules/product_return_image.png b/hr_payroll_community/static/description/assets/modules/product_return_image.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/screenshots/01payroll.png b/hr_payroll_community/static/description/assets/screenshots/01payroll.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/screenshots/02payroll.png b/hr_payroll_community/static/description/assets/screenshots/02payroll.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/screenshots/03payroll.png b/hr_payroll_community/static/description/assets/screenshots/03payroll.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/screenshots/04payroll.png b/hr_payroll_community/static/description/assets/screenshots/04payroll.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/assets/screenshots/hero.png b/hr_payroll_community/static/description/assets/screenshots/hero.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/banner.gif b/hr_payroll_community/static/description/banner.gif old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/icon.png b/hr_payroll_community/static/description/icon.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/index.html b/hr_payroll_community/static/description/index.html old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/description/web_icons.png b/hr_payroll_community/static/description/web_icons.png old mode 100644 new mode 100755 diff --git a/hr_payroll_community/static/img/hr_employee_payroll-image.jpg b/hr_payroll_community/static/img/hr_employee_payroll-image.jpg old mode 100644 new mode 100755 diff --git a/hr_payroll_community/tests/__init__.py b/hr_payroll_community/tests/__init__.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/tests/common.py b/hr_payroll_community/tests/common.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/tests/test_payslip_flow.py b/hr_payroll_community/tests/test_payslip_flow.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/views/hr_contract_views.xml b/hr_payroll_community/views/hr_contract_views.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/views/hr_employee_views.xml b/hr_payroll_community/views/hr_employee_views.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/views/hr_payroll_report.xml b/hr_payroll_community/views/hr_payroll_report.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/views/hr_payslip_views.xml b/hr_payroll_community/views/hr_payslip_views.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/views/hr_salary_rule_views.xml b/hr_payroll_community/views/hr_salary_rule_views.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/views/report_contributionregister_templates.xml b/hr_payroll_community/views/report_contributionregister_templates.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/views/report_payslip_templates.xml b/hr_payroll_community/views/report_payslip_templates.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/views/report_payslipdetails_templates.xml b/hr_payroll_community/views/report_payslipdetails_templates.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/views/res_config_settings_views.xml b/hr_payroll_community/views/res_config_settings_views.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/wizard/__init__.py b/hr_payroll_community/wizard/__init__.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/wizard/hr_payroll_contribution_register_report.py b/hr_payroll_community/wizard/hr_payroll_contribution_register_report.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/wizard/hr_payroll_contribution_register_report_views.xml b/hr_payroll_community/wizard/hr_payroll_contribution_register_report_views.xml old mode 100644 new mode 100755 diff --git a/hr_payroll_community/wizard/hr_payroll_payslips_by_employees.py b/hr_payroll_community/wizard/hr_payroll_payslips_by_employees.py old mode 100644 new mode 100755 diff --git a/hr_payroll_community/wizard/hr_payroll_payslips_by_employees_views.xml b/hr_payroll_community/wizard/hr_payroll_payslips_by_employees_views.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/README.rst b/hr_resignation/README.rst old mode 100644 new mode 100755 diff --git a/hr_resignation/__init__.py b/hr_resignation/__init__.py old mode 100644 new mode 100755 diff --git a/hr_resignation/__manifest__.py b/hr_resignation/__manifest__.py old mode 100644 new mode 100755 diff --git a/hr_resignation/data/demo_data.xml b/hr_resignation/data/demo_data.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/data/resign_employee.xml b/hr_resignation/data/resign_employee.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/docs/RELEASE_NOTES.md b/hr_resignation/docs/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/hr_resignation/i18n/ar_001.po b/hr_resignation/i18n/ar_001.po old mode 100644 new mode 100755 diff --git a/hr_resignation/models/__init__.py b/hr_resignation/models/__init__.py old mode 100644 new mode 100755 diff --git a/hr_resignation/models/hr_resignation.py b/hr_resignation/models/hr_resignation.py old mode 100644 new mode 100755 diff --git a/hr_resignation/security/ir.model.access.csv b/hr_resignation/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/hr_resignation/security/security.xml b/hr_resignation/security/security.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/chevron.png b/hr_resignation/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/cogs.png b/hr_resignation/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/consultation.png b/hr_resignation/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/ecom-black.png b/hr_resignation/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/education-black.png b/hr_resignation/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/hotel-black.png b/hr_resignation/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/license.png b/hr_resignation/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/lifebuoy.png b/hr_resignation/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/manufacturing-black.png b/hr_resignation/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/pos-black.png b/hr_resignation/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/puzzle.png b/hr_resignation/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/restaurant-black.png b/hr_resignation/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/service-black.png b/hr_resignation/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/trading-black.png b/hr_resignation/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/training.png b/hr_resignation/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/update.png b/hr_resignation/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/user.png b/hr_resignation/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/wrench.png b/hr_resignation/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/banner.png b/hr_resignation/static/description/banner.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/icon.png b/hr_resignation/static/description/icon.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/appraisal_image.png b/hr_resignation/static/description/images/appraisal_image.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/bio_image.png b/hr_resignation/static/description/images/bio_image.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/checked.png b/hr_resignation/static/description/images/checked.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/core_image.gif b/hr_resignation/static/description/images/core_image.gif old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/hero.png b/hr_resignation/static/description/images/hero.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/module_image.gif b/hr_resignation/static/description/images/module_image.gif old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/open-hrms-resignation.gif b/hr_resignation/static/description/images/open-hrms-resignation.gif old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/openhrms.png b/hr_resignation/static/description/images/openhrms.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/salary_image.png b/hr_resignation/static/description/images/salary_image.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/shift_image.png b/hr_resignation/static/description/images/shift_image.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/index.html b/hr_resignation/static/description/index.html old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/resignation_web.png b/hr_resignation/static/description/resignation_web.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/image/resign_employee_id.jpeg b/hr_resignation/static/image/resign_employee_id.jpeg old mode 100644 new mode 100755 diff --git a/hr_resignation/views/approved_resignation.xml b/hr_resignation/views/approved_resignation.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/views/hr_employee.xml b/hr_resignation/views/hr_employee.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/views/resignation_sequence.xml b/hr_resignation/views/resignation_sequence.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/views/resignation_view.xml b/hr_resignation/views/resignation_view.xml old mode 100644 new mode 100755 diff --git a/hr_reward_warning/README.md b/hr_reward_warning/README.md old mode 100644 new mode 100755 diff --git a/hr_reward_warning/__init__.py b/hr_reward_warning/__init__.py old mode 100644 new mode 100755 diff --git a/hr_reward_warning/__manifest__.py b/hr_reward_warning/__manifest__.py old mode 100644 new mode 100755 diff --git a/hr_reward_warning/data/demo_data.xml b/hr_reward_warning/data/demo_data.xml old mode 100644 new mode 100755 diff --git a/hr_reward_warning/doc/RELEASE_NOTES.md b/hr_reward_warning/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/hr_reward_warning/i18n/ar_001.po b/hr_reward_warning/i18n/ar_001.po old mode 100644 new mode 100755 diff --git a/hr_reward_warning/models/__init__.py b/hr_reward_warning/models/__init__.py old mode 100644 new mode 100755 diff --git a/hr_reward_warning/models/hr_employee.py b/hr_reward_warning/models/hr_employee.py old mode 100644 new mode 100755 diff --git a/hr_reward_warning/models/hr_warning.py b/hr_reward_warning/models/hr_warning.py old mode 100644 new mode 100755 diff --git a/hr_reward_warning/security/ir.model.access.csv b/hr_reward_warning/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/hr_reward_warning/security/reward_security.xml b/hr_reward_warning/security/reward_security.xml old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/announcement_icon.png b/hr_reward_warning/static/description/announcement_icon.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/chevron.png b/hr_reward_warning/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/cogs.png b/hr_reward_warning/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/consultation.png b/hr_reward_warning/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/ecom-black.png b/hr_reward_warning/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/education-black.png b/hr_reward_warning/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/hotel-black.png b/hr_reward_warning/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/license.png b/hr_reward_warning/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/lifebuoy.png b/hr_reward_warning/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/manufacturing-black.png b/hr_reward_warning/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/pos-black.png b/hr_reward_warning/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/puzzle.png b/hr_reward_warning/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/restaurant-black.png b/hr_reward_warning/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/service-black.png b/hr_reward_warning/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/trading-black.png b/hr_reward_warning/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/training.png b/hr_reward_warning/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/update.png b/hr_reward_warning/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/user.png b/hr_reward_warning/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/assets/icons/wrench.png b/hr_reward_warning/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/banner.png b/hr_reward_warning/static/description/banner.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/icon.png b/hr_reward_warning/static/description/icon.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/images/1announce.png b/hr_reward_warning/static/description/images/1announce.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/images/2announce.png b/hr_reward_warning/static/description/images/2announce.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/images/appraisal_image.png b/hr_reward_warning/static/description/images/appraisal_image.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/images/bio_image.png b/hr_reward_warning/static/description/images/bio_image.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/images/checked.png b/hr_reward_warning/static/description/images/checked.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/images/core_image.gif b/hr_reward_warning/static/description/images/core_image.gif old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/images/hero.png b/hr_reward_warning/static/description/images/hero.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/images/module_image.gif b/hr_reward_warning/static/description/images/module_image.gif old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/images/openhrms.png b/hr_reward_warning/static/description/images/openhrms.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/images/salary_image.png b/hr_reward_warning/static/description/images/salary_image.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/images/shift_image.png b/hr_reward_warning/static/description/images/shift_image.png old mode 100644 new mode 100755 diff --git a/hr_reward_warning/static/description/index.html b/hr_reward_warning/static/description/index.html old mode 100644 new mode 100755 diff --git a/hr_reward_warning/views/hr_announcement_view.xml b/hr_reward_warning/views/hr_announcement_view.xml old mode 100644 new mode 100755 diff --git a/hrms_dashboard/README.rst b/hrms_dashboard/README.rst old mode 100644 new mode 100755 diff --git a/hrms_dashboard/__init__.py b/hrms_dashboard/__init__.py old mode 100644 new mode 100755 diff --git a/hrms_dashboard/__manifest__.py b/hrms_dashboard/__manifest__.py old mode 100644 new mode 100755 diff --git a/hrms_dashboard/docs/RELEASE_NOTES.md b/hrms_dashboard/docs/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/hrms_dashboard/i18n/ar_001.po b/hrms_dashboard/i18n/ar_001.po old mode 100644 new mode 100755 diff --git a/hrms_dashboard/models/__init__.py b/hrms_dashboard/models/__init__.py old mode 100644 new mode 100755 diff --git a/hrms_dashboard/models/hrms_dashboard.py b/hrms_dashboard/models/hrms_dashboard.py old mode 100644 new mode 100755 diff --git a/hrms_dashboard/report/__init__.py b/hrms_dashboard/report/__init__.py old mode 100644 new mode 100755 diff --git a/hrms_dashboard/report/broadfactor.py b/hrms_dashboard/report/broadfactor.py old mode 100644 new mode 100755 diff --git a/hrms_dashboard/report/broadfactor.xml b/hrms_dashboard/report/broadfactor.xml old mode 100644 new mode 100755 diff --git a/hrms_dashboard/security/ir.model.access.csv b/hrms_dashboard/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/chevron.png b/hrms_dashboard/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/cogs.png b/hrms_dashboard/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/consultation.png b/hrms_dashboard/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/ecom-black.png b/hrms_dashboard/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/education-black.png b/hrms_dashboard/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/hotel-black.png b/hrms_dashboard/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/license.png b/hrms_dashboard/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/lifebuoy.png b/hrms_dashboard/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/manufacturing-black.png b/hrms_dashboard/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/pos-black.png b/hrms_dashboard/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/puzzle.png b/hrms_dashboard/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/restaurant-black.png b/hrms_dashboard/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/service-black.png b/hrms_dashboard/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/trading-black.png b/hrms_dashboard/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/training.png b/hrms_dashboard/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/update.png b/hrms_dashboard/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/user.png b/hrms_dashboard/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/wrench.png b/hrms_dashboard/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/banner.gif b/hrms_dashboard/static/description/banner.gif old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/icon.png b/hrms_dashboard/static/description/icon.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/advance_image.png b/hrms_dashboard/static/description/images/advance_image.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/appraisal_image.png b/hrms_dashboard/static/description/images/appraisal_image.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/bio_image.png b/hrms_dashboard/static/description/images/bio_image.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/checked.png b/hrms_dashboard/static/description/images/checked.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/core_image.gif b/hrms_dashboard/static/description/images/core_image.gif old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/dash_image.gif b/hrms_dashboard/static/description/images/dash_image.gif old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/dashboard.png b/hrms_dashboard/static/description/images/dashboard.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/hero.png b/hrms_dashboard/static/description/images/hero.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/join_resign.png b/hrms_dashboard/static/description/images/join_resign.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/monthly leave analysis.png b/hrms_dashboard/static/description/images/monthly leave analysis.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/my leave analysis.png b/hrms_dashboard/static/description/images/my leave analysis.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/openhrms.png b/hrms_dashboard/static/description/images/openhrms.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/salary_image.png b/hrms_dashboard/static/description/images/salary_image.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/shift_image.png b/hrms_dashboard/static/description/images/shift_image.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/index.html b/hrms_dashboard/static/description/index.html old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/src/css/hrms_dashboard.css b/hrms_dashboard/static/src/css/hrms_dashboard.css old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/src/css/lib/nv.d3.css b/hrms_dashboard/static/src/css/lib/nv.d3.css old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/src/js/hrms_dashboard.js b/hrms_dashboard/static/src/js/hrms_dashboard.js old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/src/js/lib/d3.min.js b/hrms_dashboard/static/src/js/lib/d3.min.js old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/src/xml/hrms_dashboard.xml b/hrms_dashboard/static/src/xml/hrms_dashboard.xml old mode 100644 new mode 100755 diff --git a/hrms_dashboard/views/dashboard_views.xml b/hrms_dashboard/views/dashboard_views.xml old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/README.md b/mass_cancel_journal_entries/README.md old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/__init__.py b/mass_cancel_journal_entries/__init__.py old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/__manifest__.py b/mass_cancel_journal_entries/__manifest__.py old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/security/ir.model.access.csv b/mass_cancel_journal_entries/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/aktiv-logo.png b/mass_cancel_journal_entries/static/description/aktiv-logo.png old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/banner.png b/mass_cancel_journal_entries/static/description/banner.png old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/icon.png b/mass_cancel_journal_entries/static/description/icon.png old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/account_partial_refund_banner.jpeg b/mass_cancel_journal_entries/static/description/image/account_partial_refund_banner.jpeg old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/aged_product_balance_report_banner.jpeg b/mass_cancel_journal_entries/static/description/image/aged_product_balance_report_banner.jpeg old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/aktivsoftware_logo.png b/mass_cancel_journal_entries/static/description/image/aktivsoftware_logo.png old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/cancel_entries_wizard.png b/mass_cancel_journal_entries/static/description/image/cancel_entries_wizard.png old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/cancel_journal_entries.png b/mass_cancel_journal_entries/static/description/image/cancel_journal_entries.png old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/cancelled_entries.png b/mass_cancel_journal_entries/static/description/image/cancelled_entries.png old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/cancelled_journal_status.png b/mass_cancel_journal_entries/static/description/image/cancelled_journal_status.png old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/invoice_report_grouped_by_banner.jpeg b/mass_cancel_journal_entries/static/description/image/invoice_report_grouped_by_banner.jpeg old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/journal_entries.png b/mass_cancel_journal_entries/static/description/image/journal_entries.png old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/outstanding_invoice_report_banner.jpeg b/mass_cancel_journal_entries/static/description/image/outstanding_invoice_report_banner.jpeg old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/payment_acquirer_report_banner.jpeg b/mass_cancel_journal_entries/static/description/image/payment_acquirer_report_banner.jpeg old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/payment_reminders_banner.jpeg b/mass_cancel_journal_entries/static/description/image/payment_reminders_banner.jpeg old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/image/user_error.png b/mass_cancel_journal_entries/static/description/image/user_error.png old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/static/description/index.html b/mass_cancel_journal_entries/static/description/index.html old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/wizard/__init__.py b/mass_cancel_journal_entries/wizard/__init__.py old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/wizard/cancel_journal_entries.py b/mass_cancel_journal_entries/wizard/cancel_journal_entries.py old mode 100644 new mode 100755 diff --git a/mass_cancel_journal_entries/wizard/journal_entries_cancel_wizard.xml b/mass_cancel_journal_entries/wizard/journal_entries_cancel_wizard.xml old mode 100644 new mode 100755 diff --git a/muk_web_theme/.gitignore b/muk_web_theme/.gitignore old mode 100644 new mode 100755 diff --git a/muk_web_theme/LICENSE b/muk_web_theme/LICENSE old mode 100644 new mode 100755 diff --git a/muk_web_theme/__init__.py b/muk_web_theme/__init__.py old mode 100644 new mode 100755 diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py old mode 100644 new mode 100755 diff --git a/muk_web_theme/data/res_company.xml b/muk_web_theme/data/res_company.xml old mode 100644 new mode 100755 diff --git a/muk_web_theme/doc/changelog.rst b/muk_web_theme/doc/changelog.rst old mode 100644 new mode 100755 diff --git a/muk_web_theme/doc/index.rst b/muk_web_theme/doc/index.rst old mode 100644 new mode 100755 diff --git a/muk_web_theme/models/__init__.py b/muk_web_theme/models/__init__.py old mode 100644 new mode 100755 diff --git a/muk_web_theme/models/ir_http.py b/muk_web_theme/models/ir_http.py old mode 100644 new mode 100755 diff --git a/muk_web_theme/models/res_company.py b/muk_web_theme/models/res_company.py old mode 100644 new mode 100755 diff --git a/muk_web_theme/models/res_config_settings.py b/muk_web_theme/models/res_config_settings.py old mode 100644 new mode 100755 diff --git a/muk_web_theme/models/res_users.py b/muk_web_theme/models/res_users.py old mode 100644 new mode 100755 diff --git a/muk_web_theme/models/scss_editor.py b/muk_web_theme/models/scss_editor.py old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/banner.png b/muk_web_theme/static/description/banner.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/branding_mail_banner.png b/muk_web_theme/static/description/branding_mail_banner.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/branding_saas_banner.png b/muk_web_theme/static/description/branding_saas_banner.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/branding_website_banner.png b/muk_web_theme/static/description/branding_website_banner.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/icon.png b/muk_web_theme/static/description/icon.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/icon.svg b/muk_web_theme/static/description/icon.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/index.html b/muk_web_theme/static/description/index.html old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/logo.png b/muk_web_theme/static/description/logo.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/screenshot.png b/muk_web_theme/static/description/screenshot.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/screenshot_apps.png b/muk_web_theme/static/description/screenshot_apps.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/screenshot_chatter.png b/muk_web_theme/static/description/screenshot_chatter.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/screenshot_customize.png b/muk_web_theme/static/description/screenshot_customize.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/screenshot_mobile_apps.png b/muk_web_theme/static/description/screenshot_mobile_apps.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/screenshot_mobile_form.png b/muk_web_theme/static/description/screenshot_mobile_form.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/screenshot_mobile_kanban.png b/muk_web_theme/static/description/screenshot_mobile_kanban.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/screenshot_mobile_menu.png b/muk_web_theme/static/description/screenshot_mobile_menu.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/screenshot_settings.png b/muk_web_theme/static/description/screenshot_settings.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/service_customization.png b/muk_web_theme/static/description/service_customization.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/service_development.png b/muk_web_theme/static/description/service_development.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/service_implementation.png b/muk_web_theme/static/description/service_implementation.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/service_integration.png b/muk_web_theme/static/description/service_integration.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/service_support.png b/muk_web_theme/static/description/service_support.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/theme_branding_banner.png b/muk_web_theme/static/description/theme_branding_banner.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/theme_mail_banner.png b/muk_web_theme/static/description/theme_mail_banner.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/theme_screenshot.png b/muk_web_theme/static/description/theme_screenshot.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/description/theme_website_banner.png b/muk_web_theme/static/description/theme_website_banner.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/libs/simplebar/simplebar.css b/muk_web_theme/static/libs/simplebar/simplebar.css old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/libs/simplebar/simplebar.js b/muk_web_theme/static/libs/simplebar/simplebar.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/components/control_panel.js b/muk_web_theme/static/src/components/control_panel.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/components/control_panel.xml b/muk_web_theme/static/src/components/control_panel.xml old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/LICENSE.txt b/muk_web_theme/static/src/fonts/Noto/LICENSE.txt old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Black.eot b/muk_web_theme/static/src/fonts/Noto/Noto-Black.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Black.svg b/muk_web_theme/static/src/fonts/Noto/Noto-Black.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Black.ttf b/muk_web_theme/static/src/fonts/Noto/Noto-Black.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Black.woff b/muk_web_theme/static/src/fonts/Noto/Noto-Black.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.eot b/muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.svg b/muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.ttf b/muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.woff b/muk_web_theme/static/src/fonts/Noto/Noto-BlackItalic.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Bold.eot b/muk_web_theme/static/src/fonts/Noto/Noto-Bold.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Bold.svg b/muk_web_theme/static/src/fonts/Noto/Noto-Bold.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Bold.ttf b/muk_web_theme/static/src/fonts/Noto/Noto-Bold.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Bold.woff b/muk_web_theme/static/src/fonts/Noto/Noto-Bold.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.eot b/muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.svg b/muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.ttf b/muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.woff b/muk_web_theme/static/src/fonts/Noto/Noto-BoldItalic.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Italic.eot b/muk_web_theme/static/src/fonts/Noto/Noto-Italic.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Italic.svg b/muk_web_theme/static/src/fonts/Noto/Noto-Italic.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Italic.ttf b/muk_web_theme/static/src/fonts/Noto/Noto-Italic.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Italic.woff b/muk_web_theme/static/src/fonts/Noto/Noto-Italic.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Light.eot b/muk_web_theme/static/src/fonts/Noto/Noto-Light.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Light.svg b/muk_web_theme/static/src/fonts/Noto/Noto-Light.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Light.ttf b/muk_web_theme/static/src/fonts/Noto/Noto-Light.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Light.woff b/muk_web_theme/static/src/fonts/Noto/Noto-Light.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.eot b/muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.svg b/muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.ttf b/muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.woff b/muk_web_theme/static/src/fonts/Noto/Noto-LightItalic.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Medium.eot b/muk_web_theme/static/src/fonts/Noto/Noto-Medium.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Medium.svg b/muk_web_theme/static/src/fonts/Noto/Noto-Medium.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Medium.ttf b/muk_web_theme/static/src/fonts/Noto/Noto-Medium.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Medium.woff b/muk_web_theme/static/src/fonts/Noto/Noto-Medium.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.eot b/muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.svg b/muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.ttf b/muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.woff b/muk_web_theme/static/src/fonts/Noto/Noto-MediumItalic.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Regular.eot b/muk_web_theme/static/src/fonts/Noto/Noto-Regular.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Regular.svg b/muk_web_theme/static/src/fonts/Noto/Noto-Regular.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Regular.ttf b/muk_web_theme/static/src/fonts/Noto/Noto-Regular.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Regular.woff b/muk_web_theme/static/src/fonts/Noto/Noto-Regular.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Thin.eot b/muk_web_theme/static/src/fonts/Noto/Noto-Thin.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Thin.svg b/muk_web_theme/static/src/fonts/Noto/Noto-Thin.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Thin.ttf b/muk_web_theme/static/src/fonts/Noto/Noto-Thin.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-Thin.woff b/muk_web_theme/static/src/fonts/Noto/Noto-Thin.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.eot b/muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.svg b/muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.ttf b/muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.woff b/muk_web_theme/static/src/fonts/Noto/Noto-ThinItalic.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/LICENSE.txt b/muk_web_theme/static/src/fonts/Roboto/LICENSE.txt old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Black.eot b/muk_web_theme/static/src/fonts/Roboto/Roboto-Black.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Black.svg b/muk_web_theme/static/src/fonts/Roboto/Roboto-Black.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Black.ttf b/muk_web_theme/static/src/fonts/Roboto/Roboto-Black.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Black.woff b/muk_web_theme/static/src/fonts/Roboto/Roboto-Black.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-BlackItalic.eot b/muk_web_theme/static/src/fonts/Roboto/Roboto-BlackItalic.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-BlackItalic.svg b/muk_web_theme/static/src/fonts/Roboto/Roboto-BlackItalic.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-BlackItalic.ttf b/muk_web_theme/static/src/fonts/Roboto/Roboto-BlackItalic.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-BlackItalic.woff b/muk_web_theme/static/src/fonts/Roboto/Roboto-BlackItalic.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.eot b/muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.svg b/muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.ttf b/muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.woff b/muk_web_theme/static/src/fonts/Roboto/Roboto-Bold.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.eot b/muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.svg b/muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.ttf b/muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.woff b/muk_web_theme/static/src/fonts/Roboto/Roboto-BoldItalic.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.eot b/muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.svg b/muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.ttf b/muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.woff b/muk_web_theme/static/src/fonts/Roboto/Roboto-Italic.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Light.eot b/muk_web_theme/static/src/fonts/Roboto/Roboto-Light.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Light.svg b/muk_web_theme/static/src/fonts/Roboto/Roboto-Light.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Light.ttf b/muk_web_theme/static/src/fonts/Roboto/Roboto-Light.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Light.woff b/muk_web_theme/static/src/fonts/Roboto/Roboto-Light.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-LightItalic.eot b/muk_web_theme/static/src/fonts/Roboto/Roboto-LightItalic.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-LightItalic.svg b/muk_web_theme/static/src/fonts/Roboto/Roboto-LightItalic.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-LightItalic.ttf b/muk_web_theme/static/src/fonts/Roboto/Roboto-LightItalic.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-LightItalic.woff b/muk_web_theme/static/src/fonts/Roboto/Roboto-LightItalic.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.eot b/muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.svg b/muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.ttf b/muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.woff b/muk_web_theme/static/src/fonts/Roboto/Roboto-Medium.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-MediumItalic.eot b/muk_web_theme/static/src/fonts/Roboto/Roboto-MediumItalic.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-MediumItalic.svg b/muk_web_theme/static/src/fonts/Roboto/Roboto-MediumItalic.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-MediumItalic.ttf b/muk_web_theme/static/src/fonts/Roboto/Roboto-MediumItalic.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-MediumItalic.woff b/muk_web_theme/static/src/fonts/Roboto/Roboto-MediumItalic.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.eot b/muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.svg b/muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.ttf b/muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.woff b/muk_web_theme/static/src/fonts/Roboto/Roboto-Regular.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.eot b/muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.svg b/muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.ttf b/muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.woff b/muk_web_theme/static/src/fonts/Roboto/Roboto-Thin.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.eot b/muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.eot old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.svg b/muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.svg old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.ttf b/muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.ttf old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.woff b/muk_web_theme/static/src/fonts/Roboto/Roboto-ThinItalic.woff old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/img/background.png b/muk_web_theme/static/src/img/background.png old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/js/chrome/actions.js b/muk_web_theme/static/src/js/chrome/actions.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/js/chrome/apps.js b/muk_web_theme/static/src/js/chrome/apps.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/js/chrome/appsbar.js b/muk_web_theme/static/src/js/chrome/appsbar.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/js/chrome/menu.js b/muk_web_theme/static/src/js/chrome/menu.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/js/core/search.js b/muk_web_theme/static/src/js/core/search.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/js/fields/relational.js b/muk_web_theme/static/src/js/fields/relational.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/js/libs/scrollbar.js b/muk_web_theme/static/src/js/libs/scrollbar.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/js/views/form_renderer.js b/muk_web_theme/static/src/js/views/form_renderer.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/js/views/form_view.js b/muk_web_theme/static/src/js/views/form_view.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/js/views/kanban_column.js b/muk_web_theme/static/src/js/views/kanban_column.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/js/views/kanban_quick_create.js b/muk_web_theme/static/src/js/views/kanban_quick_create.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/js/views/kanban_renderer.js b/muk_web_theme/static/src/js/views/kanban_renderer.js old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/apps.scss b/muk_web_theme/static/src/scss/apps.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/appsbar.scss b/muk_web_theme/static/src/scss/appsbar.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/colors.scss b/muk_web_theme/static/src/scss/colors.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/control_panel.scss b/muk_web_theme/static/src/scss/control_panel.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/fields.scss b/muk_web_theme/static/src/scss/fields.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/fonts.scss b/muk_web_theme/static/src/scss/fonts.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/form_view.scss b/muk_web_theme/static/src/scss/form_view.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/kanban_view.scss b/muk_web_theme/static/src/scss/kanban_view.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/layout.scss b/muk_web_theme/static/src/scss/layout.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/list_view.scss b/muk_web_theme/static/src/scss/list_view.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/mixins.scss b/muk_web_theme/static/src/scss/mixins.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/navbar.scss b/muk_web_theme/static/src/scss/navbar.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/notification.scss b/muk_web_theme/static/src/scss/notification.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/search_view.scss b/muk_web_theme/static/src/scss/search_view.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/settings.scss b/muk_web_theme/static/src/scss/settings.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/scss/variables.scss b/muk_web_theme/static/src/scss/variables.scss old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/xml/apps.xml b/muk_web_theme/static/src/xml/apps.xml old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/xml/appsbar.xml b/muk_web_theme/static/src/xml/appsbar.xml old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/xml/base.xml b/muk_web_theme/static/src/xml/base.xml old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/xml/navbar.xml b/muk_web_theme/static/src/xml/navbar.xml old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/xml/shortcuts.xml b/muk_web_theme/static/src/xml/shortcuts.xml old mode 100644 new mode 100755 diff --git a/muk_web_theme/static/src/xml/views.xml b/muk_web_theme/static/src/xml/views.xml old mode 100644 new mode 100755 diff --git a/muk_web_theme/template/assets.xml b/muk_web_theme/template/assets.xml old mode 100644 new mode 100755 diff --git a/muk_web_theme/template/web.xml b/muk_web_theme/template/web.xml old mode 100644 new mode 100755 diff --git a/muk_web_theme/views/res_config_settings_view.xml b/muk_web_theme/views/res_config_settings_view.xml old mode 100644 new mode 100755 diff --git a/muk_web_theme/views/res_users.xml b/muk_web_theme/views/res_users.xml old mode 100644 new mode 100755 diff --git a/oh_appraisal/README.rst b/oh_appraisal/README.rst old mode 100644 new mode 100755 diff --git a/oh_appraisal/__init__.py b/oh_appraisal/__init__.py old mode 100644 new mode 100755 diff --git a/oh_appraisal/__manifest__.py b/oh_appraisal/__manifest__.py old mode 100644 new mode 100755 diff --git a/oh_appraisal/data/demo_data.xml b/oh_appraisal/data/demo_data.xml old mode 100644 new mode 100755 diff --git a/oh_appraisal/data/hr_appraisal_stages.xml b/oh_appraisal/data/hr_appraisal_stages.xml old mode 100644 new mode 100755 diff --git a/oh_appraisal/doc/RELEASE_NOTES.md b/oh_appraisal/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/oh_appraisal/i18n/ar_001.po b/oh_appraisal/i18n/ar_001.po old mode 100644 new mode 100755 diff --git a/oh_appraisal/models/__init__.py b/oh_appraisal/models/__init__.py old mode 100644 new mode 100755 diff --git a/oh_appraisal/models/hr_appraisal_form.py b/oh_appraisal/models/hr_appraisal_form.py old mode 100644 new mode 100755 diff --git a/oh_appraisal/models/hr_appraisal_survey.py b/oh_appraisal/models/hr_appraisal_survey.py old mode 100644 new mode 100755 diff --git a/oh_appraisal/security/hr_appraisal_security.xml b/oh_appraisal/security/hr_appraisal_security.xml old mode 100644 new mode 100755 diff --git a/oh_appraisal/security/ir.model.access.csv b/oh_appraisal/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/appraisal_icon.png b/oh_appraisal/static/description/appraisal_icon.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/chevron.png b/oh_appraisal/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/cogs.png b/oh_appraisal/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/consultation.png b/oh_appraisal/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/ecom-black.png b/oh_appraisal/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/education-black.png b/oh_appraisal/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/hotel-black.png b/oh_appraisal/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/license.png b/oh_appraisal/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/lifebuoy.png b/oh_appraisal/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/manufacturing-black.png b/oh_appraisal/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/pos-black.png b/oh_appraisal/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/puzzle.png b/oh_appraisal/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/restaurant-black.png b/oh_appraisal/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/service-black.png b/oh_appraisal/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/trading-black.png b/oh_appraisal/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/training.png b/oh_appraisal/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/update.png b/oh_appraisal/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/user.png b/oh_appraisal/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/assets/icons/wrench.png b/oh_appraisal/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/banner.png b/oh_appraisal/static/description/banner.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/icon.png b/oh_appraisal/static/description/icon.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/1appraisal.png b/oh_appraisal/static/description/images/1appraisal.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/2email.png b/oh_appraisal/static/description/images/2email.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/3view ans.png b/oh_appraisal/static/description/images/3view ans.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/4settings.png b/oh_appraisal/static/description/images/4settings.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/checked.png b/oh_appraisal/static/description/images/checked.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/checklist_image.png b/oh_appraisal/static/description/images/checklist_image.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/core_image.gif b/oh_appraisal/static/description/images/core_image.gif old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/dashboard_image.gif b/oh_appraisal/static/description/images/dashboard_image.gif old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/gratuity_image.png b/oh_appraisal/static/description/images/gratuity_image.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/hero.png b/oh_appraisal/static/description/images/hero.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/insurance_image.png b/oh_appraisal/static/description/images/insurance_image.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/openhrms.png b/oh_appraisal/static/description/images/openhrms.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/images/overtime_image.png b/oh_appraisal/static/description/images/overtime_image.png old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/description/index.html b/oh_appraisal/static/description/index.html old mode 100644 new mode 100755 diff --git a/oh_appraisal/static/image/employee_resign.jpeg b/oh_appraisal/static/image/employee_resign.jpeg old mode 100644 new mode 100755 diff --git a/oh_appraisal/views/hr_appraisal_form_view.xml b/oh_appraisal/views/hr_appraisal_form_view.xml old mode 100644 new mode 100755 diff --git a/oh_appraisal/views/hr_appraisal_survey_views.xml b/oh_appraisal/views/hr_appraisal_survey_views.xml old mode 100644 new mode 100755 diff --git a/ohrms_loan/README.md b/ohrms_loan/README.md old mode 100644 new mode 100755 diff --git a/ohrms_loan/__init__.py b/ohrms_loan/__init__.py old mode 100644 new mode 100755 diff --git a/ohrms_loan/__manifest__.py b/ohrms_loan/__manifest__.py old mode 100644 new mode 100755 diff --git a/ohrms_loan/data/salary_rule_loan.xml b/ohrms_loan/data/salary_rule_loan.xml old mode 100644 new mode 100755 diff --git a/ohrms_loan/doc/RELEASE_NOTES.md b/ohrms_loan/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/ohrms_loan/i18n/ar_001.po b/ohrms_loan/i18n/ar_001.po old mode 100644 new mode 100755 diff --git a/ohrms_loan/models/__init__.py b/ohrms_loan/models/__init__.py old mode 100644 new mode 100755 diff --git a/ohrms_loan/models/hr_loan.py b/ohrms_loan/models/hr_loan.py old mode 100644 new mode 100755 diff --git a/ohrms_loan/models/hr_payroll.py b/ohrms_loan/models/hr_payroll.py old mode 100644 new mode 100755 diff --git a/ohrms_loan/security/ir.model.access.csv b/ohrms_loan/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/ohrms_loan/security/security.xml b/ohrms_loan/security/security.xml old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/chevron.png b/ohrms_loan/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/cogs.png b/ohrms_loan/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/consultation.png b/ohrms_loan/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/ecom-black.png b/ohrms_loan/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/education-black.png b/ohrms_loan/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/hotel-black.png b/ohrms_loan/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/license.png b/ohrms_loan/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/lifebuoy.png b/ohrms_loan/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/manufacturing-black.png b/ohrms_loan/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/pos-black.png b/ohrms_loan/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/puzzle.png b/ohrms_loan/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/restaurant-black.png b/ohrms_loan/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/service-black.png b/ohrms_loan/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/trading-black.png b/ohrms_loan/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/training.png b/ohrms_loan/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/update.png b/ohrms_loan/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/user.png b/ohrms_loan/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/assets/icons/wrench.png b/ohrms_loan/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/banner.png b/ohrms_loan/static/description/banner.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/cybro_logo.png b/ohrms_loan/static/description/cybro_logo.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/icon.png b/ohrms_loan/static/description/icon.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/1loan.png b/ohrms_loan/static/description/images/1loan.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/2loan.png b/ohrms_loan/static/description/images/2loan.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/3loan.png b/ohrms_loan/static/description/images/3loan.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/4loan.png b/ohrms_loan/static/description/images/4loan.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/5loan.png b/ohrms_loan/static/description/images/5loan.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/6loan.png b/ohrms_loan/static/description/images/6loan.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/announce_image.png b/ohrms_loan/static/description/images/announce_image.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/checked.png b/ohrms_loan/static/description/images/checked.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/core_image.gif b/ohrms_loan/static/description/images/core_image.gif old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/dash_image.gif b/ohrms_loan/static/description/images/dash_image.gif old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/dashboard_image.gif b/ohrms_loan/static/description/images/dashboard_image.gif old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/disciplinary_image.png b/ohrms_loan/static/description/images/disciplinary_image.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/documents_image.png b/ohrms_loan/static/description/images/documents_image.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/hero.png b/ohrms_loan/static/description/images/hero.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/loan.png b/ohrms_loan/static/description/images/loan.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/openhrms.png b/ohrms_loan/static/description/images/openhrms.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/images/salary_image.png b/ohrms_loan/static/description/images/salary_image.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/index.html b/ohrms_loan/static/description/index.html old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/loan_web.png b/ohrms_loan/static/description/loan_web.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/static/description/oh_icon.png b/ohrms_loan/static/description/oh_icon.png old mode 100644 new mode 100755 diff --git a/ohrms_loan/views/hr_loan.xml b/ohrms_loan/views/hr_loan.xml old mode 100644 new mode 100755 diff --git a/ohrms_loan/views/hr_loan_seq.xml b/ohrms_loan/views/hr_loan_seq.xml old mode 100644 new mode 100755 diff --git a/ohrms_loan/views/hr_payroll.xml b/ohrms_loan/views/hr_payroll.xml old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/README.md b/ohrms_loan_accounting/README.md old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/__init__.py b/ohrms_loan_accounting/__init__.py old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/__manifest__.py b/ohrms_loan_accounting/__manifest__.py old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/doc/RELEASE_NOTES.md b/ohrms_loan_accounting/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/i18n/ar_001.po b/ohrms_loan_accounting/i18n/ar_001.po old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/models/__init__.py b/ohrms_loan_accounting/models/__init__.py old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/models/account_move_line.py b/ohrms_loan_accounting/models/account_move_line.py old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/models/hr_loan_acc.py b/ohrms_loan_accounting/models/hr_loan_acc.py old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/models/hr_loan_config.py b/ohrms_loan_accounting/models/hr_loan_config.py old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/security/ir.model.access.csv b/ohrms_loan_accounting/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/security/security.xml b/ohrms_loan_accounting/security/security.xml old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/HRMS-BUTTON.png b/ohrms_loan_accounting/static/description/HRMS-BUTTON.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/chevron.png b/ohrms_loan_accounting/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/cogs.png b/ohrms_loan_accounting/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/consultation.png b/ohrms_loan_accounting/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/ecom-black.png b/ohrms_loan_accounting/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/education-black.png b/ohrms_loan_accounting/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/hotel-black.png b/ohrms_loan_accounting/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/license.png b/ohrms_loan_accounting/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/lifebuoy.png b/ohrms_loan_accounting/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/manufacturing-black.png b/ohrms_loan_accounting/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/pos-black.png b/ohrms_loan_accounting/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/puzzle.png b/ohrms_loan_accounting/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/restaurant-black.png b/ohrms_loan_accounting/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/service-black.png b/ohrms_loan_accounting/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/trading-black.png b/ohrms_loan_accounting/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/training.png b/ohrms_loan_accounting/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/update.png b/ohrms_loan_accounting/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/user.png b/ohrms_loan_accounting/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/assets/icons/wrench.png b/ohrms_loan_accounting/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/banner.png b/ohrms_loan_accounting/static/description/banner.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/cybro-service.png b/ohrms_loan_accounting/static/description/cybro-service.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/cybro_logo.png b/ohrms_loan_accounting/static/description/cybro_logo.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/icon.png b/ohrms_loan_accounting/static/description/icon.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/appraisal_image.png b/ohrms_loan_accounting/static/description/images/appraisal_image.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/bio_image.png b/ohrms_loan_accounting/static/description/images/bio_image.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/checked.png b/ohrms_loan_accounting/static/description/images/checked.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/core_image.gif b/ohrms_loan_accounting/static/description/images/core_image.gif old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/hero-openhrms.png b/ohrms_loan_accounting/static/description/images/hero-openhrms.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/hero.png b/ohrms_loan_accounting/static/description/images/hero.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/loan1.png b/ohrms_loan_accounting/static/description/images/loan1.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/loan2.png b/ohrms_loan_accounting/static/description/images/loan2.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/loan3.png b/ohrms_loan_accounting/static/description/images/loan3.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/loan4.png b/ohrms_loan_accounting/static/description/images/loan4.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/loan5.png b/ohrms_loan_accounting/static/description/images/loan5.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/loan6.png b/ohrms_loan_accounting/static/description/images/loan6.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/module_image.gif b/ohrms_loan_accounting/static/description/images/module_image.gif old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/openhrms.png b/ohrms_loan_accounting/static/description/images/openhrms.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/salary_image.png b/ohrms_loan_accounting/static/description/images/salary_image.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/images/shift_image.png b/ohrms_loan_accounting/static/description/images/shift_image.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/index.html b/ohrms_loan_accounting/static/description/index.html old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/static/description/oh_icon.png b/ohrms_loan_accounting/static/description/oh_icon.png old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/views/hr_loan_acc.xml b/ohrms_loan_accounting/views/hr_loan_acc.xml old mode 100644 new mode 100755 diff --git a/ohrms_loan_accounting/views/hr_loan_config.xml b/ohrms_loan_accounting/views/hr_loan_config.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/__init__.py b/om_hr_payroll/__init__.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/__manifest__.py b/om_hr_payroll/__manifest__.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/data/hr_payroll_category.xml b/om_hr_payroll/data/hr_payroll_category.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/data/hr_payroll_data.xml b/om_hr_payroll/data/hr_payroll_data.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/data/hr_payroll_demo.xml b/om_hr_payroll/data/hr_payroll_demo.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/data/hr_payroll_sequence.xml b/om_hr_payroll/data/hr_payroll_sequence.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/data/mail_template.xml b/om_hr_payroll/data/mail_template.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/af.po b/om_hr_payroll/i18n/af.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/am.po b/om_hr_payroll/i18n/am.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/ar.po b/om_hr_payroll/i18n/ar.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/az.po b/om_hr_payroll/i18n/az.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/bg.po b/om_hr_payroll/i18n/bg.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/bn.po b/om_hr_payroll/i18n/bn.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/bs.po b/om_hr_payroll/i18n/bs.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/ca.po b/om_hr_payroll/i18n/ca.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/cs.po b/om_hr_payroll/i18n/cs.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/da.po b/om_hr_payroll/i18n/da.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/de.po b/om_hr_payroll/i18n/de.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/el.po b/om_hr_payroll/i18n/el.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/en_GB.po b/om_hr_payroll/i18n/en_GB.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/es.po b/om_hr_payroll/i18n/es.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/es_AR.po b/om_hr_payroll/i18n/es_AR.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/es_BO.po b/om_hr_payroll/i18n/es_BO.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/es_CL.po b/om_hr_payroll/i18n/es_CL.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/es_CO.po b/om_hr_payroll/i18n/es_CO.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/es_CR.po b/om_hr_payroll/i18n/es_CR.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/es_DO.po b/om_hr_payroll/i18n/es_DO.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/es_EC.po b/om_hr_payroll/i18n/es_EC.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/es_PE.po b/om_hr_payroll/i18n/es_PE.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/es_VE.po b/om_hr_payroll/i18n/es_VE.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/et.po b/om_hr_payroll/i18n/et.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/eu.po b/om_hr_payroll/i18n/eu.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/fa.po b/om_hr_payroll/i18n/fa.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/fi.po b/om_hr_payroll/i18n/fi.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/fil.po b/om_hr_payroll/i18n/fil.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/fo.po b/om_hr_payroll/i18n/fo.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/fr.po b/om_hr_payroll/i18n/fr.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/fr_BE.po b/om_hr_payroll/i18n/fr_BE.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/fr_CA.po b/om_hr_payroll/i18n/fr_CA.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/gl.po b/om_hr_payroll/i18n/gl.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/gu.po b/om_hr_payroll/i18n/gu.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/he.po b/om_hr_payroll/i18n/he.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/hi.po b/om_hr_payroll/i18n/hi.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/hr.po b/om_hr_payroll/i18n/hr.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/hr_payroll.pot b/om_hr_payroll/i18n/hr_payroll.pot old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/hu.po b/om_hr_payroll/i18n/hu.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/id.po b/om_hr_payroll/i18n/id.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/is.po b/om_hr_payroll/i18n/is.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/it.po b/om_hr_payroll/i18n/it.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/ja.po b/om_hr_payroll/i18n/ja.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/ka.po b/om_hr_payroll/i18n/ka.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/kab.po b/om_hr_payroll/i18n/kab.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/km.po b/om_hr_payroll/i18n/km.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/ko.po b/om_hr_payroll/i18n/ko.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/lo.po b/om_hr_payroll/i18n/lo.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/lt.po b/om_hr_payroll/i18n/lt.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/lv.po b/om_hr_payroll/i18n/lv.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/mk.po b/om_hr_payroll/i18n/mk.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/mn.po b/om_hr_payroll/i18n/mn.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/nb.po b/om_hr_payroll/i18n/nb.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/ne.po b/om_hr_payroll/i18n/ne.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/nl.po b/om_hr_payroll/i18n/nl.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/nl_BE.po b/om_hr_payroll/i18n/nl_BE.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/pl.po b/om_hr_payroll/i18n/pl.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/pt.po b/om_hr_payroll/i18n/pt.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/pt_BR.po b/om_hr_payroll/i18n/pt_BR.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/ro.po b/om_hr_payroll/i18n/ro.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/ru.po b/om_hr_payroll/i18n/ru.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/sk.po b/om_hr_payroll/i18n/sk.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/sl.po b/om_hr_payroll/i18n/sl.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/sq.po b/om_hr_payroll/i18n/sq.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/sr.po b/om_hr_payroll/i18n/sr.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/sr@latin.po b/om_hr_payroll/i18n/sr@latin.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/sv.po b/om_hr_payroll/i18n/sv.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/ta.po b/om_hr_payroll/i18n/ta.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/th.po b/om_hr_payroll/i18n/th.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/tr.po b/om_hr_payroll/i18n/tr.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/uk.po b/om_hr_payroll/i18n/uk.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/vi.po b/om_hr_payroll/i18n/vi.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/zh_CN.po b/om_hr_payroll/i18n/zh_CN.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/i18n/zh_TW.po b/om_hr_payroll/i18n/zh_TW.po old mode 100644 new mode 100755 diff --git a/om_hr_payroll/models/__init__.py b/om_hr_payroll/models/__init__.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/models/hr_contract.py b/om_hr_payroll/models/hr_contract.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/models/hr_employee.py b/om_hr_payroll/models/hr_employee.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/models/hr_payslip.py b/om_hr_payroll/models/hr_payslip.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/models/hr_salary_rule.py b/om_hr_payroll/models/hr_salary_rule.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/models/res_config_settings.py b/om_hr_payroll/models/res_config_settings.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/report/__init__.py b/om_hr_payroll/report/__init__.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/report/report_contribution_register.py b/om_hr_payroll/report/report_contribution_register.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/report/report_payslip_details.py b/om_hr_payroll/report/report_payslip_details.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/security/hr_payroll_security.xml b/om_hr_payroll/security/hr_payroll_security.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/security/ir.model.access.csv b/om_hr_payroll/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/om_hr_payroll/static/description/banner.png b/om_hr_payroll/static/description/banner.png old mode 100644 new mode 100755 diff --git a/om_hr_payroll/static/description/icon.png b/om_hr_payroll/static/description/icon.png old mode 100644 new mode 100755 diff --git a/om_hr_payroll/static/description/icon.svg b/om_hr_payroll/static/description/icon.svg old mode 100644 new mode 100755 diff --git a/om_hr_payroll/static/description/index.html b/om_hr_payroll/static/description/index.html old mode 100644 new mode 100755 diff --git a/om_hr_payroll/static/description/odoo14_payslip.png b/om_hr_payroll/static/description/odoo14_payslip.png old mode 100644 new mode 100755 diff --git a/om_hr_payroll/static/description/odoo_mates.png b/om_hr_payroll/static/description/odoo_mates.png old mode 100644 new mode 100755 diff --git a/om_hr_payroll/static/img/hr_employee_payroll-image.jpg b/om_hr_payroll/static/img/hr_employee_payroll-image.jpg old mode 100644 new mode 100755 diff --git a/om_hr_payroll/tests/__init__.py b/om_hr_payroll/tests/__init__.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/tests/common.py b/om_hr_payroll/tests/common.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/tests/test_payslip_flow.py b/om_hr_payroll/tests/test_payslip_flow.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/views/hr_contract_views.xml b/om_hr_payroll/views/hr_contract_views.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/views/hr_employee_views.xml b/om_hr_payroll/views/hr_employee_views.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/views/hr_payroll_report.xml b/om_hr_payroll/views/hr_payroll_report.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/views/hr_payslip_views.xml b/om_hr_payroll/views/hr_payslip_views.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/views/hr_salary_rule_views.xml b/om_hr_payroll/views/hr_salary_rule_views.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/views/report_contribution_register_templates.xml b/om_hr_payroll/views/report_contribution_register_templates.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/views/report_payslip_details_templates.xml b/om_hr_payroll/views/report_payslip_details_templates.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/views/report_payslip_templates.xml b/om_hr_payroll/views/report_payslip_templates.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/views/res_config_settings_views.xml b/om_hr_payroll/views/res_config_settings_views.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/wizard/__init__.py b/om_hr_payroll/wizard/__init__.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/wizard/hr_payroll_contribution_register_report.py b/om_hr_payroll/wizard/hr_payroll_contribution_register_report.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/wizard/hr_payroll_contribution_register_report_views.xml b/om_hr_payroll/wizard/hr_payroll_contribution_register_report_views.xml old mode 100644 new mode 100755 diff --git a/om_hr_payroll/wizard/hr_payroll_payslips_by_employees.py b/om_hr_payroll/wizard/hr_payroll_payslips_by_employees.py old mode 100644 new mode 100755 diff --git a/om_hr_payroll/wizard/hr_payroll_payslips_by_employees_views.xml b/om_hr_payroll/wizard/hr_payroll_payslips_by_employees_views.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/README.md b/sh_helpdesk/README.md old mode 100644 new mode 100755 diff --git a/sh_helpdesk/__init__.py b/sh_helpdesk/__init__.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/__manifest__.py b/sh_helpdesk/__manifest__.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/controllers/__init__.py b/sh_helpdesk/controllers/__init__.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/controllers/main.py b/sh_helpdesk/controllers/main.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/controllers/portal.py b/sh_helpdesk/controllers/portal.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/current_s.txt b/sh_helpdesk/current_s.txt old mode 100644 new mode 100755 diff --git a/sh_helpdesk/data/helpdesk_cron_data.xml b/sh_helpdesk/data/helpdesk_cron_data.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/data/helpdesk_data.xml b/sh_helpdesk/data/helpdesk_data.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/data/helpdesk_email_data.xml b/sh_helpdesk/data/helpdesk_email_data.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/data/helpdesk_reminder_cron.xml b/sh_helpdesk/data/helpdesk_reminder_cron.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/data/helpdesk_reminder_mail_template.xml b/sh_helpdesk/data/helpdesk_reminder_mail_template.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/data/helpdesk_stage_data.xml b/sh_helpdesk/data/helpdesk_stage_data.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/doc/changelog.rst b/sh_helpdesk/doc/changelog.rst old mode 100644 new mode 100755 diff --git a/sh_helpdesk/i18n/ar.po b/sh_helpdesk/i18n/ar.po old mode 100644 new mode 100755 diff --git a/sh_helpdesk/i18n/de.po b/sh_helpdesk/i18n/de.po old mode 100644 new mode 100755 diff --git a/sh_helpdesk/i18n/es.po b/sh_helpdesk/i18n/es.po old mode 100644 new mode 100755 diff --git a/sh_helpdesk/i18n/sh_helpdesk.pot b/sh_helpdesk/i18n/sh_helpdesk.pot old mode 100644 new mode 100755 diff --git a/sh_helpdesk/i18n/sk.po b/sh_helpdesk/i18n/sk.po old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/__init__.py b/sh_helpdesk/models/__init__.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_alarm.py b/sh_helpdesk/models/helpdesk_alarm.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_category.py b/sh_helpdesk/models/helpdesk_category.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_config_settings.py b/sh_helpdesk/models/helpdesk_config_settings.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_policies.py b/sh_helpdesk/models/helpdesk_policies.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_priority.py b/sh_helpdesk/models/helpdesk_priority.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_so.py b/sh_helpdesk/models/helpdesk_so.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_stages.py b/sh_helpdesk/models/helpdesk_stages.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_subcategory.py b/sh_helpdesk/models/helpdesk_subcategory.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_subject_type.py b/sh_helpdesk/models/helpdesk_subject_type.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_tags.py b/sh_helpdesk/models/helpdesk_tags.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_team.py b/sh_helpdesk/models/helpdesk_team.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_ticket.py b/sh_helpdesk/models/helpdesk_ticket.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_ticket_dashboard.py b/sh_helpdesk/models/helpdesk_ticket_dashboard.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_ticket_type.py b/sh_helpdesk/models/helpdesk_ticket_type.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/helpdesk_ticket_update_wizard.py b/sh_helpdesk/models/helpdesk_ticket_update_wizard.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/res_users.py b/sh_helpdesk/models/res_users.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/models/send_mail_quick_reply.py b/sh_helpdesk/models/send_mail_quick_reply.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/security/ir.model.access.csv b/sh_helpdesk/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/sh_helpdesk/security/send_mail_security.xml b/sh_helpdesk/security/send_mail_security.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/security/sh_helpdesk_security.xml b/sh_helpdesk/security/sh_helpdesk_security.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/0.png b/sh_helpdesk/static/description/0.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/1.png b/sh_helpdesk/static/description/1.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/10.png b/sh_helpdesk/static/description/10.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/11.png b/sh_helpdesk/static/description/11.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/12.png b/sh_helpdesk/static/description/12.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/13.png b/sh_helpdesk/static/description/13.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/14.png b/sh_helpdesk/static/description/14.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/15.png b/sh_helpdesk/static/description/15.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/16.png b/sh_helpdesk/static/description/16.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/17.png b/sh_helpdesk/static/description/17.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/18.png b/sh_helpdesk/static/description/18.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/19.png b/sh_helpdesk/static/description/19.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/2.png b/sh_helpdesk/static/description/2.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/20.png b/sh_helpdesk/static/description/20.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/21.png b/sh_helpdesk/static/description/21.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/22.png b/sh_helpdesk/static/description/22.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/24.png b/sh_helpdesk/static/description/24.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/3.png b/sh_helpdesk/static/description/3.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/4.png b/sh_helpdesk/static/description/4.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/5.png b/sh_helpdesk/static/description/5.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/6.png b/sh_helpdesk/static/description/6.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/7.png b/sh_helpdesk/static/description/7.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/8.png b/sh_helpdesk/static/description/8.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/9.png b/sh_helpdesk/static/description/9.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Create Ticket From Inbound Mail.png b/sh_helpdesk/static/description/Create Ticket From Inbound Mail.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Dynamic Dashboard.png b/sh_helpdesk/static/description/Dynamic Dashboard.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Help Desk Portal.png b/sh_helpdesk/static/description/Help Desk Portal.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Helpdesk Backend.png b/sh_helpdesk/static/description/Helpdesk Backend.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Helpdesk Multiple User for Backend.png b/sh_helpdesk/static/description/Helpdesk Multiple User for Backend.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Helpdesk Multiple User for Portal.png b/sh_helpdesk/static/description/Helpdesk Multiple User for Portal.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Helpdesk Portal Customer.png b/sh_helpdesk/static/description/Helpdesk Portal Customer.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Helpdesk Portal.png b/sh_helpdesk/static/description/Helpdesk Portal.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Helpdesk Quick Reply.png b/sh_helpdesk/static/description/Helpdesk Quick Reply.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Helpdesk SLA Policy.png b/sh_helpdesk/static/description/Helpdesk SLA Policy.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Helpdesk Ticket Reminder.png b/sh_helpdesk/static/description/Helpdesk Ticket Reminder.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Helpdesk Whatsapp.png b/sh_helpdesk/static/description/Helpdesk Whatsapp.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Leader.png b/sh_helpdesk/static/description/Leader.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Manage Products.png b/sh_helpdesk/static/description/Manage Products.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Multi_user/MU1.png b/sh_helpdesk/static/description/Multi_user/MU1.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Multi_user/MU2.png b/sh_helpdesk/static/description/Multi_user/MU2.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Multi_user/MU3.png b/sh_helpdesk/static/description/Multi_user/MU3.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Multi_user/MU4.png b/sh_helpdesk/static/description/Multi_user/MU4.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Multi_user/MU5.png b/sh_helpdesk/static/description/Multi_user/MU5.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Multi_user/MU6.png b/sh_helpdesk/static/description/Multi_user/MU6.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/My-Company-Your-Ticket-is-generated-Ref-TICKET-0012-Odoo.png b/sh_helpdesk/static/description/My-Company-Your-Ticket-is-generated-Ref-TICKET-0012-Odoo.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Ticket-Dashboard-Odoo.png b/sh_helpdesk/static/description/Ticket-Dashboard-Odoo.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Update Mass Ticket.png b/sh_helpdesk/static/description/Update Mass Ticket.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/Userwise Helpdesk.png b/sh_helpdesk/static/description/Userwise Helpdesk.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/aarab.png b/sh_helpdesk/static/description/aarab.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/assign user.png b/sh_helpdesk/static/description/assign user.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/auto_add_follower.gif b/sh_helpdesk/static/description/auto_add_follower.gif old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/auto_close_ticket.gif b/sh_helpdesk/static/description/auto_close_ticket.gif old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/background.png b/sh_helpdesk/static/description/background.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/captcha.png b/sh_helpdesk/static/description/captcha.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/dashboard_counter_click.gif b/sh_helpdesk/static/description/dashboard_counter_click.gif old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/email.png b/sh_helpdesk/static/description/email.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/eng.png b/sh_helpdesk/static/description/eng.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/feedback portal.png b/sh_helpdesk/static/description/feedback portal.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/feedback.png b/sh_helpdesk/static/description/feedback.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/german.png b/sh_helpdesk/static/description/german.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/helpdesk backend new.png b/sh_helpdesk/static/description/helpdesk backend new.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/helpdesk_1.png b/sh_helpdesk/static/description/helpdesk_1.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/helpdesk_2.png b/sh_helpdesk/static/description/helpdesk_2.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/helpdesk_3.png b/sh_helpdesk/static/description/helpdesk_3.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/hot tag.png b/sh_helpdesk/static/description/hot tag.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/icon.png b/sh_helpdesk/static/description/icon.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/image1.png b/sh_helpdesk/static/description/image1.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/image2.png b/sh_helpdesk/static/description/image2.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/image3.png b/sh_helpdesk/static/description/image3.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/index.html b/sh_helpdesk/static/description/index.html old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/like_1.png b/sh_helpdesk/static/description/like_1.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/like_2.png b/sh_helpdesk/static/description/like_2.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/like_3.png b/sh_helpdesk/static/description/like_3.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/mass.gif b/sh_helpdesk/static/description/mass.gif old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/new request.png b/sh_helpdesk/static/description/new request.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/new tag.png b/sh_helpdesk/static/description/new tag.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/new.png b/sh_helpdesk/static/description/new.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/neww.png b/sh_helpdesk/static/description/neww.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/pdf img.png b/sh_helpdesk/static/description/pdf img.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/pdf.png b/sh_helpdesk/static/description/pdf.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal 1.png b/sh_helpdesk/static/description/portal 1.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal form.png b/sh_helpdesk/static/description/portal form.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal list options.png b/sh_helpdesk/static/description/portal list options.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal pdf 14.png b/sh_helpdesk/static/description/portal pdf 14.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal pdf.png b/sh_helpdesk/static/description/portal pdf.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/10p.png b/sh_helpdesk/static/description/portal/10p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/11p.png b/sh_helpdesk/static/description/portal/11p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/12p.png b/sh_helpdesk/static/description/portal/12p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/13p.png b/sh_helpdesk/static/description/portal/13p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/14p.png b/sh_helpdesk/static/description/portal/14p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/1p.png b/sh_helpdesk/static/description/portal/1p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/2p.png b/sh_helpdesk/static/description/portal/2p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/3p.png b/sh_helpdesk/static/description/portal/3p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/4p.png b/sh_helpdesk/static/description/portal/4p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/5p.png b/sh_helpdesk/static/description/portal/5p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/6p.png b/sh_helpdesk/static/description/portal/6p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/7p.png b/sh_helpdesk/static/description/portal/7p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/8p.png b/sh_helpdesk/static/description/portal/8p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/portal/9p.png b/sh_helpdesk/static/description/portal/9p.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/quick_reply/0.png b/sh_helpdesk/static/description/quick_reply/0.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/quick_reply/1.png b/sh_helpdesk/static/description/quick_reply/1.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/quick_reply/10.png b/sh_helpdesk/static/description/quick_reply/10.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/quick_reply/11.png b/sh_helpdesk/static/description/quick_reply/11.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/quick_reply/2.png b/sh_helpdesk/static/description/quick_reply/2.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/quick_reply/3.png b/sh_helpdesk/static/description/quick_reply/3.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/quick_reply/4.png b/sh_helpdesk/static/description/quick_reply/4.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/quick_reply/5.png b/sh_helpdesk/static/description/quick_reply/5.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/quick_reply/6.png b/sh_helpdesk/static/description/quick_reply/6.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/quick_reply/7.png b/sh_helpdesk/static/description/quick_reply/7.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/quick_reply/8.png b/sh_helpdesk/static/description/quick_reply/8.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/quick_reply/9.png b/sh_helpdesk/static/description/quick_reply/9.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/reply.gif b/sh_helpdesk/static/description/reply.gif old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/reply_status.gif b/sh_helpdesk/static/description/reply_status.gif old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/resolved_ticket.gif b/sh_helpdesk/static/description/resolved_ticket.gif old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s1.png b/sh_helpdesk/static/description/s1.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s10.png b/sh_helpdesk/static/description/s10.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s11.png b/sh_helpdesk/static/description/s11.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s12.png b/sh_helpdesk/static/description/s12.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s13.png b/sh_helpdesk/static/description/s13.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s14.png b/sh_helpdesk/static/description/s14.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s15.png b/sh_helpdesk/static/description/s15.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s16.png b/sh_helpdesk/static/description/s16.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s17.png b/sh_helpdesk/static/description/s17.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s18.png b/sh_helpdesk/static/description/s18.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s19.png b/sh_helpdesk/static/description/s19.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s2.png b/sh_helpdesk/static/description/s2.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s20.png b/sh_helpdesk/static/description/s20.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s21.png b/sh_helpdesk/static/description/s21.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s22.png b/sh_helpdesk/static/description/s22.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s23.png b/sh_helpdesk/static/description/s23.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s24.png b/sh_helpdesk/static/description/s24.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s3.png b/sh_helpdesk/static/description/s3.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s4.png b/sh_helpdesk/static/description/s4.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s5.png b/sh_helpdesk/static/description/s5.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s6.png b/sh_helpdesk/static/description/s6.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s7.png b/sh_helpdesk/static/description/s7.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s8.png b/sh_helpdesk/static/description/s8.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/s9.png b/sh_helpdesk/static/description/s9.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/search_field.gif b/sh_helpdesk/static/description/search_field.gif old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/setting.png b/sh_helpdesk/static/description/setting.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/shape.png b/sh_helpdesk/static/description/shape.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/slovak.png b/sh_helpdesk/static/description/slovak.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/spanish.jpg b/sh_helpdesk/static/description/spanish.jpg old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/ssn1.png b/sh_helpdesk/static/description/ssn1.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/ssn2.png b/sh_helpdesk/static/description/ssn2.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/ssn3.png b/sh_helpdesk/static/description/ssn3.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/ssn4.png b/sh_helpdesk/static/description/ssn4.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/ssn5.png b/sh_helpdesk/static/description/ssn5.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/ssn6.png b/sh_helpdesk/static/description/ssn6.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/ssn7.png b/sh_helpdesk/static/description/ssn7.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/stages.png b/sh_helpdesk/static/description/stages.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/thank.png b/sh_helpdesk/static/description/thank.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/ticket close.png b/sh_helpdesk/static/description/ticket close.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/user.png b/sh_helpdesk/static/description/user.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w1.png b/sh_helpdesk/static/description/w1.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w10.png b/sh_helpdesk/static/description/w10.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w11.png b/sh_helpdesk/static/description/w11.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w12.png b/sh_helpdesk/static/description/w12.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w13.png b/sh_helpdesk/static/description/w13.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w14.png b/sh_helpdesk/static/description/w14.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w15.png b/sh_helpdesk/static/description/w15.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w16.png b/sh_helpdesk/static/description/w16.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w2.png b/sh_helpdesk/static/description/w2.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w3.png b/sh_helpdesk/static/description/w3.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w4.png b/sh_helpdesk/static/description/w4.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w5.png b/sh_helpdesk/static/description/w5.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w6.png b/sh_helpdesk/static/description/w6.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w7.png b/sh_helpdesk/static/description/w7.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w8.png b/sh_helpdesk/static/description/w8.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/w9.png b/sh_helpdesk/static/description/w9.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/web 1.png b/sh_helpdesk/static/description/web 1.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/web 2.png b/sh_helpdesk/static/description/web 2.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/description/web 3.png b/sh_helpdesk/static/description/web 3.png old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/css/bootstrap-multiselect.min.css b/sh_helpdesk/static/src/css/bootstrap-multiselect.min.css old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/css/feedback.scss b/sh_helpdesk/static/src/css/feedback.scss old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/css/ticket_dashboard.css b/sh_helpdesk/static/src/css/ticket_dashboard.css old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/img/emg1.svg b/sh_helpdesk/static/src/img/emg1.svg old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/img/emg2.svg b/sh_helpdesk/static/src/img/emg2.svg old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/img/emg3.svg b/sh_helpdesk/static/src/img/emg3.svg old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/img/emg4.svg b/sh_helpdesk/static/src/img/emg4.svg old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/img/emg5.svg b/sh_helpdesk/static/src/img/emg5.svg old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/js/bootstrap-multiselect.min.js b/sh_helpdesk/static/src/js/bootstrap-multiselect.min.js old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/js/filter.js b/sh_helpdesk/static/src/js/filter.js old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/js/helpdesk_ticket_dasboard.js b/sh_helpdesk/static/src/js/helpdesk_ticket_dasboard.js old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/js/helpdesk_ticket_kanban_examples.js b/sh_helpdesk/static/src/js/helpdesk_ticket_kanban_examples.js old mode 100644 new mode 100755 diff --git a/sh_helpdesk/static/src/js/portal.js b/sh_helpdesk/static/src/js/portal.js old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_alarm.xml b/sh_helpdesk/views/helpdesk_alarm.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_assets.xml b/sh_helpdesk/views/helpdesk_assets.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_category_view.xml b/sh_helpdesk/views/helpdesk_category_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_config_settings_view.xml b/sh_helpdesk/views/helpdesk_config_settings_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_menu.xml b/sh_helpdesk/views/helpdesk_menu.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_priority_view.xml b/sh_helpdesk/views/helpdesk_priority_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_sla_policies.xml b/sh_helpdesk/views/helpdesk_sla_policies.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_stages_view.xml b/sh_helpdesk/views/helpdesk_stages_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_subcategory_view.xml b/sh_helpdesk/views/helpdesk_subcategory_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_subject_type_view.xml b/sh_helpdesk/views/helpdesk_subject_type_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_tags_view.xml b/sh_helpdesk/views/helpdesk_tags_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_team_view.xml b/sh_helpdesk/views/helpdesk_team_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_ticket_multi_action_view.xml b/sh_helpdesk/views/helpdesk_ticket_multi_action_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_ticket_portal_template.xml b/sh_helpdesk/views/helpdesk_ticket_portal_template.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_ticket_type_view.xml b/sh_helpdesk/views/helpdesk_ticket_type_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_ticket_update_wizard_view.xml b/sh_helpdesk/views/helpdesk_ticket_update_wizard_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/helpdesk_ticket_view.xml b/sh_helpdesk/views/helpdesk_ticket_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/report_views.xml b/sh_helpdesk/views/report_views.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/res_users.xml b/sh_helpdesk/views/res_users.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/send_mail_quick_reply.xml b/sh_helpdesk/views/send_mail_quick_reply.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/sh_helpdeks_report_portal.xml b/sh_helpdesk/views/sh_helpdeks_report_portal.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/sh_report_helpdesk_ticket_template.xml b/sh_helpdesk/views/sh_report_helpdesk_ticket_template.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/sh_ticket_feedback_template.xml b/sh_helpdesk/views/sh_ticket_feedback_template.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/ticket_dashboard_templates.xml b/sh_helpdesk/views/ticket_dashboard_templates.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/views/ticket_dashboard_view.xml b/sh_helpdesk/views/ticket_dashboard_view.xml old mode 100644 new mode 100755 diff --git a/sh_helpdesk/wizard/__init__.py b/sh_helpdesk/wizard/__init__.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/wizard/mail_compose.py b/sh_helpdesk/wizard/mail_compose.py old mode 100644 new mode 100755 diff --git a/sh_helpdesk/wizard/mail_compose_view.xml b/sh_helpdesk/wizard/mail_compose_view.xml old mode 100644 new mode 100755 diff --git a/v14_indoteknik/__init__.py b/v14_indoteknik/__init__.py old mode 100644 new mode 100755 diff --git a/v14_indoteknik/__manifest__.py b/v14_indoteknik/__manifest__.py old mode 100644 new mode 100755 diff --git a/v14_indoteknik/models/__init__.py b/v14_indoteknik/models/__init__.py old mode 100644 new mode 100755 diff --git a/v14_indoteknik/models/account_move.py b/v14_indoteknik/models/account_move.py old mode 100644 new mode 100755 diff --git a/v14_indoteknik/models/account_period.py b/v14_indoteknik/models/account_period.py old mode 100644 new mode 100755 diff --git a/v14_indoteknik/models/export_product.py b/v14_indoteknik/models/export_product.py old mode 100644 new mode 100755 diff --git a/v14_indoteknik/models/manufacture.py b/v14_indoteknik/models/manufacture.py old mode 100644 new mode 100755 diff --git a/v14_indoteknik/models/sale.py b/v14_indoteknik/models/sale.py old mode 100644 new mode 100755 diff --git a/v14_indoteknik/security/ir.model.access.csv b/v14_indoteknik/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/v14_indoteknik/static/description/icon.png b/v14_indoteknik/static/description/icon.png old mode 100644 new mode 100755 diff --git a/v14_indoteknik/views/account_move_view.xml b/v14_indoteknik/views/account_move_view.xml old mode 100644 new mode 100755 diff --git a/v14_indoteknik/views/account_period_view.xml b/v14_indoteknik/views/account_period_view.xml old mode 100644 new mode 100755 diff --git a/v14_indoteknik/views/export_product_view.xml b/v14_indoteknik/views/export_product_view.xml old mode 100644 new mode 100755 diff --git a/v14_indoteknik/views/manufacture_view.xml b/v14_indoteknik/views/manufacture_view.xml old mode 100644 new mode 100755 diff --git a/v14_indoteknik/views/menu_items.xml b/v14_indoteknik/views/menu_items.xml old mode 100644 new mode 100755 diff --git a/v14_indoteknik/views/purchase_view.xml b/v14_indoteknik/views/purchase_view.xml old mode 100644 new mode 100755 diff --git a/v14_indoteknik/wizard/__init__.py b/v14_indoteknik/wizard/__init__.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/__init__.py b/vit_efaktur/__init__.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/__manifest__.py b/vit_efaktur/__manifest__.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/__openerp__.py b/vit_efaktur/__openerp__.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/data/context_menu.xml b/vit_efaktur/data/context_menu.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/data/cron.xml b/vit_efaktur/data/cron.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/data/ir_sequence.xml b/vit_efaktur/data/ir_sequence.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/data/parameters.xml b/vit_efaktur/data/parameters.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/model/__init__.py b/vit_efaktur/model/__init__.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/model/efaktur.py b/vit_efaktur/model/efaktur.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/model/invoice.py b/vit_efaktur/model/invoice.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/model/partner.py b/vit_efaktur/model/partner.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/model/product.py b/vit_efaktur/model/product.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/report/invoice.xml b/vit_efaktur/report/invoice.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/security/ir.model.access.csv b/vit_efaktur/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/description/icon.png b/vit_efaktur/static/description/icon.png old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/description/images/auto.png b/vit_efaktur/static/description/images/auto.png old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/description/images/efaktur.png b/vit_efaktur/static/description/images/efaktur.png old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/description/images/export-barang.png b/vit_efaktur/static/description/images/export-barang.png old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/description/images/export-fpk.png b/vit_efaktur/static/description/images/export-fpk.png old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/description/images/export-partner.png b/vit_efaktur/static/description/images/export-partner.png old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/description/images/input-nsfp.png b/vit_efaktur/static/description/images/input-nsfp.png old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/description/images/intro.png b/vit_efaktur/static/description/images/intro.png old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/description/images/main_screenshot.jpg b/vit_efaktur/static/description/images/main_screenshot.jpg old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/description/images/main_screenshot.png b/vit_efaktur/static/description/images/main_screenshot.png old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/description/index.html b/vit_efaktur/static/description/index.html old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/fpk.csv b/vit_efaktur/static/fpk.csv old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/fpm.csv b/vit_efaktur/static/fpm.csv old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/partner.csv b/vit_efaktur/static/partner.csv old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/pk.csv b/vit_efaktur/static/pk.csv old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/product.csv b/vit_efaktur/static/product.csv old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/src/img/export.png b/vit_efaktur/static/src/img/export.png old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/src/img/icontax.png b/vit_efaktur/static/src/img/icontax.png old mode 100644 new mode 100755 diff --git a/vit_efaktur/static/src/img/newtaxicon.jpg b/vit_efaktur/static/src/img/newtaxicon.jpg old mode 100644 new mode 100755 diff --git a/vit_efaktur/view/efaktur.xml b/vit_efaktur/view/efaktur.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/view/invoice.xml b/vit_efaktur/view/invoice.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/view/invoice_supplier.xml b/vit_efaktur/view/invoice_supplier.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/view/partner.xml b/vit_efaktur/view/partner.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/view/product.xml b/vit_efaktur/view/product.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/__init__.py b/vit_efaktur/wizard/__init__.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/assign.py b/vit_efaktur/wizard/assign.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/assign.xml b/vit_efaktur/wizard/assign.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/auto.py b/vit_efaktur/wizard/auto.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/auto.xml b/vit_efaktur/wizard/auto.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/generate.py b/vit_efaktur/wizard/generate.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/generate.xml b/vit_efaktur/wizard/generate.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/partner.py b/vit_efaktur/wizard/partner.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/partner.xml b/vit_efaktur/wizard/partner.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/pk.py b/vit_efaktur/wizard/pk.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/pk.xml b/vit_efaktur/wizard/pk.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/pm.py b/vit_efaktur/wizard/pm.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/pm.xml b/vit_efaktur/wizard/pm.xml old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/product.py b/vit_efaktur/wizard/product.py old mode 100644 new mode 100755 diff --git a/vit_efaktur/wizard/product.xml b/vit_efaktur/wizard/product.xml old mode 100644 new mode 100755 diff --git a/vit_kelurahan/__init__.py b/vit_kelurahan/__init__.py old mode 100644 new mode 100755 diff --git a/vit_kelurahan/__manifest__.py b/vit_kelurahan/__manifest__.py old mode 100644 new mode 100755 diff --git a/vit_kelurahan/__openerp__.py b/vit_kelurahan/__openerp__.py old mode 100644 new mode 100755 diff --git a/vit_kelurahan/data.zip b/vit_kelurahan/data.zip old mode 100644 new mode 100755 diff --git a/vit_kelurahan/data/res.country.state.csv b/vit_kelurahan/data/res.country.state.csv old mode 100644 new mode 100755 diff --git a/vit_kelurahan/data/vit.kecamatan.csv b/vit_kelurahan/data/vit.kecamatan.csv old mode 100644 new mode 100755 diff --git a/vit_kelurahan/data/vit.kelurahan.csv b/vit_kelurahan/data/vit.kelurahan.csv old mode 100644 new mode 100755 diff --git a/vit_kelurahan/data/vit.kota.csv b/vit_kelurahan/data/vit.kota.csv old mode 100644 new mode 100755 diff --git a/vit_kelurahan/model/__init__.py b/vit_kelurahan/model/__init__.py old mode 100644 new mode 100755 diff --git a/vit_kelurahan/model/partner.py b/vit_kelurahan/model/partner.py old mode 100644 new mode 100755 diff --git a/vit_kelurahan/security/ir.model.access.csv b/vit_kelurahan/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/vit_kelurahan/static/description/icon.png b/vit_kelurahan/static/description/icon.png old mode 100644 new mode 100755 diff --git a/vit_kelurahan/view/kecamatan.xml b/vit_kelurahan/view/kecamatan.xml old mode 100644 new mode 100755 diff --git a/vit_kelurahan/view/kelurahan.xml b/vit_kelurahan/view/kelurahan.xml old mode 100644 new mode 100755 diff --git a/vit_kelurahan/view/kota.xml b/vit_kelurahan/view/kota.xml old mode 100644 new mode 100755 diff --git a/vit_kelurahan/view/partner.xml b/vit_kelurahan/view/partner.xml old mode 100644 new mode 100755 diff --git a/web_responsive/README.rst b/web_responsive/README.rst old mode 100644 new mode 100755 diff --git a/web_responsive/__init__.py b/web_responsive/__init__.py old mode 100644 new mode 100755 diff --git a/web_responsive/__manifest__.py b/web_responsive/__manifest__.py old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/ar.po b/web_responsive/i18n/ar.po old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/ca.po b/web_responsive/i18n/ca.po old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/da.po b/web_responsive/i18n/da.po old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/de.po b/web_responsive/i18n/de.po old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/es.po b/web_responsive/i18n/es.po old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/fr.po b/web_responsive/i18n/fr.po old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/fr_FR.po b/web_responsive/i18n/fr_FR.po old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/hr.po b/web_responsive/i18n/hr.po old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/nl.po b/web_responsive/i18n/nl.po old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/pt.po b/web_responsive/i18n/pt.po old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/pt_BR.po b/web_responsive/i18n/pt_BR.po old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/ru.po b/web_responsive/i18n/ru.po old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/web_responsive.pot b/web_responsive/i18n/web_responsive.pot old mode 100644 new mode 100755 diff --git a/web_responsive/i18n/zh_CN.po b/web_responsive/i18n/zh_CN.po old mode 100644 new mode 100755 diff --git a/web_responsive/models/__init__.py b/web_responsive/models/__init__.py old mode 100644 new mode 100755 diff --git a/web_responsive/models/res_users.py b/web_responsive/models/res_users.py old mode 100644 new mode 100755 diff --git a/web_responsive/readme/CONTRIBUTORS.rst b/web_responsive/readme/CONTRIBUTORS.rst old mode 100644 new mode 100755 diff --git a/web_responsive/readme/DESCRIPTION.rst b/web_responsive/readme/DESCRIPTION.rst old mode 100644 new mode 100755 diff --git a/web_responsive/readme/ROADMAP.rst b/web_responsive/readme/ROADMAP.rst old mode 100644 new mode 100755 diff --git a/web_responsive/readme/USAGE.rst b/web_responsive/readme/USAGE.rst old mode 100644 new mode 100755 diff --git a/web_responsive/static/description/icon.png b/web_responsive/static/description/icon.png old mode 100644 new mode 100755 diff --git a/web_responsive/static/description/index.html b/web_responsive/static/description/index.html old mode 100644 new mode 100755 diff --git a/web_responsive/static/img/appmenu.gif b/web_responsive/static/img/appmenu.gif old mode 100644 new mode 100755 diff --git a/web_responsive/static/img/big_checkboxes.gif b/web_responsive/static/img/big_checkboxes.gif old mode 100644 new mode 100755 diff --git a/web_responsive/static/img/chatter.gif b/web_responsive/static/img/chatter.gif old mode 100644 new mode 100755 diff --git a/web_responsive/static/img/chatter_topbar.gif b/web_responsive/static/img/chatter_topbar.gif old mode 100644 new mode 100755 diff --git a/web_responsive/static/img/document_viewer.gif b/web_responsive/static/img/document_viewer.gif old mode 100644 new mode 100755 diff --git a/web_responsive/static/img/dropdown_scroll.gif b/web_responsive/static/img/dropdown_scroll.gif old mode 100644 new mode 100755 diff --git a/web_responsive/static/img/formview.gif b/web_responsive/static/img/formview.gif old mode 100644 new mode 100755 diff --git a/web_responsive/static/img/listview.gif b/web_responsive/static/img/listview.gif old mode 100644 new mode 100755 diff --git a/web_responsive/static/img/search_panel.gif b/web_responsive/static/img/search_panel.gif old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/css/kanban_view_mobile.scss b/web_responsive/static/src/css/kanban_view_mobile.scss old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/css/search_view_mobile.scss b/web_responsive/static/src/css/search_view_mobile.scss old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/css/web_responsive.scss b/web_responsive/static/src/css/web_responsive.scss old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/img/home-menu-bg-overlay.svg b/web_responsive/static/src/img/home-menu-bg-overlay.svg old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/js/kanban_renderer_mobile.js b/web_responsive/static/src/js/kanban_renderer_mobile.js old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/js/web_responsive.js b/web_responsive/static/src/js/web_responsive.js old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/xml/apps.xml b/web_responsive/static/src/xml/apps.xml old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/xml/attachment_viewer.xml b/web_responsive/static/src/xml/attachment_viewer.xml old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/xml/control_panel.xml b/web_responsive/static/src/xml/control_panel.xml old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/xml/discuss.xml b/web_responsive/static/src/xml/discuss.xml old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/xml/form_buttons.xml b/web_responsive/static/src/xml/form_buttons.xml old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/xml/menu.xml b/web_responsive/static/src/xml/menu.xml old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/xml/navbar.xml b/web_responsive/static/src/xml/navbar.xml old mode 100644 new mode 100755 diff --git a/web_responsive/static/src/xml/search_panel.xml b/web_responsive/static/src/xml/search_panel.xml old mode 100644 new mode 100755 diff --git a/web_responsive/tests/__init__.py b/web_responsive/tests/__init__.py old mode 100644 new mode 100755 diff --git a/web_responsive/tests/test_res_users.py b/web_responsive/tests/test_res_users.py old mode 100644 new mode 100755 diff --git a/web_responsive/views/assets.xml b/web_responsive/views/assets.xml old mode 100644 new mode 100755 diff --git a/web_responsive/views/res_users.xml b/web_responsive/views/res_users.xml old mode 100644 new mode 100755 diff --git a/web_responsive/views/web.xml b/web_responsive/views/web.xml old mode 100644 new mode 100755 -- cgit v1.2.3