From 0d87fec0c4c6fb573b1a09076f6d50844d8d0a80 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 19 Aug 2022 11:12:08 +0700 Subject: initial commit --- 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 58 files changed, 0 insertions(+), 0 deletions(-) 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 (limited to 'account_reports_xlsx') 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 -- cgit v1.2.3