From 55a7eed51330e4983a15f1c637c44a66f49573ab Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 7 Jan 2016 11:13:41 +0100 Subject: [PATCH] rename account_bank_statement_import to avoid clashing with the (new in v9) official addon with the same name. --- .../README.rst | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../demo/fiscalyear_period.xml | 0 .../demo/partner_bank.xml | 0 .../i18n/account_bank_statement_import.pot | 0 .../i18n/en.po | 0 .../i18n/es.po | 0 .../i18n/fr.po | 0 .../i18n/lt.po | 0 .../i18n/lt_LT.po | 0 .../i18n/nl.po | 0 .../i18n/pt_BR.po | 0 .../i18n/sl.po | 0 .../migrations/8.0.1.0/post-migrate.py | 0 .../models/__init__.py | 0 .../models/account_bank_statement_import.py | 0 .../models/account_config_settings.py | 0 .../models/res_partner_bank.py | 0 .../parserlib.py | 0 .../static/description/icon.png | Bin .../static/description/icon_src.svg | 0 .../tests/__init__.py | 0 .../tests/test_import_bank_statement.py | 0 .../tests/test_import_file.py | 0 .../tests/test_res_partner_bank.py | 0 .../views/account_bank_statement_import_view.xml | 0 .../views/account_config_settings.xml | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename {account_bank_statement_import => account_bank_statement_import_base}/README.rst (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/__init__.py (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/__openerp__.py (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/demo/fiscalyear_period.xml (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/demo/partner_bank.xml (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/i18n/account_bank_statement_import.pot (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/i18n/en.po (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/i18n/es.po (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/i18n/fr.po (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/i18n/lt.po (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/i18n/lt_LT.po (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/i18n/nl.po (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/i18n/pt_BR.po (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/i18n/sl.po (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/migrations/8.0.1.0/post-migrate.py (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/models/__init__.py (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/models/account_bank_statement_import.py (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/models/account_config_settings.py (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/models/res_partner_bank.py (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/parserlib.py (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/static/description/icon.png (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/static/description/icon_src.svg (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/tests/__init__.py (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/tests/test_import_bank_statement.py (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/tests/test_import_file.py (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/tests/test_res_partner_bank.py (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/views/account_bank_statement_import_view.xml (100%) rename {account_bank_statement_import => account_bank_statement_import_base}/views/account_config_settings.xml (100%) diff --git a/account_bank_statement_import/README.rst b/account_bank_statement_import_base/README.rst similarity index 100% rename from account_bank_statement_import/README.rst rename to account_bank_statement_import_base/README.rst diff --git a/account_bank_statement_import/__init__.py b/account_bank_statement_import_base/__init__.py similarity index 100% rename from account_bank_statement_import/__init__.py rename to account_bank_statement_import_base/__init__.py diff --git a/account_bank_statement_import/__openerp__.py b/account_bank_statement_import_base/__openerp__.py similarity index 100% rename from account_bank_statement_import/__openerp__.py rename to account_bank_statement_import_base/__openerp__.py diff --git a/account_bank_statement_import/demo/fiscalyear_period.xml b/account_bank_statement_import_base/demo/fiscalyear_period.xml similarity index 100% rename from account_bank_statement_import/demo/fiscalyear_period.xml rename to account_bank_statement_import_base/demo/fiscalyear_period.xml diff --git a/account_bank_statement_import/demo/partner_bank.xml b/account_bank_statement_import_base/demo/partner_bank.xml similarity index 100% rename from account_bank_statement_import/demo/partner_bank.xml rename to account_bank_statement_import_base/demo/partner_bank.xml diff --git a/account_bank_statement_import/i18n/account_bank_statement_import.pot b/account_bank_statement_import_base/i18n/account_bank_statement_import.pot similarity index 100% rename from account_bank_statement_import/i18n/account_bank_statement_import.pot rename to account_bank_statement_import_base/i18n/account_bank_statement_import.pot diff --git a/account_bank_statement_import/i18n/en.po b/account_bank_statement_import_base/i18n/en.po similarity index 100% rename from account_bank_statement_import/i18n/en.po rename to account_bank_statement_import_base/i18n/en.po diff --git a/account_bank_statement_import/i18n/es.po b/account_bank_statement_import_base/i18n/es.po similarity index 100% rename from account_bank_statement_import/i18n/es.po rename to account_bank_statement_import_base/i18n/es.po diff --git a/account_bank_statement_import/i18n/fr.po b/account_bank_statement_import_base/i18n/fr.po similarity index 100% rename from account_bank_statement_import/i18n/fr.po rename to account_bank_statement_import_base/i18n/fr.po diff --git a/account_bank_statement_import/i18n/lt.po b/account_bank_statement_import_base/i18n/lt.po similarity index 100% rename from account_bank_statement_import/i18n/lt.po rename to account_bank_statement_import_base/i18n/lt.po diff --git a/account_bank_statement_import/i18n/lt_LT.po b/account_bank_statement_import_base/i18n/lt_LT.po similarity index 100% rename from account_bank_statement_import/i18n/lt_LT.po rename to account_bank_statement_import_base/i18n/lt_LT.po diff --git a/account_bank_statement_import/i18n/nl.po b/account_bank_statement_import_base/i18n/nl.po similarity index 100% rename from account_bank_statement_import/i18n/nl.po rename to account_bank_statement_import_base/i18n/nl.po diff --git a/account_bank_statement_import/i18n/pt_BR.po b/account_bank_statement_import_base/i18n/pt_BR.po similarity index 100% rename from account_bank_statement_import/i18n/pt_BR.po rename to account_bank_statement_import_base/i18n/pt_BR.po diff --git a/account_bank_statement_import/i18n/sl.po b/account_bank_statement_import_base/i18n/sl.po similarity index 100% rename from account_bank_statement_import/i18n/sl.po rename to account_bank_statement_import_base/i18n/sl.po diff --git a/account_bank_statement_import/migrations/8.0.1.0/post-migrate.py b/account_bank_statement_import_base/migrations/8.0.1.0/post-migrate.py similarity index 100% rename from account_bank_statement_import/migrations/8.0.1.0/post-migrate.py rename to account_bank_statement_import_base/migrations/8.0.1.0/post-migrate.py diff --git a/account_bank_statement_import/models/__init__.py b/account_bank_statement_import_base/models/__init__.py similarity index 100% rename from account_bank_statement_import/models/__init__.py rename to account_bank_statement_import_base/models/__init__.py diff --git a/account_bank_statement_import/models/account_bank_statement_import.py b/account_bank_statement_import_base/models/account_bank_statement_import.py similarity index 100% rename from account_bank_statement_import/models/account_bank_statement_import.py rename to account_bank_statement_import_base/models/account_bank_statement_import.py diff --git a/account_bank_statement_import/models/account_config_settings.py b/account_bank_statement_import_base/models/account_config_settings.py similarity index 100% rename from account_bank_statement_import/models/account_config_settings.py rename to account_bank_statement_import_base/models/account_config_settings.py diff --git a/account_bank_statement_import/models/res_partner_bank.py b/account_bank_statement_import_base/models/res_partner_bank.py similarity index 100% rename from account_bank_statement_import/models/res_partner_bank.py rename to account_bank_statement_import_base/models/res_partner_bank.py diff --git a/account_bank_statement_import/parserlib.py b/account_bank_statement_import_base/parserlib.py similarity index 100% rename from account_bank_statement_import/parserlib.py rename to account_bank_statement_import_base/parserlib.py diff --git a/account_bank_statement_import/static/description/icon.png b/account_bank_statement_import_base/static/description/icon.png similarity index 100% rename from account_bank_statement_import/static/description/icon.png rename to account_bank_statement_import_base/static/description/icon.png diff --git a/account_bank_statement_import/static/description/icon_src.svg b/account_bank_statement_import_base/static/description/icon_src.svg similarity index 100% rename from account_bank_statement_import/static/description/icon_src.svg rename to account_bank_statement_import_base/static/description/icon_src.svg diff --git a/account_bank_statement_import/tests/__init__.py b/account_bank_statement_import_base/tests/__init__.py similarity index 100% rename from account_bank_statement_import/tests/__init__.py rename to account_bank_statement_import_base/tests/__init__.py diff --git a/account_bank_statement_import/tests/test_import_bank_statement.py b/account_bank_statement_import_base/tests/test_import_bank_statement.py similarity index 100% rename from account_bank_statement_import/tests/test_import_bank_statement.py rename to account_bank_statement_import_base/tests/test_import_bank_statement.py diff --git a/account_bank_statement_import/tests/test_import_file.py b/account_bank_statement_import_base/tests/test_import_file.py similarity index 100% rename from account_bank_statement_import/tests/test_import_file.py rename to account_bank_statement_import_base/tests/test_import_file.py diff --git a/account_bank_statement_import/tests/test_res_partner_bank.py b/account_bank_statement_import_base/tests/test_res_partner_bank.py similarity index 100% rename from account_bank_statement_import/tests/test_res_partner_bank.py rename to account_bank_statement_import_base/tests/test_res_partner_bank.py diff --git a/account_bank_statement_import/views/account_bank_statement_import_view.xml b/account_bank_statement_import_base/views/account_bank_statement_import_view.xml similarity index 100% rename from account_bank_statement_import/views/account_bank_statement_import_view.xml rename to account_bank_statement_import_base/views/account_bank_statement_import_view.xml diff --git a/account_bank_statement_import/views/account_config_settings.xml b/account_bank_statement_import_base/views/account_config_settings.xml similarity index 100% rename from account_bank_statement_import/views/account_config_settings.xml rename to account_bank_statement_import_base/views/account_config_settings.xml