From 9e12f15ad03d554d87fb9a874305a8de65a36f64 Mon Sep 17 00:00:00 2001 From: "Omar (Comunitea)" Date: Fri, 25 Feb 2022 11:57:28 +0100 Subject: [PATCH] [REN] account_bank_statement_import_online_paypal: Renamed to account_statement_import_online_paypal --- .../README.rst | 0 .../__init__.py | 0 .../__manifest__.py | 0 .../account_bank_statement_import_online_paypal.pot | 0 .../models/__init__.py | 0 .../models/online_bank_statement_provider_paypal.py | 0 .../readme/CONFIGURE.rst | 0 .../readme/CONTRIBUTORS.rst | 0 .../readme/DESCRIPTION.rst | 0 .../readme/ROADMAP.rst | 0 .../readme/USAGE.rst | 0 .../static/description/icon.png | Bin .../static/description/index.html | 0 .../tests/__init__.py | 0 ...t_account_bank_statement_import_online_paypal.py | 0 .../views/online_bank_statement_provider.xml | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/README.rst (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/__init__.py (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/__manifest__.py (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/i18n/account_bank_statement_import_online_paypal.pot (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/models/__init__.py (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/models/online_bank_statement_provider_paypal.py (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/readme/CONFIGURE.rst (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/readme/CONTRIBUTORS.rst (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/readme/DESCRIPTION.rst (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/readme/ROADMAP.rst (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/readme/USAGE.rst (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/static/description/icon.png (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/static/description/index.html (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/tests/__init__.py (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/tests/test_account_bank_statement_import_online_paypal.py (100%) rename {account_bank_statement_import_online_paypal => account_statement_import_online_paypal}/views/online_bank_statement_provider.xml (100%) diff --git a/account_bank_statement_import_online_paypal/README.rst b/account_statement_import_online_paypal/README.rst similarity index 100% rename from account_bank_statement_import_online_paypal/README.rst rename to account_statement_import_online_paypal/README.rst diff --git a/account_bank_statement_import_online_paypal/__init__.py b/account_statement_import_online_paypal/__init__.py similarity index 100% rename from account_bank_statement_import_online_paypal/__init__.py rename to account_statement_import_online_paypal/__init__.py diff --git a/account_bank_statement_import_online_paypal/__manifest__.py b/account_statement_import_online_paypal/__manifest__.py similarity index 100% rename from account_bank_statement_import_online_paypal/__manifest__.py rename to account_statement_import_online_paypal/__manifest__.py diff --git a/account_bank_statement_import_online_paypal/i18n/account_bank_statement_import_online_paypal.pot b/account_statement_import_online_paypal/i18n/account_bank_statement_import_online_paypal.pot similarity index 100% rename from account_bank_statement_import_online_paypal/i18n/account_bank_statement_import_online_paypal.pot rename to account_statement_import_online_paypal/i18n/account_bank_statement_import_online_paypal.pot diff --git a/account_bank_statement_import_online_paypal/models/__init__.py b/account_statement_import_online_paypal/models/__init__.py similarity index 100% rename from account_bank_statement_import_online_paypal/models/__init__.py rename to account_statement_import_online_paypal/models/__init__.py diff --git a/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py b/account_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py similarity index 100% rename from account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py rename to account_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py diff --git a/account_bank_statement_import_online_paypal/readme/CONFIGURE.rst b/account_statement_import_online_paypal/readme/CONFIGURE.rst similarity index 100% rename from account_bank_statement_import_online_paypal/readme/CONFIGURE.rst rename to account_statement_import_online_paypal/readme/CONFIGURE.rst diff --git a/account_bank_statement_import_online_paypal/readme/CONTRIBUTORS.rst b/account_statement_import_online_paypal/readme/CONTRIBUTORS.rst similarity index 100% rename from account_bank_statement_import_online_paypal/readme/CONTRIBUTORS.rst rename to account_statement_import_online_paypal/readme/CONTRIBUTORS.rst diff --git a/account_bank_statement_import_online_paypal/readme/DESCRIPTION.rst b/account_statement_import_online_paypal/readme/DESCRIPTION.rst similarity index 100% rename from account_bank_statement_import_online_paypal/readme/DESCRIPTION.rst rename to account_statement_import_online_paypal/readme/DESCRIPTION.rst diff --git a/account_bank_statement_import_online_paypal/readme/ROADMAP.rst b/account_statement_import_online_paypal/readme/ROADMAP.rst similarity index 100% rename from account_bank_statement_import_online_paypal/readme/ROADMAP.rst rename to account_statement_import_online_paypal/readme/ROADMAP.rst diff --git a/account_bank_statement_import_online_paypal/readme/USAGE.rst b/account_statement_import_online_paypal/readme/USAGE.rst similarity index 100% rename from account_bank_statement_import_online_paypal/readme/USAGE.rst rename to account_statement_import_online_paypal/readme/USAGE.rst diff --git a/account_bank_statement_import_online_paypal/static/description/icon.png b/account_statement_import_online_paypal/static/description/icon.png similarity index 100% rename from account_bank_statement_import_online_paypal/static/description/icon.png rename to account_statement_import_online_paypal/static/description/icon.png diff --git a/account_bank_statement_import_online_paypal/static/description/index.html b/account_statement_import_online_paypal/static/description/index.html similarity index 100% rename from account_bank_statement_import_online_paypal/static/description/index.html rename to account_statement_import_online_paypal/static/description/index.html diff --git a/account_bank_statement_import_online_paypal/tests/__init__.py b/account_statement_import_online_paypal/tests/__init__.py similarity index 100% rename from account_bank_statement_import_online_paypal/tests/__init__.py rename to account_statement_import_online_paypal/tests/__init__.py diff --git a/account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py b/account_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py similarity index 100% rename from account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py rename to account_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py diff --git a/account_bank_statement_import_online_paypal/views/online_bank_statement_provider.xml b/account_statement_import_online_paypal/views/online_bank_statement_provider.xml similarity index 100% rename from account_bank_statement_import_online_paypal/views/online_bank_statement_provider.xml rename to account_statement_import_online_paypal/views/online_bank_statement_provider.xml