From 4cd2dcb1dddfa72cfb927ef0d0eff017175cf072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 13 Oct 2015 12:14:14 +0200 Subject: [PATCH] [MOV] move addons out of __unported__ (they remain not installable) --- README.md | 8 ++++---- .../__init__.py | 0 .../__openerp__.py | 0 .../account_invoice.py | 0 .../account_cancel_invoice_check_payment_order.pot | 0 .../i18n/de.po | 0 .../i18n/es.po | 0 .../i18n/pt_BR.po | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../account_invoice.py | 0 .../i18n/account_cancel_invoice_check_voucher.pot | 0 .../i18n/de.po | 0 .../i18n/es.po | 0 .../i18n/pt_BR.po | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../i18n/fr.po | 0 .../i18n/nl.po | 0 .../images/update_tax.png | Bin .../model/__init__.py | 0 .../model/account_tax.py | 0 .../model/select_taxes.py | 0 .../model/update_tax_config.py | 0 .../security/ir.model.access.csv | 0 .../view/account_tax.xml | 0 .../view/select_taxes.xml | 0 .../view/update_tax_config.xml | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../data.xml | 0 .../model/__init__.py | 0 .../model/account.py | 0 .../model/move_line_importer.py | 0 .../security/ir.model.access.csv | 0 .../security/multi_company.xml | 0 .../tests/__init__.py | 0 .../tests/data/faulty_moves.csv | 0 .../tests/data/one_move.csv | 0 .../tests/data/one_move2.csv | 0 .../tests/test_async_import.py | 0 .../view/move_line_importer_view.xml | 0 42 files changed, 4 insertions(+), 4 deletions(-) rename {__unported__/account_cancel_invoice_check_payment_order => account_cancel_invoice_check_payment_order}/__init__.py (100%) rename {__unported__/account_cancel_invoice_check_payment_order => account_cancel_invoice_check_payment_order}/__openerp__.py (100%) rename {__unported__/account_cancel_invoice_check_payment_order => account_cancel_invoice_check_payment_order}/account_invoice.py (100%) rename {__unported__/account_cancel_invoice_check_payment_order => account_cancel_invoice_check_payment_order}/i18n/account_cancel_invoice_check_payment_order.pot (100%) rename {__unported__/account_cancel_invoice_check_payment_order => account_cancel_invoice_check_payment_order}/i18n/de.po (100%) rename {__unported__/account_cancel_invoice_check_payment_order => account_cancel_invoice_check_payment_order}/i18n/es.po (100%) rename {__unported__/account_cancel_invoice_check_payment_order => account_cancel_invoice_check_payment_order}/i18n/pt_BR.po (100%) rename {__unported__/account_cancel_invoice_check_voucher => account_cancel_invoice_check_voucher}/__init__.py (100%) rename {__unported__/account_cancel_invoice_check_voucher => account_cancel_invoice_check_voucher}/__openerp__.py (100%) rename {__unported__/account_cancel_invoice_check_voucher => account_cancel_invoice_check_voucher}/account_invoice.py (100%) rename {__unported__/account_cancel_invoice_check_voucher => account_cancel_invoice_check_voucher}/i18n/account_cancel_invoice_check_voucher.pot (100%) rename {__unported__/account_cancel_invoice_check_voucher => account_cancel_invoice_check_voucher}/i18n/de.po (100%) rename {__unported__/account_cancel_invoice_check_voucher => account_cancel_invoice_check_voucher}/i18n/es.po (100%) rename {__unported__/account_cancel_invoice_check_voucher => account_cancel_invoice_check_voucher}/i18n/pt_BR.po (100%) rename {__unported__/account_tax_update => account_tax_update}/__init__.py (100%) rename {__unported__/account_tax_update => account_tax_update}/__openerp__.py (100%) rename {__unported__/account_tax_update => account_tax_update}/i18n/fr.po (100%) rename {__unported__/account_tax_update => account_tax_update}/i18n/nl.po (100%) rename {__unported__/account_tax_update => account_tax_update}/images/update_tax.png (100%) rename {__unported__/account_tax_update => account_tax_update}/model/__init__.py (100%) rename {__unported__/account_tax_update => account_tax_update}/model/account_tax.py (100%) rename {__unported__/account_tax_update => account_tax_update}/model/select_taxes.py (100%) rename {__unported__/account_tax_update => account_tax_update}/model/update_tax_config.py (100%) rename {__unported__/account_tax_update => account_tax_update}/security/ir.model.access.csv (100%) rename {__unported__/account_tax_update => account_tax_update}/view/account_tax.xml (100%) rename {__unported__/account_tax_update => account_tax_update}/view/select_taxes.xml (100%) rename {__unported__/account_tax_update => account_tax_update}/view/update_tax_config.xml (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/__init__.py (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/__openerp__.py (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/data.xml (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/model/__init__.py (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/model/account.py (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/model/move_line_importer.py (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/security/ir.model.access.csv (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/security/multi_company.xml (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/tests/__init__.py (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/tests/data/faulty_moves.csv (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/tests/data/one_move.csv (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/tests/data/one_move2.csv (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/tests/test_async_import.py (100%) rename {__unported__/async_move_line_importer => async_move_line_importer}/view/move_line_importer_view.xml (100%) 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