diff --git a/README.md b/README.md index a4cdd939..21810162 100644 --- a/README.md +++ b/README.md @@ -39,26 +39,26 @@ Unported addons --------------- addon | version | summary --- | --- | --- -[account_advanced_reconcile](__unported__/account_advanced_reconcile/) | 1.0 (unported) | Advanced Reconcile -[account_advanced_reconcile_bank_statement](__unported__/account_advanced_reconcile_bank_statement/) | 1.0.0 (unported) | Advanced Reconcile Bank Statement -[account_advanced_reconcile_transaction_ref](__unported__/account_advanced_reconcile_transaction_ref/) | 1.0.1 (unported) | Advanced Reconcile Transaction Ref -[account_payment_transaction_id](__unported__/account_payment_transaction_id/) | 1.0 (unported) | Account Payment - Transaction ID -[account_statement_bankaccount_completion](__unported__/account_statement_bankaccount_completion/) | 1.0.1 (unported) | Bank statement completion from bank account number -[account_statement_base_completion](__unported__/account_statement_base_completion/) | 1.0.3 (unported) | Bank statement base completion -[account_statement_base_import](__unported__/account_statement_base_import/) | 1.2 (unported) | Bank statement base import -[account_statement_cancel_line](__unported__/account_statement_cancel_line/) | 0.3 (unported) | Account Statement Cancel Line -[account_statement_commission](__unported__/account_statement_commission/) | 1.0 (unported) | Bank statement import - commissions -[account_statement_completion_label](__unported__/account_statement_completion_label/) | 0.1 (unported) | Bank statement completion from label -[account_statement_completion_voucher](__unported__/account_statement_completion_voucher/) | 1.0 (unported) | Bank statement extension with voucher -[account_statement_ext](__unported__/account_statement_ext/) | 1.3.6 (unported) | Bank statement extension and profiles -[account_statement_ext_point_of_sale](__unported__/account_statement_ext_point_of_sale/) | 1.0.0 (unported) | Bank statement extension and profiles for Point of Sale -[account_statement_ext_voucher](__unported__/account_statement_ext_voucher/) | 1.0 (unported) | Bank statement extension with voucher -[account_statement_no_invoice_import](__unported__/account_statement_no_invoice_import/) | 0.1 (unported) | account bank statement no invoice import -[account_statement_ofx_import](__unported__/account_statement_ofx_import/) | 1.0.1 (unported) | Bank statement OFX import -[account_statement_one_move](__unported__/account_statement_one_move/) | 0.1 (unported) | Bank statement one move -[account_statement_regex_account_completion](__unported__/account_statement_regex_account_completion/) | 0.1 (unported) | Account Statement Regex Account Completion addon -[account_statement_so_completion](__unported__/account_statement_so_completion/) | 0.1 (unported) | Bank statement Sale Order completion -[account_statement_transactionid_completion](__unported__/account_statement_transactionid_completion/) | 1.0 (unported) | Bank statement completion from transaction ID -[account_statement_transactionid_import](__unported__/account_statement_transactionid_import/) | 1.0 (unported) | Bank statement transactionID import +[account_advanced_reconcile](account_advanced_reconcile/) | 1.0 (unported) | Advanced Reconcile +[account_advanced_reconcile_bank_statement](account_advanced_reconcile_bank_statement/) | 1.0.0 (unported) | Advanced Reconcile Bank Statement +[account_advanced_reconcile_transaction_ref](account_advanced_reconcile_transaction_ref/) | 1.0.1 (unported) | Advanced Reconcile Transaction Ref +[account_payment_transaction_id](account_payment_transaction_id/) | 1.0 (unported) | Account Payment - Transaction ID +[account_statement_bankaccount_completion](account_statement_bankaccount_completion/) | 1.0.1 (unported) | Bank statement completion from bank account number +[account_statement_base_completion](account_statement_base_completion/) | 1.0.3 (unported) | Bank statement base completion +[account_statement_base_import](account_statement_base_import/) | 1.2 (unported) | Bank statement base import +[account_statement_cancel_line](account_statement_cancel_line/) | 0.3 (unported) | Account Statement Cancel Line +[account_statement_commission](account_statement_commission/) | 1.0 (unported) | Bank statement import - commissions +[account_statement_completion_label](account_statement_completion_label/) | 0.1 (unported) | Bank statement completion from label +[account_statement_completion_voucher](account_statement_completion_voucher/) | 1.0 (unported) | Bank statement extension with voucher +[account_statement_ext](account_statement_ext/) | 1.3.6 (unported) | Bank statement extension and profiles +[account_statement_ext_point_of_sale](account_statement_ext_point_of_sale/) | 1.0.0 (unported) | Bank statement extension and profiles for Point of Sale +[account_statement_ext_voucher](account_statement_ext_voucher/) | 1.0 (unported) | Bank statement extension with voucher +[account_statement_no_invoice_import](account_statement_no_invoice_import/) | 0.1 (unported) | account bank statement no invoice import +[account_statement_ofx_import](account_statement_ofx_import/) | 1.0.1 (unported) | Bank statement OFX import +[account_statement_one_move](account_statement_one_move/) | 0.1 (unported) | Bank statement one move +[account_statement_regex_account_completion](account_statement_regex_account_completion/) | 0.1 (unported) | Account Statement Regex Account Completion addon +[account_statement_so_completion](account_statement_so_completion/) | 0.1 (unported) | Bank statement Sale Order completion +[account_statement_transactionid_completion](account_statement_transactionid_completion/) | 1.0 (unported) | Bank statement completion from transaction ID +[account_statement_transactionid_import](account_statement_transactionid_import/) | 1.0 (unported) | Bank statement transactionID import [//]: # (end addons) diff --git a/__unported__/account_advanced_reconcile/__init__.py b/account_advanced_reconcile/__init__.py similarity index 100% rename from __unported__/account_advanced_reconcile/__init__.py rename to account_advanced_reconcile/__init__.py diff --git a/__unported__/account_advanced_reconcile/__openerp__.py b/account_advanced_reconcile/__openerp__.py similarity index 100% rename from __unported__/account_advanced_reconcile/__openerp__.py rename to account_advanced_reconcile/__openerp__.py diff --git a/__unported__/account_advanced_reconcile/advanced_reconciliation.py b/account_advanced_reconcile/advanced_reconciliation.py similarity index 100% rename from __unported__/account_advanced_reconcile/advanced_reconciliation.py rename to account_advanced_reconcile/advanced_reconciliation.py diff --git a/__unported__/account_advanced_reconcile/base_advanced_reconciliation.py b/account_advanced_reconcile/base_advanced_reconciliation.py similarity index 100% rename from __unported__/account_advanced_reconcile/base_advanced_reconciliation.py rename to account_advanced_reconcile/base_advanced_reconciliation.py diff --git a/__unported__/account_advanced_reconcile/easy_reconcile.py b/account_advanced_reconcile/easy_reconcile.py similarity index 100% rename from __unported__/account_advanced_reconcile/easy_reconcile.py rename to account_advanced_reconcile/easy_reconcile.py diff --git a/__unported__/account_advanced_reconcile/easy_reconcile_view.xml b/account_advanced_reconcile/easy_reconcile_view.xml similarity index 100% rename from __unported__/account_advanced_reconcile/easy_reconcile_view.xml rename to account_advanced_reconcile/easy_reconcile_view.xml diff --git a/__unported__/account_advanced_reconcile/i18n/account_advanced_reconcile.pot b/account_advanced_reconcile/i18n/account_advanced_reconcile.pot similarity index 100% rename from __unported__/account_advanced_reconcile/i18n/account_advanced_reconcile.pot rename to account_advanced_reconcile/i18n/account_advanced_reconcile.pot diff --git a/__unported__/account_advanced_reconcile/i18n/es.po b/account_advanced_reconcile/i18n/es.po similarity index 100% rename from __unported__/account_advanced_reconcile/i18n/es.po rename to account_advanced_reconcile/i18n/es.po diff --git a/__unported__/account_advanced_reconcile/i18n/fr.po b/account_advanced_reconcile/i18n/fr.po similarity index 100% rename from __unported__/account_advanced_reconcile/i18n/fr.po rename to account_advanced_reconcile/i18n/fr.po diff --git a/__unported__/account_advanced_reconcile/res_config.py b/account_advanced_reconcile/res_config.py similarity index 100% rename from __unported__/account_advanced_reconcile/res_config.py rename to account_advanced_reconcile/res_config.py diff --git a/__unported__/account_advanced_reconcile/res_config_view.xml b/account_advanced_reconcile/res_config_view.xml similarity index 100% rename from __unported__/account_advanced_reconcile/res_config_view.xml rename to account_advanced_reconcile/res_config_view.xml diff --git a/__unported__/account_advanced_reconcile_bank_statement/__init__.py b/account_advanced_reconcile_bank_statement/__init__.py similarity index 100% rename from __unported__/account_advanced_reconcile_bank_statement/__init__.py rename to account_advanced_reconcile_bank_statement/__init__.py diff --git a/__unported__/account_advanced_reconcile_bank_statement/__openerp__.py b/account_advanced_reconcile_bank_statement/__openerp__.py similarity index 100% rename from __unported__/account_advanced_reconcile_bank_statement/__openerp__.py rename to account_advanced_reconcile_bank_statement/__openerp__.py diff --git a/__unported__/account_advanced_reconcile_bank_statement/advanced_reconciliation.py b/account_advanced_reconcile_bank_statement/advanced_reconciliation.py similarity index 100% rename from __unported__/account_advanced_reconcile_bank_statement/advanced_reconciliation.py rename to account_advanced_reconcile_bank_statement/advanced_reconciliation.py diff --git a/__unported__/account_advanced_reconcile_bank_statement/easy_reconcile.py b/account_advanced_reconcile_bank_statement/easy_reconcile.py similarity index 100% rename from __unported__/account_advanced_reconcile_bank_statement/easy_reconcile.py rename to account_advanced_reconcile_bank_statement/easy_reconcile.py diff --git a/__unported__/account_advanced_reconcile_bank_statement/easy_reconcile_view.xml b/account_advanced_reconcile_bank_statement/easy_reconcile_view.xml similarity index 100% rename from __unported__/account_advanced_reconcile_bank_statement/easy_reconcile_view.xml rename to account_advanced_reconcile_bank_statement/easy_reconcile_view.xml diff --git a/__unported__/account_advanced_reconcile_bank_statement/i18n/account_advanced_reconcile_bank_statement.po b/account_advanced_reconcile_bank_statement/i18n/account_advanced_reconcile_bank_statement.po similarity index 100% rename from __unported__/account_advanced_reconcile_bank_statement/i18n/account_advanced_reconcile_bank_statement.po rename to account_advanced_reconcile_bank_statement/i18n/account_advanced_reconcile_bank_statement.po diff --git a/__unported__/account_advanced_reconcile_bank_statement/i18n/fr.po b/account_advanced_reconcile_bank_statement/i18n/fr.po similarity index 100% rename from __unported__/account_advanced_reconcile_bank_statement/i18n/fr.po rename to account_advanced_reconcile_bank_statement/i18n/fr.po diff --git a/__unported__/account_advanced_reconcile_transaction_ref/__init__.py b/account_advanced_reconcile_transaction_ref/__init__.py similarity index 100% rename from __unported__/account_advanced_reconcile_transaction_ref/__init__.py rename to account_advanced_reconcile_transaction_ref/__init__.py diff --git a/__unported__/account_advanced_reconcile_transaction_ref/__openerp__.py b/account_advanced_reconcile_transaction_ref/__openerp__.py similarity index 100% rename from __unported__/account_advanced_reconcile_transaction_ref/__openerp__.py rename to account_advanced_reconcile_transaction_ref/__openerp__.py diff --git a/__unported__/account_advanced_reconcile_transaction_ref/advanced_reconciliation.py b/account_advanced_reconcile_transaction_ref/advanced_reconciliation.py similarity index 100% rename from __unported__/account_advanced_reconcile_transaction_ref/advanced_reconciliation.py rename to account_advanced_reconcile_transaction_ref/advanced_reconciliation.py diff --git a/__unported__/account_advanced_reconcile_transaction_ref/base_advanced_reconciliation.py b/account_advanced_reconcile_transaction_ref/base_advanced_reconciliation.py similarity index 100% rename from __unported__/account_advanced_reconcile_transaction_ref/base_advanced_reconciliation.py rename to account_advanced_reconcile_transaction_ref/base_advanced_reconciliation.py diff --git a/__unported__/account_advanced_reconcile_transaction_ref/easy_reconcile.py b/account_advanced_reconcile_transaction_ref/easy_reconcile.py similarity index 100% rename from __unported__/account_advanced_reconcile_transaction_ref/easy_reconcile.py rename to account_advanced_reconcile_transaction_ref/easy_reconcile.py diff --git a/__unported__/account_advanced_reconcile_transaction_ref/easy_reconcile_view.xml b/account_advanced_reconcile_transaction_ref/easy_reconcile_view.xml similarity index 100% rename from __unported__/account_advanced_reconcile_transaction_ref/easy_reconcile_view.xml rename to account_advanced_reconcile_transaction_ref/easy_reconcile_view.xml diff --git a/__unported__/account_advanced_reconcile_transaction_ref/i18n/account_advanced_reconcile_transaction_ref.pot b/account_advanced_reconcile_transaction_ref/i18n/account_advanced_reconcile_transaction_ref.pot similarity index 100% rename from __unported__/account_advanced_reconcile_transaction_ref/i18n/account_advanced_reconcile_transaction_ref.pot rename to account_advanced_reconcile_transaction_ref/i18n/account_advanced_reconcile_transaction_ref.pot diff --git a/__unported__/account_advanced_reconcile_transaction_ref/i18n/es.po b/account_advanced_reconcile_transaction_ref/i18n/es.po similarity index 100% rename from __unported__/account_advanced_reconcile_transaction_ref/i18n/es.po rename to account_advanced_reconcile_transaction_ref/i18n/es.po diff --git a/__unported__/account_advanced_reconcile_transaction_ref/i18n/fr.po b/account_advanced_reconcile_transaction_ref/i18n/fr.po similarity index 100% rename from __unported__/account_advanced_reconcile_transaction_ref/i18n/fr.po rename to account_advanced_reconcile_transaction_ref/i18n/fr.po diff --git a/__unported__/account_payment_transaction_id/__init__.py b/account_payment_transaction_id/__init__.py similarity index 100% rename from __unported__/account_payment_transaction_id/__init__.py rename to account_payment_transaction_id/__init__.py diff --git a/__unported__/account_payment_transaction_id/__openerp__.py b/account_payment_transaction_id/__openerp__.py similarity index 100% rename from __unported__/account_payment_transaction_id/__openerp__.py rename to account_payment_transaction_id/__openerp__.py diff --git a/__unported__/account_payment_transaction_id/account_payment.py b/account_payment_transaction_id/account_payment.py similarity index 100% rename from __unported__/account_payment_transaction_id/account_payment.py rename to account_payment_transaction_id/account_payment.py diff --git a/__unported__/account_statement_bankaccount_completion/__init__.py b/account_statement_bankaccount_completion/__init__.py similarity index 100% rename from __unported__/account_statement_bankaccount_completion/__init__.py rename to account_statement_bankaccount_completion/__init__.py diff --git a/__unported__/account_statement_bankaccount_completion/__openerp__.py b/account_statement_bankaccount_completion/__openerp__.py similarity index 100% rename from __unported__/account_statement_bankaccount_completion/__openerp__.py rename to account_statement_bankaccount_completion/__openerp__.py diff --git a/__unported__/account_statement_bankaccount_completion/data.xml b/account_statement_bankaccount_completion/data.xml similarity index 100% rename from __unported__/account_statement_bankaccount_completion/data.xml rename to account_statement_bankaccount_completion/data.xml diff --git a/__unported__/account_statement_bankaccount_completion/i18n/account_statement_bankaccount_completion.pot b/account_statement_bankaccount_completion/i18n/account_statement_bankaccount_completion.pot similarity index 100% rename from __unported__/account_statement_bankaccount_completion/i18n/account_statement_bankaccount_completion.pot rename to account_statement_bankaccount_completion/i18n/account_statement_bankaccount_completion.pot diff --git a/__unported__/account_statement_bankaccount_completion/i18n/es.po b/account_statement_bankaccount_completion/i18n/es.po similarity index 100% rename from __unported__/account_statement_bankaccount_completion/i18n/es.po rename to account_statement_bankaccount_completion/i18n/es.po diff --git a/__unported__/account_statement_bankaccount_completion/i18n/fr.po b/account_statement_bankaccount_completion/i18n/fr.po similarity index 100% rename from __unported__/account_statement_bankaccount_completion/i18n/fr.po rename to account_statement_bankaccount_completion/i18n/fr.po diff --git a/__unported__/account_statement_bankaccount_completion/res_partner_bank.py b/account_statement_bankaccount_completion/res_partner_bank.py similarity index 100% rename from __unported__/account_statement_bankaccount_completion/res_partner_bank.py rename to account_statement_bankaccount_completion/res_partner_bank.py diff --git a/__unported__/account_statement_bankaccount_completion/statement.py b/account_statement_bankaccount_completion/statement.py similarity index 100% rename from __unported__/account_statement_bankaccount_completion/statement.py rename to account_statement_bankaccount_completion/statement.py diff --git a/__unported__/account_statement_bankaccount_completion/tests/__init__.py b/account_statement_bankaccount_completion/tests/__init__.py similarity index 100% rename from __unported__/account_statement_bankaccount_completion/tests/__init__.py rename to account_statement_bankaccount_completion/tests/__init__.py diff --git a/__unported__/account_statement_bankaccount_completion/tests/test_bankaccount_completion.py b/account_statement_bankaccount_completion/tests/test_bankaccount_completion.py similarity index 100% rename from __unported__/account_statement_bankaccount_completion/tests/test_bankaccount_completion.py rename to account_statement_bankaccount_completion/tests/test_bankaccount_completion.py diff --git a/__unported__/account_statement_base_completion/__init__.py b/account_statement_base_completion/__init__.py similarity index 100% rename from __unported__/account_statement_base_completion/__init__.py rename to account_statement_base_completion/__init__.py diff --git a/__unported__/account_statement_base_completion/__openerp__.py b/account_statement_base_completion/__openerp__.py similarity index 100% rename from __unported__/account_statement_base_completion/__openerp__.py rename to account_statement_base_completion/__openerp__.py diff --git a/__unported__/account_statement_base_completion/data.xml b/account_statement_base_completion/data.xml similarity index 100% rename from __unported__/account_statement_base_completion/data.xml rename to account_statement_base_completion/data.xml diff --git a/__unported__/account_statement_base_completion/i18n/ab.po b/account_statement_base_completion/i18n/ab.po similarity index 100% rename from __unported__/account_statement_base_completion/i18n/ab.po rename to account_statement_base_completion/i18n/ab.po diff --git a/__unported__/account_statement_base_completion/i18n/account_statement_base_completion.pot b/account_statement_base_completion/i18n/account_statement_base_completion.pot similarity index 100% rename from __unported__/account_statement_base_completion/i18n/account_statement_base_completion.pot rename to account_statement_base_completion/i18n/account_statement_base_completion.pot diff --git a/__unported__/account_statement_base_completion/i18n/es.po b/account_statement_base_completion/i18n/es.po similarity index 100% rename from __unported__/account_statement_base_completion/i18n/es.po rename to account_statement_base_completion/i18n/es.po diff --git a/__unported__/account_statement_base_completion/i18n/fr.po b/account_statement_base_completion/i18n/fr.po similarity index 100% rename from __unported__/account_statement_base_completion/i18n/fr.po rename to account_statement_base_completion/i18n/fr.po diff --git a/__unported__/account_statement_base_completion/partner.py b/account_statement_base_completion/partner.py similarity index 100% rename from __unported__/account_statement_base_completion/partner.py rename to account_statement_base_completion/partner.py diff --git a/__unported__/account_statement_base_completion/partner_view.xml b/account_statement_base_completion/partner_view.xml similarity index 100% rename from __unported__/account_statement_base_completion/partner_view.xml rename to account_statement_base_completion/partner_view.xml diff --git a/__unported__/account_statement_base_completion/security/ir.model.access.csv b/account_statement_base_completion/security/ir.model.access.csv similarity index 100% rename from __unported__/account_statement_base_completion/security/ir.model.access.csv rename to account_statement_base_completion/security/ir.model.access.csv diff --git a/__unported__/account_statement_base_completion/statement.py b/account_statement_base_completion/statement.py similarity index 100% rename from __unported__/account_statement_base_completion/statement.py rename to account_statement_base_completion/statement.py diff --git a/__unported__/account_statement_base_completion/statement_view.xml b/account_statement_base_completion/statement_view.xml similarity index 100% rename from __unported__/account_statement_base_completion/statement_view.xml rename to account_statement_base_completion/statement_view.xml diff --git a/__unported__/account_statement_base_completion/test/completion_test.yml b/account_statement_base_completion/test/completion_test.yml similarity index 100% rename from __unported__/account_statement_base_completion/test/completion_test.yml rename to account_statement_base_completion/test/completion_test.yml diff --git a/__unported__/account_statement_base_completion/test/invoice.yml b/account_statement_base_completion/test/invoice.yml similarity index 100% rename from __unported__/account_statement_base_completion/test/invoice.yml rename to account_statement_base_completion/test/invoice.yml diff --git a/__unported__/account_statement_base_completion/test/partner.yml b/account_statement_base_completion/test/partner.yml similarity index 100% rename from __unported__/account_statement_base_completion/test/partner.yml rename to account_statement_base_completion/test/partner.yml diff --git a/__unported__/account_statement_base_completion/test/refund.yml b/account_statement_base_completion/test/refund.yml similarity index 100% rename from __unported__/account_statement_base_completion/test/refund.yml rename to account_statement_base_completion/test/refund.yml diff --git a/__unported__/account_statement_base_completion/test/supplier_invoice.yml b/account_statement_base_completion/test/supplier_invoice.yml similarity index 100% rename from __unported__/account_statement_base_completion/test/supplier_invoice.yml rename to account_statement_base_completion/test/supplier_invoice.yml diff --git a/__unported__/account_statement_base_completion/tests/__init__.py b/account_statement_base_completion/tests/__init__.py similarity index 100% rename from __unported__/account_statement_base_completion/tests/__init__.py rename to account_statement_base_completion/tests/__init__.py diff --git a/__unported__/account_statement_base_completion/tests/test_base_completion.py b/account_statement_base_completion/tests/test_base_completion.py similarity index 100% rename from __unported__/account_statement_base_completion/tests/test_base_completion.py rename to account_statement_base_completion/tests/test_base_completion.py diff --git a/__unported__/account_statement_base_import/__init__.py b/account_statement_base_import/__init__.py similarity index 100% rename from __unported__/account_statement_base_import/__init__.py rename to account_statement_base_import/__init__.py diff --git a/__unported__/account_statement_base_import/__openerp__.py b/account_statement_base_import/__openerp__.py similarity index 100% rename from __unported__/account_statement_base_import/__openerp__.py rename to account_statement_base_import/__openerp__.py diff --git a/__unported__/account_statement_base_import/data/statement.csv b/account_statement_base_import/data/statement.csv similarity index 100% rename from __unported__/account_statement_base_import/data/statement.csv rename to account_statement_base_import/data/statement.csv diff --git a/__unported__/account_statement_base_import/data/statement.xls b/account_statement_base_import/data/statement.xls similarity index 100% rename from __unported__/account_statement_base_import/data/statement.xls rename to account_statement_base_import/data/statement.xls diff --git a/__unported__/account_statement_base_import/i18n/account_statement_base_import.pot b/account_statement_base_import/i18n/account_statement_base_import.pot similarity index 100% rename from __unported__/account_statement_base_import/i18n/account_statement_base_import.pot rename to account_statement_base_import/i18n/account_statement_base_import.pot diff --git a/__unported__/account_statement_base_import/i18n/es.po b/account_statement_base_import/i18n/es.po similarity index 100% rename from __unported__/account_statement_base_import/i18n/es.po rename to account_statement_base_import/i18n/es.po diff --git a/__unported__/account_statement_base_import/i18n/fr.po b/account_statement_base_import/i18n/fr.po similarity index 100% rename from __unported__/account_statement_base_import/i18n/fr.po rename to account_statement_base_import/i18n/fr.po diff --git a/__unported__/account_statement_base_import/parser/__init__.py b/account_statement_base_import/parser/__init__.py similarity index 100% rename from __unported__/account_statement_base_import/parser/__init__.py rename to account_statement_base_import/parser/__init__.py diff --git a/__unported__/account_statement_base_import/parser/file_parser.py b/account_statement_base_import/parser/file_parser.py similarity index 100% rename from __unported__/account_statement_base_import/parser/file_parser.py rename to account_statement_base_import/parser/file_parser.py diff --git a/__unported__/account_statement_base_import/parser/generic_file_parser.py b/account_statement_base_import/parser/generic_file_parser.py similarity index 100% rename from __unported__/account_statement_base_import/parser/generic_file_parser.py rename to account_statement_base_import/parser/generic_file_parser.py diff --git a/__unported__/account_statement_base_import/parser/parser.py b/account_statement_base_import/parser/parser.py similarity index 100% rename from __unported__/account_statement_base_import/parser/parser.py rename to account_statement_base_import/parser/parser.py diff --git a/__unported__/account_statement_base_import/statement.py b/account_statement_base_import/statement.py similarity index 100% rename from __unported__/account_statement_base_import/statement.py rename to account_statement_base_import/statement.py diff --git a/__unported__/account_statement_base_import/statement_view.xml b/account_statement_base_import/statement_view.xml similarity index 100% rename from __unported__/account_statement_base_import/statement_view.xml rename to account_statement_base_import/statement_view.xml diff --git a/__unported__/account_statement_base_import/tests/__init__.py b/account_statement_base_import/tests/__init__.py similarity index 100% rename from __unported__/account_statement_base_import/tests/__init__.py rename to account_statement_base_import/tests/__init__.py diff --git a/__unported__/account_statement_base_import/tests/test_base_import.py b/account_statement_base_import/tests/test_base_import.py similarity index 100% rename from __unported__/account_statement_base_import/tests/test_base_import.py rename to account_statement_base_import/tests/test_base_import.py diff --git a/__unported__/account_statement_base_import/wizard/__init__.py b/account_statement_base_import/wizard/__init__.py similarity index 100% rename from __unported__/account_statement_base_import/wizard/__init__.py rename to account_statement_base_import/wizard/__init__.py diff --git a/__unported__/account_statement_base_import/wizard/import_statement.py b/account_statement_base_import/wizard/import_statement.py similarity index 100% rename from __unported__/account_statement_base_import/wizard/import_statement.py rename to account_statement_base_import/wizard/import_statement.py diff --git a/__unported__/account_statement_base_import/wizard/import_statement_view.xml b/account_statement_base_import/wizard/import_statement_view.xml similarity index 100% rename from __unported__/account_statement_base_import/wizard/import_statement_view.xml rename to account_statement_base_import/wizard/import_statement_view.xml diff --git a/__unported__/account_statement_cancel_line/__init__.py b/account_statement_cancel_line/__init__.py similarity index 100% rename from __unported__/account_statement_cancel_line/__init__.py rename to account_statement_cancel_line/__init__.py diff --git a/__unported__/account_statement_cancel_line/__openerp__.py b/account_statement_cancel_line/__openerp__.py similarity index 100% rename from __unported__/account_statement_cancel_line/__openerp__.py rename to account_statement_cancel_line/__openerp__.py diff --git a/__unported__/account_statement_cancel_line/i18n/account_statement_cancel_line.pot b/account_statement_cancel_line/i18n/account_statement_cancel_line.pot similarity index 100% rename from __unported__/account_statement_cancel_line/i18n/account_statement_cancel_line.pot rename to account_statement_cancel_line/i18n/account_statement_cancel_line.pot diff --git a/__unported__/account_statement_cancel_line/i18n/fr.po b/account_statement_cancel_line/i18n/fr.po similarity index 100% rename from __unported__/account_statement_cancel_line/i18n/fr.po rename to account_statement_cancel_line/i18n/fr.po diff --git a/__unported__/account_statement_cancel_line/migrations/0.3/post-set-statement-line-state.py b/account_statement_cancel_line/migrations/0.3/post-set-statement-line-state.py similarity index 100% rename from __unported__/account_statement_cancel_line/migrations/0.3/post-set-statement-line-state.py rename to account_statement_cancel_line/migrations/0.3/post-set-statement-line-state.py diff --git a/__unported__/account_statement_cancel_line/statement.py b/account_statement_cancel_line/statement.py similarity index 100% rename from __unported__/account_statement_cancel_line/statement.py rename to account_statement_cancel_line/statement.py diff --git a/__unported__/account_statement_cancel_line/statement_line.py b/account_statement_cancel_line/statement_line.py similarity index 100% rename from __unported__/account_statement_cancel_line/statement_line.py rename to account_statement_cancel_line/statement_line.py diff --git a/__unported__/account_statement_cancel_line/statement_view.xml b/account_statement_cancel_line/statement_view.xml similarity index 100% rename from __unported__/account_statement_cancel_line/statement_view.xml rename to account_statement_cancel_line/statement_view.xml diff --git a/__unported__/account_statement_cancel_line/test/cancel_line.yml b/account_statement_cancel_line/test/cancel_line.yml similarity index 100% rename from __unported__/account_statement_cancel_line/test/cancel_line.yml rename to account_statement_cancel_line/test/cancel_line.yml diff --git a/__unported__/account_statement_cancel_line/test/confirm_statement_no_double_moves.yml b/account_statement_cancel_line/test/confirm_statement_no_double_moves.yml similarity index 100% rename from __unported__/account_statement_cancel_line/test/confirm_statement_no_double_moves.yml rename to account_statement_cancel_line/test/confirm_statement_no_double_moves.yml diff --git a/__unported__/account_statement_cancel_line/test/test_confirm_last_line_balance_check.yml b/account_statement_cancel_line/test/test_confirm_last_line_balance_check.yml similarity index 100% rename from __unported__/account_statement_cancel_line/test/test_confirm_last_line_balance_check.yml rename to account_statement_cancel_line/test/test_confirm_last_line_balance_check.yml diff --git a/__unported__/account_statement_cancel_line/test/test_confirm_last_line_no_balance_check.yml b/account_statement_cancel_line/test/test_confirm_last_line_no_balance_check.yml similarity index 100% rename from __unported__/account_statement_cancel_line/test/test_confirm_last_line_no_balance_check.yml rename to account_statement_cancel_line/test/test_confirm_last_line_no_balance_check.yml diff --git a/__unported__/account_statement_cancel_line/wizard/__init__.py b/account_statement_cancel_line/wizard/__init__.py similarity index 100% rename from __unported__/account_statement_cancel_line/wizard/__init__.py rename to account_statement_cancel_line/wizard/__init__.py diff --git a/__unported__/account_statement_cancel_line/wizard/cancel_line.py b/account_statement_cancel_line/wizard/cancel_line.py similarity index 100% rename from __unported__/account_statement_cancel_line/wizard/cancel_line.py rename to account_statement_cancel_line/wizard/cancel_line.py diff --git a/__unported__/account_statement_cancel_line/wizard/cancel_statement.py b/account_statement_cancel_line/wizard/cancel_statement.py similarity index 100% rename from __unported__/account_statement_cancel_line/wizard/cancel_statement.py rename to account_statement_cancel_line/wizard/cancel_statement.py diff --git a/__unported__/account_statement_cancel_line/wizard/cancel_statement_line.py b/account_statement_cancel_line/wizard/cancel_statement_line.py similarity index 100% rename from __unported__/account_statement_cancel_line/wizard/cancel_statement_line.py rename to account_statement_cancel_line/wizard/cancel_statement_line.py diff --git a/__unported__/account_statement_cancel_line/wizard/cancel_statement_line_view.xml b/account_statement_cancel_line/wizard/cancel_statement_line_view.xml similarity index 100% rename from __unported__/account_statement_cancel_line/wizard/cancel_statement_line_view.xml rename to account_statement_cancel_line/wizard/cancel_statement_line_view.xml diff --git a/__unported__/account_statement_cancel_line/wizard/cancel_statement_view.xml b/account_statement_cancel_line/wizard/cancel_statement_view.xml similarity index 100% rename from __unported__/account_statement_cancel_line/wizard/cancel_statement_view.xml rename to account_statement_cancel_line/wizard/cancel_statement_view.xml diff --git a/__unported__/account_statement_commission/__init__.py b/account_statement_commission/__init__.py similarity index 100% rename from __unported__/account_statement_commission/__init__.py rename to account_statement_commission/__init__.py diff --git a/__unported__/account_statement_commission/__openerp__.py b/account_statement_commission/__openerp__.py similarity index 100% rename from __unported__/account_statement_commission/__openerp__.py rename to account_statement_commission/__openerp__.py diff --git a/__unported__/account_statement_commission/commission.py b/account_statement_commission/commission.py similarity index 100% rename from __unported__/account_statement_commission/commission.py rename to account_statement_commission/commission.py diff --git a/__unported__/account_statement_commission/i18n/account_statement_commission.pot b/account_statement_commission/i18n/account_statement_commission.pot similarity index 100% rename from __unported__/account_statement_commission/i18n/account_statement_commission.pot rename to account_statement_commission/i18n/account_statement_commission.pot diff --git a/__unported__/account_statement_commission/i18n/es.po b/account_statement_commission/i18n/es.po similarity index 100% rename from __unported__/account_statement_commission/i18n/es.po rename to account_statement_commission/i18n/es.po diff --git a/__unported__/account_statement_commission/import_statement_view.xml b/account_statement_commission/import_statement_view.xml similarity index 100% rename from __unported__/account_statement_commission/import_statement_view.xml rename to account_statement_commission/import_statement_view.xml diff --git a/__unported__/account_statement_commission/statement_view.xml b/account_statement_commission/statement_view.xml similarity index 100% rename from __unported__/account_statement_commission/statement_view.xml rename to account_statement_commission/statement_view.xml diff --git a/__unported__/account_statement_completion_label/__init__.py b/account_statement_completion_label/__init__.py similarity index 100% rename from __unported__/account_statement_completion_label/__init__.py rename to account_statement_completion_label/__init__.py diff --git a/__unported__/account_statement_completion_label/__openerp__.py b/account_statement_completion_label/__openerp__.py similarity index 100% rename from __unported__/account_statement_completion_label/__openerp__.py rename to account_statement_completion_label/__openerp__.py diff --git a/__unported__/account_statement_completion_label/partner.py b/account_statement_completion_label/partner.py similarity index 100% rename from __unported__/account_statement_completion_label/partner.py rename to account_statement_completion_label/partner.py diff --git a/__unported__/account_statement_completion_label/partner_view.xml b/account_statement_completion_label/partner_view.xml similarity index 100% rename from __unported__/account_statement_completion_label/partner_view.xml rename to account_statement_completion_label/partner_view.xml diff --git a/__unported__/account_statement_completion_label/security/ir.model.access.csv b/account_statement_completion_label/security/ir.model.access.csv similarity index 100% rename from __unported__/account_statement_completion_label/security/ir.model.access.csv rename to account_statement_completion_label/security/ir.model.access.csv diff --git a/__unported__/account_statement_completion_label/security/ir_rule.xml b/account_statement_completion_label/security/ir_rule.xml similarity index 100% rename from __unported__/account_statement_completion_label/security/ir_rule.xml rename to account_statement_completion_label/security/ir_rule.xml diff --git a/__unported__/account_statement_completion_label/statement.py b/account_statement_completion_label/statement.py similarity index 100% rename from __unported__/account_statement_completion_label/statement.py rename to account_statement_completion_label/statement.py diff --git a/__unported__/account_statement_completion_label/statement_view.xml b/account_statement_completion_label/statement_view.xml similarity index 100% rename from __unported__/account_statement_completion_label/statement_view.xml rename to account_statement_completion_label/statement_view.xml diff --git a/__unported__/account_statement_completion_voucher/__init__.py b/account_statement_completion_voucher/__init__.py similarity index 100% rename from __unported__/account_statement_completion_voucher/__init__.py rename to account_statement_completion_voucher/__init__.py diff --git a/__unported__/account_statement_completion_voucher/__openerp__.py b/account_statement_completion_voucher/__openerp__.py similarity index 100% rename from __unported__/account_statement_completion_voucher/__openerp__.py rename to account_statement_completion_voucher/__openerp__.py diff --git a/__unported__/account_statement_completion_voucher/statement_view.xml b/account_statement_completion_voucher/statement_view.xml similarity index 100% rename from __unported__/account_statement_completion_voucher/statement_view.xml rename to account_statement_completion_voucher/statement_view.xml diff --git a/__unported__/account_statement_ext/__init__.py b/account_statement_ext/__init__.py similarity index 100% rename from __unported__/account_statement_ext/__init__.py rename to account_statement_ext/__init__.py diff --git a/__unported__/account_statement_ext/__openerp__.py b/account_statement_ext/__openerp__.py similarity index 100% rename from __unported__/account_statement_ext/__openerp__.py rename to account_statement_ext/__openerp__.py diff --git a/__unported__/account_statement_ext/account.py b/account_statement_ext/account.py similarity index 100% rename from __unported__/account_statement_ext/account.py rename to account_statement_ext/account.py diff --git a/__unported__/account_statement_ext/account_view.xml b/account_statement_ext/account_view.xml similarity index 100% rename from __unported__/account_statement_ext/account_view.xml rename to account_statement_ext/account_view.xml diff --git a/__unported__/account_statement_ext/i18n/es.po b/account_statement_ext/i18n/es.po similarity index 100% rename from __unported__/account_statement_ext/i18n/es.po rename to account_statement_ext/i18n/es.po diff --git a/__unported__/account_statement_ext/i18n/fr.po b/account_statement_ext/i18n/fr.po similarity index 100% rename from __unported__/account_statement_ext/i18n/fr.po rename to account_statement_ext/i18n/fr.po diff --git a/__unported__/account_statement_ext/report.xml b/account_statement_ext/report.xml similarity index 100% rename from __unported__/account_statement_ext/report.xml rename to account_statement_ext/report.xml diff --git a/__unported__/account_statement_ext/report/__init__.py b/account_statement_ext/report/__init__.py similarity index 100% rename from __unported__/account_statement_ext/report/__init__.py rename to account_statement_ext/report/__init__.py diff --git a/__unported__/account_statement_ext/report/bank_statement_report.mako b/account_statement_ext/report/bank_statement_report.mako similarity index 100% rename from __unported__/account_statement_ext/report/bank_statement_report.mako rename to account_statement_ext/report/bank_statement_report.mako diff --git a/__unported__/account_statement_ext/report/bank_statement_report.py b/account_statement_ext/report/bank_statement_report.py similarity index 100% rename from __unported__/account_statement_ext/report/bank_statement_report.py rename to account_statement_ext/report/bank_statement_report.py diff --git a/__unported__/account_statement_ext/report/bank_statement_webkit_header.xml b/account_statement_ext/report/bank_statement_webkit_header.xml similarity index 100% rename from __unported__/account_statement_ext/report/bank_statement_webkit_header.xml rename to account_statement_ext/report/bank_statement_webkit_header.xml diff --git a/__unported__/account_statement_ext/security/ir.model.access.csv b/account_statement_ext/security/ir.model.access.csv similarity index 100% rename from __unported__/account_statement_ext/security/ir.model.access.csv rename to account_statement_ext/security/ir.model.access.csv diff --git a/__unported__/account_statement_ext/security/ir_rule.xml b/account_statement_ext/security/ir_rule.xml similarity index 100% rename from __unported__/account_statement_ext/security/ir_rule.xml rename to account_statement_ext/security/ir_rule.xml diff --git a/__unported__/account_statement_ext/statement.py b/account_statement_ext/statement.py similarity index 100% rename from __unported__/account_statement_ext/statement.py rename to account_statement_ext/statement.py diff --git a/__unported__/account_statement_ext/statement_view.xml b/account_statement_ext/statement_view.xml similarity index 100% rename from __unported__/account_statement_ext/statement_view.xml rename to account_statement_ext/statement_view.xml diff --git a/__unported__/account_statement_ext/test/test_profile_related_fields.yml b/account_statement_ext/test/test_profile_related_fields.yml similarity index 100% rename from __unported__/account_statement_ext/test/test_profile_related_fields.yml rename to account_statement_ext/test/test_profile_related_fields.yml diff --git a/__unported__/account_statement_ext/voucher.py b/account_statement_ext/voucher.py similarity index 100% rename from __unported__/account_statement_ext/voucher.py rename to account_statement_ext/voucher.py diff --git a/__unported__/account_statement_ext_point_of_sale/__init__.py b/account_statement_ext_point_of_sale/__init__.py similarity index 100% rename from __unported__/account_statement_ext_point_of_sale/__init__.py rename to account_statement_ext_point_of_sale/__init__.py diff --git a/__unported__/account_statement_ext_point_of_sale/__openerp__.py b/account_statement_ext_point_of_sale/__openerp__.py similarity index 100% rename from __unported__/account_statement_ext_point_of_sale/__openerp__.py rename to account_statement_ext_point_of_sale/__openerp__.py diff --git a/__unported__/account_statement_ext_point_of_sale/point_of_sale.py b/account_statement_ext_point_of_sale/point_of_sale.py similarity index 100% rename from __unported__/account_statement_ext_point_of_sale/point_of_sale.py rename to account_statement_ext_point_of_sale/point_of_sale.py diff --git a/__unported__/account_statement_ext_voucher/__init__.py b/account_statement_ext_voucher/__init__.py similarity index 100% rename from __unported__/account_statement_ext_voucher/__init__.py rename to account_statement_ext_voucher/__init__.py diff --git a/__unported__/account_statement_ext_voucher/__openerp__.py b/account_statement_ext_voucher/__openerp__.py similarity index 100% rename from __unported__/account_statement_ext_voucher/__openerp__.py rename to account_statement_ext_voucher/__openerp__.py diff --git a/__unported__/account_statement_ext_voucher/statement_voucher.py b/account_statement_ext_voucher/statement_voucher.py similarity index 100% rename from __unported__/account_statement_ext_voucher/statement_voucher.py rename to account_statement_ext_voucher/statement_voucher.py diff --git a/__unported__/account_statement_no_invoice_import/__init__.py b/account_statement_no_invoice_import/__init__.py similarity index 100% rename from __unported__/account_statement_no_invoice_import/__init__.py rename to account_statement_no_invoice_import/__init__.py diff --git a/__unported__/account_statement_no_invoice_import/__openerp__.py b/account_statement_no_invoice_import/__openerp__.py similarity index 100% rename from __unported__/account_statement_no_invoice_import/__openerp__.py rename to account_statement_no_invoice_import/__openerp__.py diff --git a/__unported__/account_statement_no_invoice_import/statement_view.xml b/account_statement_no_invoice_import/statement_view.xml similarity index 100% rename from __unported__/account_statement_no_invoice_import/statement_view.xml rename to account_statement_no_invoice_import/statement_view.xml diff --git a/__unported__/account_statement_ofx_import/__init__.py b/account_statement_ofx_import/__init__.py similarity index 100% rename from __unported__/account_statement_ofx_import/__init__.py rename to account_statement_ofx_import/__init__.py diff --git a/__unported__/account_statement_ofx_import/__openerp__.py b/account_statement_ofx_import/__openerp__.py similarity index 100% rename from __unported__/account_statement_ofx_import/__openerp__.py rename to account_statement_ofx_import/__openerp__.py diff --git a/__unported__/account_statement_ofx_import/i18n/account_statement_ofx_import.pot b/account_statement_ofx_import/i18n/account_statement_ofx_import.pot similarity index 100% rename from __unported__/account_statement_ofx_import/i18n/account_statement_ofx_import.pot rename to account_statement_ofx_import/i18n/account_statement_ofx_import.pot diff --git a/__unported__/account_statement_ofx_import/i18n/es.po b/account_statement_ofx_import/i18n/es.po similarity index 100% rename from __unported__/account_statement_ofx_import/i18n/es.po rename to account_statement_ofx_import/i18n/es.po diff --git a/__unported__/account_statement_ofx_import/parser/__init__.py b/account_statement_ofx_import/parser/__init__.py similarity index 100% rename from __unported__/account_statement_ofx_import/parser/__init__.py rename to account_statement_ofx_import/parser/__init__.py diff --git a/__unported__/account_statement_ofx_import/parser/ofx_parser.py b/account_statement_ofx_import/parser/ofx_parser.py similarity index 100% rename from __unported__/account_statement_ofx_import/parser/ofx_parser.py rename to account_statement_ofx_import/parser/ofx_parser.py diff --git a/__unported__/account_statement_ofx_import/statement.py b/account_statement_ofx_import/statement.py similarity index 100% rename from __unported__/account_statement_ofx_import/statement.py rename to account_statement_ofx_import/statement.py diff --git a/__unported__/account_statement_one_move/__init__.py b/account_statement_one_move/__init__.py similarity index 100% rename from __unported__/account_statement_one_move/__init__.py rename to account_statement_one_move/__init__.py diff --git a/__unported__/account_statement_one_move/__openerp__.py b/account_statement_one_move/__openerp__.py similarity index 100% rename from __unported__/account_statement_one_move/__openerp__.py rename to account_statement_one_move/__openerp__.py diff --git a/__unported__/account_statement_one_move/statement.py b/account_statement_one_move/statement.py similarity index 100% rename from __unported__/account_statement_one_move/statement.py rename to account_statement_one_move/statement.py diff --git a/__unported__/account_statement_one_move/statement_view.xml b/account_statement_one_move/statement_view.xml similarity index 100% rename from __unported__/account_statement_one_move/statement_view.xml rename to account_statement_one_move/statement_view.xml diff --git a/__unported__/account_statement_regex_account_completion/__init__.py b/account_statement_regex_account_completion/__init__.py similarity index 100% rename from __unported__/account_statement_regex_account_completion/__init__.py rename to account_statement_regex_account_completion/__init__.py diff --git a/__unported__/account_statement_regex_account_completion/__openerp__.py b/account_statement_regex_account_completion/__openerp__.py similarity index 100% rename from __unported__/account_statement_regex_account_completion/__openerp__.py rename to account_statement_regex_account_completion/__openerp__.py diff --git a/__unported__/account_statement_regex_account_completion/i18n/account_statement_regex_account_completion.pot b/account_statement_regex_account_completion/i18n/account_statement_regex_account_completion.pot similarity index 100% rename from __unported__/account_statement_regex_account_completion/i18n/account_statement_regex_account_completion.pot rename to account_statement_regex_account_completion/i18n/account_statement_regex_account_completion.pot diff --git a/__unported__/account_statement_regex_account_completion/i18n/es.po b/account_statement_regex_account_completion/i18n/es.po similarity index 100% rename from __unported__/account_statement_regex_account_completion/i18n/es.po rename to account_statement_regex_account_completion/i18n/es.po diff --git a/__unported__/account_statement_regex_account_completion/i18n/fr.po b/account_statement_regex_account_completion/i18n/fr.po similarity index 100% rename from __unported__/account_statement_regex_account_completion/i18n/fr.po rename to account_statement_regex_account_completion/i18n/fr.po diff --git a/__unported__/account_statement_regex_account_completion/statement.py b/account_statement_regex_account_completion/statement.py similarity index 100% rename from __unported__/account_statement_regex_account_completion/statement.py rename to account_statement_regex_account_completion/statement.py diff --git a/__unported__/account_statement_regex_account_completion/statement_view.xml b/account_statement_regex_account_completion/statement_view.xml similarity index 100% rename from __unported__/account_statement_regex_account_completion/statement_view.xml rename to account_statement_regex_account_completion/statement_view.xml diff --git a/__unported__/account_statement_regex_account_completion/tests/__init__.py b/account_statement_regex_account_completion/tests/__init__.py similarity index 100% rename from __unported__/account_statement_regex_account_completion/tests/__init__.py rename to account_statement_regex_account_completion/tests/__init__.py diff --git a/__unported__/account_statement_regex_account_completion/tests/test_regex_account_completion.py b/account_statement_regex_account_completion/tests/test_regex_account_completion.py similarity index 100% rename from __unported__/account_statement_regex_account_completion/tests/test_regex_account_completion.py rename to account_statement_regex_account_completion/tests/test_regex_account_completion.py diff --git a/__unported__/account_statement_so_completion/__init__.py b/account_statement_so_completion/__init__.py similarity index 100% rename from __unported__/account_statement_so_completion/__init__.py rename to account_statement_so_completion/__init__.py diff --git a/__unported__/account_statement_so_completion/__openerp__.py b/account_statement_so_completion/__openerp__.py similarity index 100% rename from __unported__/account_statement_so_completion/__openerp__.py rename to account_statement_so_completion/__openerp__.py diff --git a/__unported__/account_statement_so_completion/data.xml b/account_statement_so_completion/data.xml similarity index 100% rename from __unported__/account_statement_so_completion/data.xml rename to account_statement_so_completion/data.xml diff --git a/__unported__/account_statement_so_completion/i18n/account_statement_so_completion.pot b/account_statement_so_completion/i18n/account_statement_so_completion.pot similarity index 100% rename from __unported__/account_statement_so_completion/i18n/account_statement_so_completion.pot rename to account_statement_so_completion/i18n/account_statement_so_completion.pot diff --git a/__unported__/account_statement_so_completion/i18n/es.po b/account_statement_so_completion/i18n/es.po similarity index 100% rename from __unported__/account_statement_so_completion/i18n/es.po rename to account_statement_so_completion/i18n/es.po diff --git a/__unported__/account_statement_so_completion/statement.py b/account_statement_so_completion/statement.py similarity index 100% rename from __unported__/account_statement_so_completion/statement.py rename to account_statement_so_completion/statement.py diff --git a/__unported__/account_statement_so_completion/test/completion_so_test.yml b/account_statement_so_completion/test/completion_so_test.yml similarity index 100% rename from __unported__/account_statement_so_completion/test/completion_so_test.yml rename to account_statement_so_completion/test/completion_so_test.yml diff --git a/__unported__/account_statement_transactionid_completion/__init__.py b/account_statement_transactionid_completion/__init__.py similarity index 100% rename from __unported__/account_statement_transactionid_completion/__init__.py rename to account_statement_transactionid_completion/__init__.py diff --git a/__unported__/account_statement_transactionid_completion/__openerp__.py b/account_statement_transactionid_completion/__openerp__.py similarity index 100% rename from __unported__/account_statement_transactionid_completion/__openerp__.py rename to account_statement_transactionid_completion/__openerp__.py diff --git a/__unported__/account_statement_transactionid_completion/data.xml b/account_statement_transactionid_completion/data.xml similarity index 100% rename from __unported__/account_statement_transactionid_completion/data.xml rename to account_statement_transactionid_completion/data.xml diff --git a/__unported__/account_statement_transactionid_completion/i18n/account_statement_transactionid_completion.pot b/account_statement_transactionid_completion/i18n/account_statement_transactionid_completion.pot similarity index 100% rename from __unported__/account_statement_transactionid_completion/i18n/account_statement_transactionid_completion.pot rename to account_statement_transactionid_completion/i18n/account_statement_transactionid_completion.pot diff --git a/__unported__/account_statement_transactionid_completion/i18n/es.po b/account_statement_transactionid_completion/i18n/es.po similarity index 100% rename from __unported__/account_statement_transactionid_completion/i18n/es.po rename to account_statement_transactionid_completion/i18n/es.po diff --git a/__unported__/account_statement_transactionid_completion/statement.py b/account_statement_transactionid_completion/statement.py similarity index 100% rename from __unported__/account_statement_transactionid_completion/statement.py rename to account_statement_transactionid_completion/statement.py diff --git a/__unported__/account_statement_transactionid_completion/statement_view.xml b/account_statement_transactionid_completion/statement_view.xml similarity index 100% rename from __unported__/account_statement_transactionid_completion/statement_view.xml rename to account_statement_transactionid_completion/statement_view.xml diff --git a/__unported__/account_statement_transactionid_completion/test/completion_invoice_transactionid_test.yml b/account_statement_transactionid_completion/test/completion_invoice_transactionid_test.yml similarity index 100% rename from __unported__/account_statement_transactionid_completion/test/completion_invoice_transactionid_test.yml rename to account_statement_transactionid_completion/test/completion_invoice_transactionid_test.yml diff --git a/__unported__/account_statement_transactionid_completion/test/completion_transactionid_test.yml b/account_statement_transactionid_completion/test/completion_transactionid_test.yml similarity index 100% rename from __unported__/account_statement_transactionid_completion/test/completion_transactionid_test.yml rename to account_statement_transactionid_completion/test/completion_transactionid_test.yml diff --git a/__unported__/account_statement_transactionid_completion/test/invoice.yml b/account_statement_transactionid_completion/test/invoice.yml similarity index 100% rename from __unported__/account_statement_transactionid_completion/test/invoice.yml rename to account_statement_transactionid_completion/test/invoice.yml diff --git a/__unported__/account_statement_transactionid_completion/test/sale.yml b/account_statement_transactionid_completion/test/sale.yml similarity index 100% rename from __unported__/account_statement_transactionid_completion/test/sale.yml rename to account_statement_transactionid_completion/test/sale.yml diff --git a/__unported__/account_statement_transactionid_import/__init__.py b/account_statement_transactionid_import/__init__.py similarity index 100% rename from __unported__/account_statement_transactionid_import/__init__.py rename to account_statement_transactionid_import/__init__.py diff --git a/__unported__/account_statement_transactionid_import/__openerp__.py b/account_statement_transactionid_import/__openerp__.py similarity index 100% rename from __unported__/account_statement_transactionid_import/__openerp__.py rename to account_statement_transactionid_import/__openerp__.py diff --git a/__unported__/account_statement_transactionid_import/data/statement.csv b/account_statement_transactionid_import/data/statement.csv similarity index 100% rename from __unported__/account_statement_transactionid_import/data/statement.csv rename to account_statement_transactionid_import/data/statement.csv diff --git a/__unported__/account_statement_transactionid_import/data/statement.xls b/account_statement_transactionid_import/data/statement.xls similarity index 100% rename from __unported__/account_statement_transactionid_import/data/statement.xls rename to account_statement_transactionid_import/data/statement.xls diff --git a/__unported__/account_statement_transactionid_import/i18n/account_statement_transactionid_import.pot b/account_statement_transactionid_import/i18n/account_statement_transactionid_import.pot similarity index 100% rename from __unported__/account_statement_transactionid_import/i18n/account_statement_transactionid_import.pot rename to account_statement_transactionid_import/i18n/account_statement_transactionid_import.pot diff --git a/__unported__/account_statement_transactionid_import/i18n/es.po b/account_statement_transactionid_import/i18n/es.po similarity index 100% rename from __unported__/account_statement_transactionid_import/i18n/es.po rename to account_statement_transactionid_import/i18n/es.po diff --git a/__unported__/account_statement_transactionid_import/parser/__init__.py b/account_statement_transactionid_import/parser/__init__.py similarity index 100% rename from __unported__/account_statement_transactionid_import/parser/__init__.py rename to account_statement_transactionid_import/parser/__init__.py diff --git a/__unported__/account_statement_transactionid_import/parser/transactionid_file_parser.py b/account_statement_transactionid_import/parser/transactionid_file_parser.py similarity index 100% rename from __unported__/account_statement_transactionid_import/parser/transactionid_file_parser.py rename to account_statement_transactionid_import/parser/transactionid_file_parser.py diff --git a/__unported__/account_statement_transactionid_import/statement.py b/account_statement_transactionid_import/statement.py similarity index 100% rename from __unported__/account_statement_transactionid_import/statement.py rename to account_statement_transactionid_import/statement.py