diff --git a/README.md b/README.md index 934f70ea2..c77b0ddde 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,10 @@ Unported addons --------------- addon | version | summary --- | --- | --- -[account_cancel_invoice_check_payment_order](__unported__/account_cancel_invoice_check_payment_order/) | 1.0 (unported) | Cancel invoice, check on payment order -[account_cancel_invoice_check_voucher](__unported__/account_cancel_invoice_check_voucher/) | 1.0 (unported) | Cancel invoice, check on bank statement -[account_tax_update](__unported__/account_tax_update/) | 1.0.44 (unported) | Update tax wizard -[async_move_line_importer](__unported__/async_move_line_importer/) | 0.1.2 (unported) | Asynchronous move/move line CSV importer +[account_cancel_invoice_check_payment_order](account_cancel_invoice_check_payment_order/) | 1.0 (unported) | Cancel invoice, check on payment order +[account_cancel_invoice_check_voucher](account_cancel_invoice_check_voucher/) | 1.0 (unported) | Cancel invoice, check on bank statement +[account_tax_update](account_tax_update/) | 1.0.44 (unported) | Update tax wizard +[async_move_line_importer](async_move_line_importer/) | 0.1.2 (unported) | Asynchronous move/move line CSV importer [//]: # (end addons) diff --git a/__unported__/account_cancel_invoice_check_payment_order/__init__.py b/account_cancel_invoice_check_payment_order/__init__.py similarity index 100% rename from __unported__/account_cancel_invoice_check_payment_order/__init__.py rename to account_cancel_invoice_check_payment_order/__init__.py diff --git a/__unported__/account_cancel_invoice_check_payment_order/__openerp__.py b/account_cancel_invoice_check_payment_order/__openerp__.py similarity index 100% rename from __unported__/account_cancel_invoice_check_payment_order/__openerp__.py rename to account_cancel_invoice_check_payment_order/__openerp__.py diff --git a/__unported__/account_cancel_invoice_check_payment_order/account_invoice.py b/account_cancel_invoice_check_payment_order/account_invoice.py similarity index 100% rename from __unported__/account_cancel_invoice_check_payment_order/account_invoice.py rename to account_cancel_invoice_check_payment_order/account_invoice.py diff --git a/__unported__/account_cancel_invoice_check_payment_order/i18n/account_cancel_invoice_check_payment_order.pot b/account_cancel_invoice_check_payment_order/i18n/account_cancel_invoice_check_payment_order.pot similarity index 100% rename from __unported__/account_cancel_invoice_check_payment_order/i18n/account_cancel_invoice_check_payment_order.pot rename to account_cancel_invoice_check_payment_order/i18n/account_cancel_invoice_check_payment_order.pot diff --git a/__unported__/account_cancel_invoice_check_payment_order/i18n/de.po b/account_cancel_invoice_check_payment_order/i18n/de.po similarity index 100% rename from __unported__/account_cancel_invoice_check_payment_order/i18n/de.po rename to account_cancel_invoice_check_payment_order/i18n/de.po diff --git a/__unported__/account_cancel_invoice_check_payment_order/i18n/es.po b/account_cancel_invoice_check_payment_order/i18n/es.po similarity index 100% rename from __unported__/account_cancel_invoice_check_payment_order/i18n/es.po rename to account_cancel_invoice_check_payment_order/i18n/es.po diff --git a/__unported__/account_cancel_invoice_check_payment_order/i18n/pt_BR.po b/account_cancel_invoice_check_payment_order/i18n/pt_BR.po similarity index 100% rename from __unported__/account_cancel_invoice_check_payment_order/i18n/pt_BR.po rename to account_cancel_invoice_check_payment_order/i18n/pt_BR.po diff --git a/__unported__/account_cancel_invoice_check_voucher/__init__.py b/account_cancel_invoice_check_voucher/__init__.py similarity index 100% rename from __unported__/account_cancel_invoice_check_voucher/__init__.py rename to account_cancel_invoice_check_voucher/__init__.py diff --git a/__unported__/account_cancel_invoice_check_voucher/__openerp__.py b/account_cancel_invoice_check_voucher/__openerp__.py similarity index 100% rename from __unported__/account_cancel_invoice_check_voucher/__openerp__.py rename to account_cancel_invoice_check_voucher/__openerp__.py diff --git a/__unported__/account_cancel_invoice_check_voucher/account_invoice.py b/account_cancel_invoice_check_voucher/account_invoice.py similarity index 100% rename from __unported__/account_cancel_invoice_check_voucher/account_invoice.py rename to account_cancel_invoice_check_voucher/account_invoice.py diff --git a/__unported__/account_cancel_invoice_check_voucher/i18n/account_cancel_invoice_check_voucher.pot b/account_cancel_invoice_check_voucher/i18n/account_cancel_invoice_check_voucher.pot similarity index 100% rename from __unported__/account_cancel_invoice_check_voucher/i18n/account_cancel_invoice_check_voucher.pot rename to account_cancel_invoice_check_voucher/i18n/account_cancel_invoice_check_voucher.pot diff --git a/__unported__/account_cancel_invoice_check_voucher/i18n/de.po b/account_cancel_invoice_check_voucher/i18n/de.po similarity index 100% rename from __unported__/account_cancel_invoice_check_voucher/i18n/de.po rename to account_cancel_invoice_check_voucher/i18n/de.po diff --git a/__unported__/account_cancel_invoice_check_voucher/i18n/es.po b/account_cancel_invoice_check_voucher/i18n/es.po similarity index 100% rename from __unported__/account_cancel_invoice_check_voucher/i18n/es.po rename to account_cancel_invoice_check_voucher/i18n/es.po diff --git a/__unported__/account_cancel_invoice_check_voucher/i18n/pt_BR.po b/account_cancel_invoice_check_voucher/i18n/pt_BR.po similarity index 100% rename from __unported__/account_cancel_invoice_check_voucher/i18n/pt_BR.po rename to account_cancel_invoice_check_voucher/i18n/pt_BR.po diff --git a/__unported__/account_tax_update/__init__.py b/account_tax_update/__init__.py similarity index 100% rename from __unported__/account_tax_update/__init__.py rename to account_tax_update/__init__.py diff --git a/__unported__/account_tax_update/__openerp__.py b/account_tax_update/__openerp__.py similarity index 100% rename from __unported__/account_tax_update/__openerp__.py rename to account_tax_update/__openerp__.py diff --git a/__unported__/account_tax_update/i18n/fr.po b/account_tax_update/i18n/fr.po similarity index 100% rename from __unported__/account_tax_update/i18n/fr.po rename to account_tax_update/i18n/fr.po diff --git a/__unported__/account_tax_update/i18n/nl.po b/account_tax_update/i18n/nl.po similarity index 100% rename from __unported__/account_tax_update/i18n/nl.po rename to account_tax_update/i18n/nl.po diff --git a/__unported__/account_tax_update/images/update_tax.png b/account_tax_update/images/update_tax.png similarity index 100% rename from __unported__/account_tax_update/images/update_tax.png rename to account_tax_update/images/update_tax.png diff --git a/__unported__/account_tax_update/model/__init__.py b/account_tax_update/model/__init__.py similarity index 100% rename from __unported__/account_tax_update/model/__init__.py rename to account_tax_update/model/__init__.py diff --git a/__unported__/account_tax_update/model/account_tax.py b/account_tax_update/model/account_tax.py similarity index 100% rename from __unported__/account_tax_update/model/account_tax.py rename to account_tax_update/model/account_tax.py diff --git a/__unported__/account_tax_update/model/select_taxes.py b/account_tax_update/model/select_taxes.py similarity index 100% rename from __unported__/account_tax_update/model/select_taxes.py rename to account_tax_update/model/select_taxes.py diff --git a/__unported__/account_tax_update/model/update_tax_config.py b/account_tax_update/model/update_tax_config.py similarity index 100% rename from __unported__/account_tax_update/model/update_tax_config.py rename to account_tax_update/model/update_tax_config.py diff --git a/__unported__/account_tax_update/security/ir.model.access.csv b/account_tax_update/security/ir.model.access.csv similarity index 100% rename from __unported__/account_tax_update/security/ir.model.access.csv rename to account_tax_update/security/ir.model.access.csv diff --git a/__unported__/account_tax_update/view/account_tax.xml b/account_tax_update/view/account_tax.xml similarity index 100% rename from __unported__/account_tax_update/view/account_tax.xml rename to account_tax_update/view/account_tax.xml diff --git a/__unported__/account_tax_update/view/select_taxes.xml b/account_tax_update/view/select_taxes.xml similarity index 100% rename from __unported__/account_tax_update/view/select_taxes.xml rename to account_tax_update/view/select_taxes.xml diff --git a/__unported__/account_tax_update/view/update_tax_config.xml b/account_tax_update/view/update_tax_config.xml similarity index 100% rename from __unported__/account_tax_update/view/update_tax_config.xml rename to account_tax_update/view/update_tax_config.xml diff --git a/__unported__/async_move_line_importer/__init__.py b/async_move_line_importer/__init__.py similarity index 100% rename from __unported__/async_move_line_importer/__init__.py rename to async_move_line_importer/__init__.py diff --git a/__unported__/async_move_line_importer/__openerp__.py b/async_move_line_importer/__openerp__.py similarity index 100% rename from __unported__/async_move_line_importer/__openerp__.py rename to async_move_line_importer/__openerp__.py diff --git a/__unported__/async_move_line_importer/data.xml b/async_move_line_importer/data.xml similarity index 100% rename from __unported__/async_move_line_importer/data.xml rename to async_move_line_importer/data.xml diff --git a/__unported__/async_move_line_importer/model/__init__.py b/async_move_line_importer/model/__init__.py similarity index 100% rename from __unported__/async_move_line_importer/model/__init__.py rename to async_move_line_importer/model/__init__.py diff --git a/__unported__/async_move_line_importer/model/account.py b/async_move_line_importer/model/account.py similarity index 100% rename from __unported__/async_move_line_importer/model/account.py rename to async_move_line_importer/model/account.py diff --git a/__unported__/async_move_line_importer/model/move_line_importer.py b/async_move_line_importer/model/move_line_importer.py similarity index 100% rename from __unported__/async_move_line_importer/model/move_line_importer.py rename to async_move_line_importer/model/move_line_importer.py diff --git a/__unported__/async_move_line_importer/security/ir.model.access.csv b/async_move_line_importer/security/ir.model.access.csv similarity index 100% rename from __unported__/async_move_line_importer/security/ir.model.access.csv rename to async_move_line_importer/security/ir.model.access.csv diff --git a/__unported__/async_move_line_importer/security/multi_company.xml b/async_move_line_importer/security/multi_company.xml similarity index 100% rename from __unported__/async_move_line_importer/security/multi_company.xml rename to async_move_line_importer/security/multi_company.xml diff --git a/__unported__/async_move_line_importer/tests/__init__.py b/async_move_line_importer/tests/__init__.py similarity index 100% rename from __unported__/async_move_line_importer/tests/__init__.py rename to async_move_line_importer/tests/__init__.py diff --git a/__unported__/async_move_line_importer/tests/data/faulty_moves.csv b/async_move_line_importer/tests/data/faulty_moves.csv similarity index 100% rename from __unported__/async_move_line_importer/tests/data/faulty_moves.csv rename to async_move_line_importer/tests/data/faulty_moves.csv diff --git a/__unported__/async_move_line_importer/tests/data/one_move.csv b/async_move_line_importer/tests/data/one_move.csv similarity index 100% rename from __unported__/async_move_line_importer/tests/data/one_move.csv rename to async_move_line_importer/tests/data/one_move.csv diff --git a/__unported__/async_move_line_importer/tests/data/one_move2.csv b/async_move_line_importer/tests/data/one_move2.csv similarity index 100% rename from __unported__/async_move_line_importer/tests/data/one_move2.csv rename to async_move_line_importer/tests/data/one_move2.csv diff --git a/__unported__/async_move_line_importer/tests/test_async_import.py b/async_move_line_importer/tests/test_async_import.py similarity index 100% rename from __unported__/async_move_line_importer/tests/test_async_import.py rename to async_move_line_importer/tests/test_async_import.py diff --git a/__unported__/async_move_line_importer/view/move_line_importer_view.xml b/async_move_line_importer/view/move_line_importer_view.xml similarity index 100% rename from __unported__/async_move_line_importer/view/move_line_importer_view.xml rename to async_move_line_importer/view/move_line_importer_view.xml