diff --git a/account_advanced_reconcile/__init__.py b/__unported__/account_advanced_reconcile/__init__.py similarity index 100% rename from account_advanced_reconcile/__init__.py rename to __unported__/account_advanced_reconcile/__init__.py diff --git a/account_advanced_reconcile/__openerp__.py b/__unported__/account_advanced_reconcile/__openerp__.py similarity index 99% rename from account_advanced_reconcile/__openerp__.py rename to __unported__/account_advanced_reconcile/__openerp__.py index 00ec44b4..f1c69b50 100644 --- a/account_advanced_reconcile/__openerp__.py +++ b/__unported__/account_advanced_reconcile/__openerp__.py @@ -76,7 +76,7 @@ many offices. 'data': ['easy_reconcile_view.xml'], 'test': [], 'images': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'license': 'AGPL-3', 'application': True, diff --git a/account_advanced_reconcile/advanced_reconciliation.py b/__unported__/account_advanced_reconcile/advanced_reconciliation.py similarity index 100% rename from account_advanced_reconcile/advanced_reconciliation.py rename to __unported__/account_advanced_reconcile/advanced_reconciliation.py diff --git a/account_advanced_reconcile/base_advanced_reconciliation.py b/__unported__/account_advanced_reconcile/base_advanced_reconciliation.py similarity index 100% rename from account_advanced_reconcile/base_advanced_reconciliation.py rename to __unported__/account_advanced_reconcile/base_advanced_reconciliation.py diff --git a/account_advanced_reconcile/easy_reconcile.py b/__unported__/account_advanced_reconcile/easy_reconcile.py similarity index 100% rename from account_advanced_reconcile/easy_reconcile.py rename to __unported__/account_advanced_reconcile/easy_reconcile.py diff --git a/account_advanced_reconcile/easy_reconcile_view.xml b/__unported__/account_advanced_reconcile/easy_reconcile_view.xml similarity index 100% rename from account_advanced_reconcile/easy_reconcile_view.xml rename to __unported__/account_advanced_reconcile/easy_reconcile_view.xml diff --git a/account_advanced_reconcile/i18n/account_advanced_reconcile.pot b/__unported__/account_advanced_reconcile/i18n/account_advanced_reconcile.pot similarity index 100% rename from account_advanced_reconcile/i18n/account_advanced_reconcile.pot rename to __unported__/account_advanced_reconcile/i18n/account_advanced_reconcile.pot diff --git a/account_advanced_reconcile/i18n/es.po b/__unported__/account_advanced_reconcile/i18n/es.po similarity index 100% rename from account_advanced_reconcile/i18n/es.po rename to __unported__/account_advanced_reconcile/i18n/es.po diff --git a/account_advanced_reconcile/i18n/fr.po b/__unported__/account_advanced_reconcile/i18n/fr.po similarity index 100% rename from account_advanced_reconcile/i18n/fr.po rename to __unported__/account_advanced_reconcile/i18n/fr.po diff --git a/account_advanced_reconcile_transaction_ref/__init__.py b/__unported__/account_advanced_reconcile_transaction_ref/__init__.py similarity index 100% rename from account_advanced_reconcile_transaction_ref/__init__.py rename to __unported__/account_advanced_reconcile_transaction_ref/__init__.py diff --git a/account_advanced_reconcile_transaction_ref/__openerp__.py b/__unported__/account_advanced_reconcile_transaction_ref/__openerp__.py similarity index 98% rename from account_advanced_reconcile_transaction_ref/__openerp__.py rename to __unported__/account_advanced_reconcile_transaction_ref/__openerp__.py index d2b0d1cc..7a6e7f62 100644 --- a/account_advanced_reconcile_transaction_ref/__openerp__.py +++ b/__unported__/account_advanced_reconcile_transaction_ref/__openerp__.py @@ -34,7 +34,7 @@ Reconcile rules with transaction_ref 'demo': [], 'test': [], # To be ported or migrate to unit tests or scenarios 'auto_install': False, - 'installable': True, + 'installable': False, 'images': [] } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_advanced_reconcile_transaction_ref/advanced_reconciliation.py b/__unported__/account_advanced_reconcile_transaction_ref/advanced_reconciliation.py similarity index 100% rename from account_advanced_reconcile_transaction_ref/advanced_reconciliation.py rename to __unported__/account_advanced_reconcile_transaction_ref/advanced_reconciliation.py diff --git a/account_advanced_reconcile_transaction_ref/base_advanced_reconciliation.py b/__unported__/account_advanced_reconcile_transaction_ref/base_advanced_reconciliation.py similarity index 100% rename from account_advanced_reconcile_transaction_ref/base_advanced_reconciliation.py rename to __unported__/account_advanced_reconcile_transaction_ref/base_advanced_reconciliation.py diff --git a/account_advanced_reconcile_transaction_ref/easy_reconcile.py b/__unported__/account_advanced_reconcile_transaction_ref/easy_reconcile.py similarity index 100% rename from account_advanced_reconcile_transaction_ref/easy_reconcile.py rename to __unported__/account_advanced_reconcile_transaction_ref/easy_reconcile.py diff --git a/account_advanced_reconcile_transaction_ref/easy_reconcile_view.xml b/__unported__/account_advanced_reconcile_transaction_ref/easy_reconcile_view.xml similarity index 100% rename from account_advanced_reconcile_transaction_ref/easy_reconcile_view.xml rename to __unported__/account_advanced_reconcile_transaction_ref/easy_reconcile_view.xml diff --git a/account_advanced_reconcile_transaction_ref/i18n/account_advanced_reconcile_transaction_ref.pot b/__unported__/account_advanced_reconcile_transaction_ref/i18n/account_advanced_reconcile_transaction_ref.pot similarity index 100% rename from account_advanced_reconcile_transaction_ref/i18n/account_advanced_reconcile_transaction_ref.pot rename to __unported__/account_advanced_reconcile_transaction_ref/i18n/account_advanced_reconcile_transaction_ref.pot diff --git a/account_advanced_reconcile_transaction_ref/i18n/es.po b/__unported__/account_advanced_reconcile_transaction_ref/i18n/es.po similarity index 100% rename from account_advanced_reconcile_transaction_ref/i18n/es.po rename to __unported__/account_advanced_reconcile_transaction_ref/i18n/es.po diff --git a/account_advanced_reconcile_transaction_ref/i18n/fr.po b/__unported__/account_advanced_reconcile_transaction_ref/i18n/fr.po similarity index 100% rename from account_advanced_reconcile_transaction_ref/i18n/fr.po rename to __unported__/account_advanced_reconcile_transaction_ref/i18n/fr.po diff --git a/account_easy_reconcile/__init__.py b/__unported__/account_easy_reconcile/__init__.py similarity index 100% rename from account_easy_reconcile/__init__.py rename to __unported__/account_easy_reconcile/__init__.py diff --git a/account_easy_reconcile/__openerp__.py b/__unported__/account_easy_reconcile/__openerp__.py similarity index 98% rename from account_easy_reconcile/__openerp__.py rename to __unported__/account_easy_reconcile/__openerp__.py index a53662c5..aa81e8eb 100755 --- a/account_easy_reconcile/__openerp__.py +++ b/__unported__/account_easy_reconcile/__openerp__.py @@ -61,6 +61,6 @@ allows multiple lines and partial. "security/ir.model.access.csv"], 'license': 'AGPL-3', "auto_install": False, - "installable": True, + 'installable': False, } diff --git a/account_easy_reconcile/base_reconciliation.py b/__unported__/account_easy_reconcile/base_reconciliation.py similarity index 100% rename from account_easy_reconcile/base_reconciliation.py rename to __unported__/account_easy_reconcile/base_reconciliation.py diff --git a/account_easy_reconcile/easy_reconcile.py b/__unported__/account_easy_reconcile/easy_reconcile.py similarity index 100% rename from account_easy_reconcile/easy_reconcile.py rename to __unported__/account_easy_reconcile/easy_reconcile.py diff --git a/account_easy_reconcile/easy_reconcile.xml b/__unported__/account_easy_reconcile/easy_reconcile.xml similarity index 100% rename from account_easy_reconcile/easy_reconcile.xml rename to __unported__/account_easy_reconcile/easy_reconcile.xml diff --git a/account_easy_reconcile/easy_reconcile_history.py b/__unported__/account_easy_reconcile/easy_reconcile_history.py similarity index 100% rename from account_easy_reconcile/easy_reconcile_history.py rename to __unported__/account_easy_reconcile/easy_reconcile_history.py diff --git a/account_easy_reconcile/easy_reconcile_history_view.xml b/__unported__/account_easy_reconcile/easy_reconcile_history_view.xml similarity index 100% rename from account_easy_reconcile/easy_reconcile_history_view.xml rename to __unported__/account_easy_reconcile/easy_reconcile_history_view.xml diff --git a/account_easy_reconcile/i18n/account_easy_reconcile.pot b/__unported__/account_easy_reconcile/i18n/account_easy_reconcile.pot similarity index 100% rename from account_easy_reconcile/i18n/account_easy_reconcile.pot rename to __unported__/account_easy_reconcile/i18n/account_easy_reconcile.pot diff --git a/account_easy_reconcile/i18n/es.po b/__unported__/account_easy_reconcile/i18n/es.po similarity index 100% rename from account_easy_reconcile/i18n/es.po rename to __unported__/account_easy_reconcile/i18n/es.po diff --git a/account_easy_reconcile/i18n/fr.po b/__unported__/account_easy_reconcile/i18n/fr.po similarity index 100% rename from account_easy_reconcile/i18n/fr.po rename to __unported__/account_easy_reconcile/i18n/fr.po diff --git a/account_easy_reconcile/security/ir.model.access.csv b/__unported__/account_easy_reconcile/security/ir.model.access.csv similarity index 100% rename from account_easy_reconcile/security/ir.model.access.csv rename to __unported__/account_easy_reconcile/security/ir.model.access.csv diff --git a/account_easy_reconcile/security/ir_rule.xml b/__unported__/account_easy_reconcile/security/ir_rule.xml similarity index 100% rename from account_easy_reconcile/security/ir_rule.xml rename to __unported__/account_easy_reconcile/security/ir_rule.xml diff --git a/account_easy_reconcile/simple_reconciliation.py b/__unported__/account_easy_reconcile/simple_reconciliation.py similarity index 100% rename from account_easy_reconcile/simple_reconciliation.py rename to __unported__/account_easy_reconcile/simple_reconciliation.py diff --git a/account_invoice_reference/__init__.py b/__unported__/account_invoice_reference/__init__.py similarity index 100% rename from account_invoice_reference/__init__.py rename to __unported__/account_invoice_reference/__init__.py diff --git a/account_invoice_reference/__openerp__.py b/__unported__/account_invoice_reference/__openerp__.py similarity index 99% rename from account_invoice_reference/__openerp__.py rename to __unported__/account_invoice_reference/__openerp__.py index ab0f0499..c5281d6e 100644 --- a/account_invoice_reference/__openerp__.py +++ b/__unported__/account_invoice_reference/__openerp__.py @@ -141,6 +141,6 @@ Information propagated to the move lines: 'test/in_refund_without_supplier_number.yml', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/account_invoice_reference/account_invoice_view.xml b/__unported__/account_invoice_reference/account_invoice_view.xml similarity index 100% rename from account_invoice_reference/account_invoice_view.xml rename to __unported__/account_invoice_reference/account_invoice_view.xml diff --git a/account_invoice_reference/account_move.py b/__unported__/account_invoice_reference/account_move.py similarity index 100% rename from account_invoice_reference/account_move.py rename to __unported__/account_invoice_reference/account_move.py diff --git a/account_invoice_reference/i18n/account_invoice_reference.pot b/__unported__/account_invoice_reference/i18n/account_invoice_reference.pot similarity index 100% rename from account_invoice_reference/i18n/account_invoice_reference.pot rename to __unported__/account_invoice_reference/i18n/account_invoice_reference.pot diff --git a/account_invoice_reference/i18n/es.po b/__unported__/account_invoice_reference/i18n/es.po similarity index 100% rename from account_invoice_reference/i18n/es.po rename to __unported__/account_invoice_reference/i18n/es.po diff --git a/account_invoice_reference/i18n/fr.po b/__unported__/account_invoice_reference/i18n/fr.po similarity index 100% rename from account_invoice_reference/i18n/fr.po rename to __unported__/account_invoice_reference/i18n/fr.po diff --git a/account_invoice_reference/test/in_invoice_with_supplier_number.yml b/__unported__/account_invoice_reference/test/in_invoice_with_supplier_number.yml similarity index 100% rename from account_invoice_reference/test/in_invoice_with_supplier_number.yml rename to __unported__/account_invoice_reference/test/in_invoice_with_supplier_number.yml diff --git a/account_invoice_reference/test/in_invoice_without_supplier_number.yml b/__unported__/account_invoice_reference/test/in_invoice_without_supplier_number.yml similarity index 100% rename from account_invoice_reference/test/in_invoice_without_supplier_number.yml rename to __unported__/account_invoice_reference/test/in_invoice_without_supplier_number.yml diff --git a/account_invoice_reference/test/in_refund_with_supplier_number.yml b/__unported__/account_invoice_reference/test/in_refund_with_supplier_number.yml similarity index 100% rename from account_invoice_reference/test/in_refund_with_supplier_number.yml rename to __unported__/account_invoice_reference/test/in_refund_with_supplier_number.yml diff --git a/account_invoice_reference/test/in_refund_without_supplier_number.yml b/__unported__/account_invoice_reference/test/in_refund_without_supplier_number.yml similarity index 100% rename from account_invoice_reference/test/in_refund_without_supplier_number.yml rename to __unported__/account_invoice_reference/test/in_refund_without_supplier_number.yml diff --git a/account_invoice_reference/test/out_invoice_with_origin.yml b/__unported__/account_invoice_reference/test/out_invoice_with_origin.yml similarity index 100% rename from account_invoice_reference/test/out_invoice_with_origin.yml rename to __unported__/account_invoice_reference/test/out_invoice_with_origin.yml diff --git a/account_invoice_reference/test/out_invoice_without_origin.yml b/__unported__/account_invoice_reference/test/out_invoice_without_origin.yml similarity index 100% rename from account_invoice_reference/test/out_invoice_without_origin.yml rename to __unported__/account_invoice_reference/test/out_invoice_without_origin.yml diff --git a/account_invoice_reference/test/out_refund_with_origin.yml b/__unported__/account_invoice_reference/test/out_refund_with_origin.yml similarity index 100% rename from account_invoice_reference/test/out_refund_with_origin.yml rename to __unported__/account_invoice_reference/test/out_refund_with_origin.yml diff --git a/account_invoice_reference/test/out_refund_without_origin.yml b/__unported__/account_invoice_reference/test/out_refund_without_origin.yml similarity index 100% rename from account_invoice_reference/test/out_refund_without_origin.yml rename to __unported__/account_invoice_reference/test/out_refund_without_origin.yml diff --git a/account_payment_transaction_id/__init__.py b/__unported__/account_payment_transaction_id/__init__.py similarity index 100% rename from account_payment_transaction_id/__init__.py rename to __unported__/account_payment_transaction_id/__init__.py diff --git a/account_payment_transaction_id/__openerp__.py b/__unported__/account_payment_transaction_id/__openerp__.py similarity index 98% rename from account_payment_transaction_id/__openerp__.py rename to __unported__/account_payment_transaction_id/__openerp__.py index b69c1dd2..3f301604 100644 --- a/account_payment_transaction_id/__openerp__.py +++ b/__unported__/account_payment_transaction_id/__openerp__.py @@ -38,6 +38,6 @@ Needs `statement_voucher_killer` 'website': 'http://www.camptocamp.com', 'data': [], 'test': [], - 'installable': True, + 'installable': False, 'auto_install': True, } diff --git a/account_payment_transaction_id/account_payment.py b/__unported__/account_payment_transaction_id/account_payment.py similarity index 100% rename from account_payment_transaction_id/account_payment.py rename to __unported__/account_payment_transaction_id/account_payment.py diff --git a/account_statement_bankaccount_completion/__init__.py b/__unported__/account_statement_bankaccount_completion/__init__.py similarity index 100% rename from account_statement_bankaccount_completion/__init__.py rename to __unported__/account_statement_bankaccount_completion/__init__.py diff --git a/account_statement_bankaccount_completion/__openerp__.py b/__unported__/account_statement_bankaccount_completion/__openerp__.py similarity index 98% rename from account_statement_bankaccount_completion/__openerp__.py rename to __unported__/account_statement_bankaccount_completion/__openerp__.py index c4f4b06e..dea1bda3 100644 --- a/account_statement_bankaccount_completion/__openerp__.py +++ b/__unported__/account_statement_bankaccount_completion/__openerp__.py @@ -42,7 +42,7 @@ "data.xml", ], 'demo': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'license': 'AGPL-3', } diff --git a/account_statement_bankaccount_completion/data.xml b/__unported__/account_statement_bankaccount_completion/data.xml similarity index 100% rename from account_statement_bankaccount_completion/data.xml rename to __unported__/account_statement_bankaccount_completion/data.xml diff --git a/account_statement_bankaccount_completion/i18n/account_statement_bankaccount_completion.pot b/__unported__/account_statement_bankaccount_completion/i18n/account_statement_bankaccount_completion.pot similarity index 100% rename from account_statement_bankaccount_completion/i18n/account_statement_bankaccount_completion.pot rename to __unported__/account_statement_bankaccount_completion/i18n/account_statement_bankaccount_completion.pot diff --git a/account_statement_bankaccount_completion/i18n/es.po b/__unported__/account_statement_bankaccount_completion/i18n/es.po similarity index 100% rename from account_statement_bankaccount_completion/i18n/es.po rename to __unported__/account_statement_bankaccount_completion/i18n/es.po diff --git a/account_statement_bankaccount_completion/i18n/fr.po b/__unported__/account_statement_bankaccount_completion/i18n/fr.po similarity index 100% rename from account_statement_bankaccount_completion/i18n/fr.po rename to __unported__/account_statement_bankaccount_completion/i18n/fr.po diff --git a/account_statement_bankaccount_completion/statement.py b/__unported__/account_statement_bankaccount_completion/statement.py similarity index 100% rename from account_statement_bankaccount_completion/statement.py rename to __unported__/account_statement_bankaccount_completion/statement.py diff --git a/account_statement_bankaccount_completion/tests/__init__.py b/__unported__/account_statement_bankaccount_completion/tests/__init__.py similarity index 100% rename from account_statement_bankaccount_completion/tests/__init__.py rename to __unported__/account_statement_bankaccount_completion/tests/__init__.py diff --git a/account_statement_bankaccount_completion/tests/test_bankaccount_completion.py b/__unported__/account_statement_bankaccount_completion/tests/test_bankaccount_completion.py similarity index 100% rename from account_statement_bankaccount_completion/tests/test_bankaccount_completion.py rename to __unported__/account_statement_bankaccount_completion/tests/test_bankaccount_completion.py diff --git a/account_statement_base_completion/__init__.py b/__unported__/account_statement_base_completion/__init__.py similarity index 100% rename from account_statement_base_completion/__init__.py rename to __unported__/account_statement_base_completion/__init__.py diff --git a/account_statement_base_completion/__openerp__.py b/__unported__/account_statement_base_completion/__openerp__.py similarity index 99% rename from account_statement_base_completion/__openerp__.py rename to __unported__/account_statement_base_completion/__openerp__.py index feb0cb35..5270f0e6 100644 --- a/account_statement_base_completion/__openerp__.py +++ b/__unported__/account_statement_base_completion/__openerp__.py @@ -70,7 +70,7 @@ 'test/supplier_invoice.yml', 'test/completion_test.yml' ], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': False, 'license': 'AGPL-3', diff --git a/account_statement_base_completion/data.xml b/__unported__/account_statement_base_completion/data.xml similarity index 100% rename from account_statement_base_completion/data.xml rename to __unported__/account_statement_base_completion/data.xml diff --git a/account_statement_base_completion/i18n/ab.po b/__unported__/account_statement_base_completion/i18n/ab.po similarity index 100% rename from account_statement_base_completion/i18n/ab.po rename to __unported__/account_statement_base_completion/i18n/ab.po diff --git a/account_statement_base_completion/i18n/account_statement_base_completion.pot b/__unported__/account_statement_base_completion/i18n/account_statement_base_completion.pot similarity index 100% rename from account_statement_base_completion/i18n/account_statement_base_completion.pot rename to __unported__/account_statement_base_completion/i18n/account_statement_base_completion.pot diff --git a/account_statement_base_completion/i18n/es.po b/__unported__/account_statement_base_completion/i18n/es.po similarity index 100% rename from account_statement_base_completion/i18n/es.po rename to __unported__/account_statement_base_completion/i18n/es.po diff --git a/account_statement_base_completion/i18n/fr.po b/__unported__/account_statement_base_completion/i18n/fr.po similarity index 100% rename from account_statement_base_completion/i18n/fr.po rename to __unported__/account_statement_base_completion/i18n/fr.po diff --git a/account_statement_base_completion/partner.py b/__unported__/account_statement_base_completion/partner.py similarity index 100% rename from account_statement_base_completion/partner.py rename to __unported__/account_statement_base_completion/partner.py diff --git a/account_statement_base_completion/partner_view.xml b/__unported__/account_statement_base_completion/partner_view.xml similarity index 100% rename from account_statement_base_completion/partner_view.xml rename to __unported__/account_statement_base_completion/partner_view.xml diff --git a/account_statement_base_completion/security/ir.model.access.csv b/__unported__/account_statement_base_completion/security/ir.model.access.csv similarity index 100% rename from account_statement_base_completion/security/ir.model.access.csv rename to __unported__/account_statement_base_completion/security/ir.model.access.csv diff --git a/account_statement_base_completion/statement.py b/__unported__/account_statement_base_completion/statement.py similarity index 100% rename from account_statement_base_completion/statement.py rename to __unported__/account_statement_base_completion/statement.py diff --git a/account_statement_base_completion/statement_view.xml b/__unported__/account_statement_base_completion/statement_view.xml similarity index 100% rename from account_statement_base_completion/statement_view.xml rename to __unported__/account_statement_base_completion/statement_view.xml diff --git a/account_statement_base_completion/test/completion_test.yml b/__unported__/account_statement_base_completion/test/completion_test.yml similarity index 100% rename from account_statement_base_completion/test/completion_test.yml rename to __unported__/account_statement_base_completion/test/completion_test.yml diff --git a/account_statement_base_completion/test/invoice.yml b/__unported__/account_statement_base_completion/test/invoice.yml similarity index 100% rename from account_statement_base_completion/test/invoice.yml rename to __unported__/account_statement_base_completion/test/invoice.yml diff --git a/account_statement_base_completion/test/partner.yml b/__unported__/account_statement_base_completion/test/partner.yml similarity index 100% rename from account_statement_base_completion/test/partner.yml rename to __unported__/account_statement_base_completion/test/partner.yml diff --git a/account_statement_base_completion/test/supplier_invoice.yml b/__unported__/account_statement_base_completion/test/supplier_invoice.yml similarity index 100% rename from account_statement_base_completion/test/supplier_invoice.yml rename to __unported__/account_statement_base_completion/test/supplier_invoice.yml diff --git a/account_statement_base_completion/tests/__init__.py b/__unported__/account_statement_base_completion/tests/__init__.py similarity index 100% rename from account_statement_base_completion/tests/__init__.py rename to __unported__/account_statement_base_completion/tests/__init__.py diff --git a/account_statement_base_completion/tests/test_base_completion.py b/__unported__/account_statement_base_completion/tests/test_base_completion.py similarity index 100% rename from account_statement_base_completion/tests/test_base_completion.py rename to __unported__/account_statement_base_completion/tests/test_base_completion.py diff --git a/account_statement_base_import/__init__.py b/__unported__/account_statement_base_import/__init__.py similarity index 100% rename from account_statement_base_import/__init__.py rename to __unported__/account_statement_base_import/__init__.py diff --git a/account_statement_base_import/__openerp__.py b/__unported__/account_statement_base_import/__openerp__.py similarity index 99% rename from account_statement_base_import/__openerp__.py rename to __unported__/account_statement_base_import/__openerp__.py index 46653551..4d845f78 100644 --- a/account_statement_base_import/__openerp__.py +++ b/__unported__/account_statement_base_import/__openerp__.py @@ -62,7 +62,7 @@ "statement_view.xml", ], 'test': [], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': False, 'license': 'AGPL-3', diff --git a/account_statement_base_import/data/statement.csv b/__unported__/account_statement_base_import/data/statement.csv similarity index 100% rename from account_statement_base_import/data/statement.csv rename to __unported__/account_statement_base_import/data/statement.csv diff --git a/account_statement_base_import/data/statement.xls b/__unported__/account_statement_base_import/data/statement.xls similarity index 100% rename from account_statement_base_import/data/statement.xls rename to __unported__/account_statement_base_import/data/statement.xls diff --git a/account_statement_base_import/i18n/account_statement_base_import.pot b/__unported__/account_statement_base_import/i18n/account_statement_base_import.pot similarity index 100% rename from account_statement_base_import/i18n/account_statement_base_import.pot rename to __unported__/account_statement_base_import/i18n/account_statement_base_import.pot diff --git a/account_statement_base_import/i18n/es.po b/__unported__/account_statement_base_import/i18n/es.po similarity index 100% rename from account_statement_base_import/i18n/es.po rename to __unported__/account_statement_base_import/i18n/es.po diff --git a/account_statement_base_import/i18n/fr.po b/__unported__/account_statement_base_import/i18n/fr.po similarity index 100% rename from account_statement_base_import/i18n/fr.po rename to __unported__/account_statement_base_import/i18n/fr.po diff --git a/account_statement_base_import/parser/__init__.py b/__unported__/account_statement_base_import/parser/__init__.py similarity index 100% rename from account_statement_base_import/parser/__init__.py rename to __unported__/account_statement_base_import/parser/__init__.py diff --git a/account_statement_base_import/parser/file_parser.py b/__unported__/account_statement_base_import/parser/file_parser.py similarity index 100% rename from account_statement_base_import/parser/file_parser.py rename to __unported__/account_statement_base_import/parser/file_parser.py diff --git a/account_statement_base_import/parser/generic_file_parser.py b/__unported__/account_statement_base_import/parser/generic_file_parser.py similarity index 100% rename from account_statement_base_import/parser/generic_file_parser.py rename to __unported__/account_statement_base_import/parser/generic_file_parser.py diff --git a/account_statement_base_import/parser/parser.py b/__unported__/account_statement_base_import/parser/parser.py similarity index 100% rename from account_statement_base_import/parser/parser.py rename to __unported__/account_statement_base_import/parser/parser.py diff --git a/account_statement_base_import/statement.py b/__unported__/account_statement_base_import/statement.py similarity index 100% rename from account_statement_base_import/statement.py rename to __unported__/account_statement_base_import/statement.py diff --git a/account_statement_base_import/statement_view.xml b/__unported__/account_statement_base_import/statement_view.xml similarity index 100% rename from account_statement_base_import/statement_view.xml rename to __unported__/account_statement_base_import/statement_view.xml diff --git a/account_statement_base_import/tests/__init__.py b/__unported__/account_statement_base_import/tests/__init__.py similarity index 100% rename from account_statement_base_import/tests/__init__.py rename to __unported__/account_statement_base_import/tests/__init__.py diff --git a/account_statement_base_import/tests/test_base_import.py b/__unported__/account_statement_base_import/tests/test_base_import.py similarity index 100% rename from account_statement_base_import/tests/test_base_import.py rename to __unported__/account_statement_base_import/tests/test_base_import.py diff --git a/account_statement_base_import/wizard/__init__.py b/__unported__/account_statement_base_import/wizard/__init__.py similarity index 100% rename from account_statement_base_import/wizard/__init__.py rename to __unported__/account_statement_base_import/wizard/__init__.py diff --git a/account_statement_base_import/wizard/import_statement.py b/__unported__/account_statement_base_import/wizard/import_statement.py similarity index 100% rename from account_statement_base_import/wizard/import_statement.py rename to __unported__/account_statement_base_import/wizard/import_statement.py diff --git a/account_statement_base_import/wizard/import_statement_view.xml b/__unported__/account_statement_base_import/wizard/import_statement_view.xml similarity index 100% rename from account_statement_base_import/wizard/import_statement_view.xml rename to __unported__/account_statement_base_import/wizard/import_statement_view.xml diff --git a/account_statement_cancel_line/__init__.py b/__unported__/account_statement_cancel_line/__init__.py similarity index 100% rename from account_statement_cancel_line/__init__.py rename to __unported__/account_statement_cancel_line/__init__.py diff --git a/account_statement_cancel_line/__openerp__.py b/__unported__/account_statement_cancel_line/__openerp__.py similarity index 99% rename from account_statement_cancel_line/__openerp__.py rename to __unported__/account_statement_cancel_line/__openerp__.py index 35833051..09725952 100644 --- a/account_statement_cancel_line/__openerp__.py +++ b/__unported__/account_statement_cancel_line/__openerp__.py @@ -68,7 +68,7 @@ 'test/test_confirm_last_line_no_balance_check.yml', 'test/confirm_statement_no_double_moves.yml', ], - 'installable': True, + 'installable': False, 'images': [], 'license': 'AGPL-3', } diff --git a/account_statement_cancel_line/i18n/account_statement_cancel_line.pot b/__unported__/account_statement_cancel_line/i18n/account_statement_cancel_line.pot similarity index 100% rename from account_statement_cancel_line/i18n/account_statement_cancel_line.pot rename to __unported__/account_statement_cancel_line/i18n/account_statement_cancel_line.pot diff --git a/account_statement_cancel_line/i18n/fr.po b/__unported__/account_statement_cancel_line/i18n/fr.po similarity index 100% rename from account_statement_cancel_line/i18n/fr.po rename to __unported__/account_statement_cancel_line/i18n/fr.po diff --git a/account_statement_cancel_line/migrations/0.3/post-set-statement-line-state.py b/__unported__/account_statement_cancel_line/migrations/0.3/post-set-statement-line-state.py similarity index 100% rename from account_statement_cancel_line/migrations/0.3/post-set-statement-line-state.py rename to __unported__/account_statement_cancel_line/migrations/0.3/post-set-statement-line-state.py diff --git a/account_statement_cancel_line/statement.py b/__unported__/account_statement_cancel_line/statement.py similarity index 100% rename from account_statement_cancel_line/statement.py rename to __unported__/account_statement_cancel_line/statement.py diff --git a/account_statement_cancel_line/statement_line.py b/__unported__/account_statement_cancel_line/statement_line.py similarity index 100% rename from account_statement_cancel_line/statement_line.py rename to __unported__/account_statement_cancel_line/statement_line.py diff --git a/account_statement_cancel_line/statement_view.xml b/__unported__/account_statement_cancel_line/statement_view.xml similarity index 100% rename from account_statement_cancel_line/statement_view.xml rename to __unported__/account_statement_cancel_line/statement_view.xml diff --git a/account_statement_cancel_line/test/cancel_line.yml b/__unported__/account_statement_cancel_line/test/cancel_line.yml similarity index 100% rename from account_statement_cancel_line/test/cancel_line.yml rename to __unported__/account_statement_cancel_line/test/cancel_line.yml diff --git a/account_statement_cancel_line/test/confirm_statement_no_double_moves.yml b/__unported__/account_statement_cancel_line/test/confirm_statement_no_double_moves.yml similarity index 100% rename from account_statement_cancel_line/test/confirm_statement_no_double_moves.yml rename to __unported__/account_statement_cancel_line/test/confirm_statement_no_double_moves.yml diff --git a/account_statement_cancel_line/test/test_confirm_last_line_balance_check.yml b/__unported__/account_statement_cancel_line/test/test_confirm_last_line_balance_check.yml similarity index 100% rename from account_statement_cancel_line/test/test_confirm_last_line_balance_check.yml rename to __unported__/account_statement_cancel_line/test/test_confirm_last_line_balance_check.yml diff --git a/account_statement_cancel_line/test/test_confirm_last_line_no_balance_check.yml b/__unported__/account_statement_cancel_line/test/test_confirm_last_line_no_balance_check.yml similarity index 100% rename from account_statement_cancel_line/test/test_confirm_last_line_no_balance_check.yml rename to __unported__/account_statement_cancel_line/test/test_confirm_last_line_no_balance_check.yml diff --git a/account_statement_cancel_line/wizard/__init__.py b/__unported__/account_statement_cancel_line/wizard/__init__.py similarity index 100% rename from account_statement_cancel_line/wizard/__init__.py rename to __unported__/account_statement_cancel_line/wizard/__init__.py diff --git a/account_statement_cancel_line/wizard/cancel_line.py b/__unported__/account_statement_cancel_line/wizard/cancel_line.py similarity index 100% rename from account_statement_cancel_line/wizard/cancel_line.py rename to __unported__/account_statement_cancel_line/wizard/cancel_line.py diff --git a/account_statement_cancel_line/wizard/cancel_statement.py b/__unported__/account_statement_cancel_line/wizard/cancel_statement.py similarity index 100% rename from account_statement_cancel_line/wizard/cancel_statement.py rename to __unported__/account_statement_cancel_line/wizard/cancel_statement.py diff --git a/account_statement_cancel_line/wizard/cancel_statement_line.py b/__unported__/account_statement_cancel_line/wizard/cancel_statement_line.py similarity index 100% rename from account_statement_cancel_line/wizard/cancel_statement_line.py rename to __unported__/account_statement_cancel_line/wizard/cancel_statement_line.py diff --git a/account_statement_cancel_line/wizard/cancel_statement_line_view.xml b/__unported__/account_statement_cancel_line/wizard/cancel_statement_line_view.xml similarity index 100% rename from account_statement_cancel_line/wizard/cancel_statement_line_view.xml rename to __unported__/account_statement_cancel_line/wizard/cancel_statement_line_view.xml diff --git a/account_statement_cancel_line/wizard/cancel_statement_view.xml b/__unported__/account_statement_cancel_line/wizard/cancel_statement_view.xml similarity index 100% rename from account_statement_cancel_line/wizard/cancel_statement_view.xml rename to __unported__/account_statement_cancel_line/wizard/cancel_statement_view.xml diff --git a/account_statement_commission/__init__.py b/__unported__/account_statement_commission/__init__.py similarity index 100% rename from account_statement_commission/__init__.py rename to __unported__/account_statement_commission/__init__.py diff --git a/account_statement_commission/__openerp__.py b/__unported__/account_statement_commission/__openerp__.py similarity index 98% rename from account_statement_commission/__openerp__.py rename to __unported__/account_statement_commission/__openerp__.py index 9d22eab5..61d85771 100644 --- a/account_statement_commission/__openerp__.py +++ b/__unported__/account_statement_commission/__openerp__.py @@ -40,7 +40,7 @@ field on each transaction and creates a statement entry for it. "import_statement_view.xml", ], 'test': [], -'installable': True, +'installable': False, 'images': [], 'auto_install': False, 'license': 'AGPL-3', diff --git a/account_statement_commission/commission.py b/__unported__/account_statement_commission/commission.py similarity index 100% rename from account_statement_commission/commission.py rename to __unported__/account_statement_commission/commission.py diff --git a/account_statement_commission/i18n/account_statement_commission.pot b/__unported__/account_statement_commission/i18n/account_statement_commission.pot similarity index 100% rename from account_statement_commission/i18n/account_statement_commission.pot rename to __unported__/account_statement_commission/i18n/account_statement_commission.pot diff --git a/account_statement_commission/i18n/es.po b/__unported__/account_statement_commission/i18n/es.po similarity index 100% rename from account_statement_commission/i18n/es.po rename to __unported__/account_statement_commission/i18n/es.po diff --git a/account_statement_commission/import_statement_view.xml b/__unported__/account_statement_commission/import_statement_view.xml similarity index 100% rename from account_statement_commission/import_statement_view.xml rename to __unported__/account_statement_commission/import_statement_view.xml diff --git a/account_statement_commission/statement_view.xml b/__unported__/account_statement_commission/statement_view.xml similarity index 100% rename from account_statement_commission/statement_view.xml rename to __unported__/account_statement_commission/statement_view.xml diff --git a/account_statement_completion_label/__init__.py b/__unported__/account_statement_completion_label/__init__.py similarity index 100% rename from account_statement_completion_label/__init__.py rename to __unported__/account_statement_completion_label/__init__.py diff --git a/account_statement_completion_label/__openerp__.py b/__unported__/account_statement_completion_label/__openerp__.py similarity index 98% rename from account_statement_completion_label/__openerp__.py rename to __unported__/account_statement_completion_label/__openerp__.py index 96a29127..5ae28aa2 100644 --- a/account_statement_completion_label/__openerp__.py +++ b/__unported__/account_statement_completion_label/__openerp__.py @@ -43,7 +43,7 @@ 'security/ir_rule.xml', ], 'demo': [], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_statement_completion_label/partner.py b/__unported__/account_statement_completion_label/partner.py similarity index 100% rename from account_statement_completion_label/partner.py rename to __unported__/account_statement_completion_label/partner.py diff --git a/account_statement_completion_label/partner_view.xml b/__unported__/account_statement_completion_label/partner_view.xml similarity index 100% rename from account_statement_completion_label/partner_view.xml rename to __unported__/account_statement_completion_label/partner_view.xml diff --git a/account_statement_completion_label/security/ir.model.access.csv b/__unported__/account_statement_completion_label/security/ir.model.access.csv similarity index 100% rename from account_statement_completion_label/security/ir.model.access.csv rename to __unported__/account_statement_completion_label/security/ir.model.access.csv diff --git a/account_statement_completion_label/security/ir_rule.xml b/__unported__/account_statement_completion_label/security/ir_rule.xml similarity index 100% rename from account_statement_completion_label/security/ir_rule.xml rename to __unported__/account_statement_completion_label/security/ir_rule.xml diff --git a/account_statement_completion_label/statement.py b/__unported__/account_statement_completion_label/statement.py similarity index 100% rename from account_statement_completion_label/statement.py rename to __unported__/account_statement_completion_label/statement.py diff --git a/account_statement_completion_label/statement_view.xml b/__unported__/account_statement_completion_label/statement_view.xml similarity index 100% rename from account_statement_completion_label/statement_view.xml rename to __unported__/account_statement_completion_label/statement_view.xml diff --git a/account_statement_completion_voucher/__init__.py b/__unported__/account_statement_completion_voucher/__init__.py similarity index 100% rename from account_statement_completion_voucher/__init__.py rename to __unported__/account_statement_completion_voucher/__init__.py diff --git a/account_statement_completion_voucher/__openerp__.py b/__unported__/account_statement_completion_voucher/__openerp__.py similarity index 100% rename from account_statement_completion_voucher/__openerp__.py rename to __unported__/account_statement_completion_voucher/__openerp__.py diff --git a/account_statement_completion_voucher/statement_view.xml b/__unported__/account_statement_completion_voucher/statement_view.xml similarity index 100% rename from account_statement_completion_voucher/statement_view.xml rename to __unported__/account_statement_completion_voucher/statement_view.xml diff --git a/account_statement_ext/__init__.py b/__unported__/account_statement_ext/__init__.py similarity index 100% rename from account_statement_ext/__init__.py rename to __unported__/account_statement_ext/__init__.py diff --git a/account_statement_ext/__openerp__.py b/__unported__/account_statement_ext/__openerp__.py similarity index 99% rename from account_statement_ext/__openerp__.py rename to __unported__/account_statement_ext/__openerp__.py index abf83d87..9fee56bc 100644 --- a/account_statement_ext/__openerp__.py +++ b/__unported__/account_statement_ext/__openerp__.py @@ -81,7 +81,7 @@ 'security/ir_rule.xml'], 'demo_xml': [], 'test': ['test/test_profile_related_fields.yml'], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': False, 'license': 'AGPL-3', diff --git a/account_statement_ext/account.py b/__unported__/account_statement_ext/account.py similarity index 100% rename from account_statement_ext/account.py rename to __unported__/account_statement_ext/account.py diff --git a/account_statement_ext/account_view.xml b/__unported__/account_statement_ext/account_view.xml similarity index 100% rename from account_statement_ext/account_view.xml rename to __unported__/account_statement_ext/account_view.xml diff --git a/account_statement_ext/i18n/es.po b/__unported__/account_statement_ext/i18n/es.po similarity index 100% rename from account_statement_ext/i18n/es.po rename to __unported__/account_statement_ext/i18n/es.po diff --git a/account_statement_ext/i18n/fr.po b/__unported__/account_statement_ext/i18n/fr.po similarity index 100% rename from account_statement_ext/i18n/fr.po rename to __unported__/account_statement_ext/i18n/fr.po diff --git a/account_statement_ext/report.xml b/__unported__/account_statement_ext/report.xml similarity index 100% rename from account_statement_ext/report.xml rename to __unported__/account_statement_ext/report.xml diff --git a/account_statement_ext/report/__init__.py b/__unported__/account_statement_ext/report/__init__.py similarity index 100% rename from account_statement_ext/report/__init__.py rename to __unported__/account_statement_ext/report/__init__.py diff --git a/account_statement_ext/report/bank_statement_report.mako b/__unported__/account_statement_ext/report/bank_statement_report.mako similarity index 100% rename from account_statement_ext/report/bank_statement_report.mako rename to __unported__/account_statement_ext/report/bank_statement_report.mako diff --git a/account_statement_ext/report/bank_statement_report.py b/__unported__/account_statement_ext/report/bank_statement_report.py similarity index 100% rename from account_statement_ext/report/bank_statement_report.py rename to __unported__/account_statement_ext/report/bank_statement_report.py diff --git a/account_statement_ext/report/bank_statement_webkit_header.xml b/__unported__/account_statement_ext/report/bank_statement_webkit_header.xml similarity index 100% rename from account_statement_ext/report/bank_statement_webkit_header.xml rename to __unported__/account_statement_ext/report/bank_statement_webkit_header.xml diff --git a/account_statement_ext/security/ir.model.access.csv b/__unported__/account_statement_ext/security/ir.model.access.csv similarity index 100% rename from account_statement_ext/security/ir.model.access.csv rename to __unported__/account_statement_ext/security/ir.model.access.csv diff --git a/account_statement_ext/security/ir_rule.xml b/__unported__/account_statement_ext/security/ir_rule.xml similarity index 100% rename from account_statement_ext/security/ir_rule.xml rename to __unported__/account_statement_ext/security/ir_rule.xml diff --git a/account_statement_ext/statement.py b/__unported__/account_statement_ext/statement.py similarity index 100% rename from account_statement_ext/statement.py rename to __unported__/account_statement_ext/statement.py diff --git a/account_statement_ext/statement_view.xml b/__unported__/account_statement_ext/statement_view.xml similarity index 100% rename from account_statement_ext/statement_view.xml rename to __unported__/account_statement_ext/statement_view.xml diff --git a/account_statement_ext/test/test_profile_related_fields.yml b/__unported__/account_statement_ext/test/test_profile_related_fields.yml similarity index 100% rename from account_statement_ext/test/test_profile_related_fields.yml rename to __unported__/account_statement_ext/test/test_profile_related_fields.yml diff --git a/account_statement_ext/voucher.py b/__unported__/account_statement_ext/voucher.py similarity index 100% rename from account_statement_ext/voucher.py rename to __unported__/account_statement_ext/voucher.py diff --git a/account_statement_ext_point_of_sale/__init__.py b/__unported__/account_statement_ext_point_of_sale/__init__.py similarity index 100% rename from account_statement_ext_point_of_sale/__init__.py rename to __unported__/account_statement_ext_point_of_sale/__init__.py diff --git a/account_statement_ext_point_of_sale/__openerp__.py b/__unported__/account_statement_ext_point_of_sale/__openerp__.py similarity index 98% rename from account_statement_ext_point_of_sale/__openerp__.py rename to __unported__/account_statement_ext_point_of_sale/__openerp__.py index 6d4b7a8f..0dc19dcf 100644 --- a/account_statement_ext_point_of_sale/__openerp__.py +++ b/__unported__/account_statement_ext_point_of_sale/__openerp__.py @@ -35,7 +35,7 @@ 'data': [], 'demo': [], 'test': [], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': True, 'license': 'AGPL-3', diff --git a/account_statement_ext_point_of_sale/point_of_sale.py b/__unported__/account_statement_ext_point_of_sale/point_of_sale.py similarity index 100% rename from account_statement_ext_point_of_sale/point_of_sale.py rename to __unported__/account_statement_ext_point_of_sale/point_of_sale.py diff --git a/account_statement_ext_voucher/__init__.py b/__unported__/account_statement_ext_voucher/__init__.py similarity index 100% rename from account_statement_ext_voucher/__init__.py rename to __unported__/account_statement_ext_voucher/__init__.py diff --git a/account_statement_ext_voucher/__openerp__.py b/__unported__/account_statement_ext_voucher/__openerp__.py similarity index 100% rename from account_statement_ext_voucher/__openerp__.py rename to __unported__/account_statement_ext_voucher/__openerp__.py diff --git a/account_statement_ext_voucher/statement_voucher.py b/__unported__/account_statement_ext_voucher/statement_voucher.py similarity index 100% rename from account_statement_ext_voucher/statement_voucher.py rename to __unported__/account_statement_ext_voucher/statement_voucher.py diff --git a/account_statement_no_invoice_import/__init__.py b/__unported__/account_statement_no_invoice_import/__init__.py similarity index 100% rename from account_statement_no_invoice_import/__init__.py rename to __unported__/account_statement_no_invoice_import/__init__.py diff --git a/account_statement_no_invoice_import/__openerp__.py b/__unported__/account_statement_no_invoice_import/__openerp__.py similarity index 98% rename from account_statement_no_invoice_import/__openerp__.py rename to __unported__/account_statement_no_invoice_import/__openerp__.py index abc1a218..e50e15ef 100644 --- a/account_statement_no_invoice_import/__openerp__.py +++ b/__unported__/account_statement_no_invoice_import/__openerp__.py @@ -35,6 +35,6 @@ 'statement_view.xml', ], 'demo': [], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_statement_no_invoice_import/statement_view.xml b/__unported__/account_statement_no_invoice_import/statement_view.xml similarity index 100% rename from account_statement_no_invoice_import/statement_view.xml rename to __unported__/account_statement_no_invoice_import/statement_view.xml diff --git a/account_statement_ofx_import/__init__.py b/__unported__/account_statement_ofx_import/__init__.py similarity index 100% rename from account_statement_ofx_import/__init__.py rename to __unported__/account_statement_ofx_import/__init__.py diff --git a/account_statement_ofx_import/__openerp__.py b/__unported__/account_statement_ofx_import/__openerp__.py similarity index 98% rename from account_statement_ofx_import/__openerp__.py rename to __unported__/account_statement_ofx_import/__openerp__.py index ca09a6e3..4fb63703 100644 --- a/account_statement_ofx_import/__openerp__.py +++ b/__unported__/account_statement_ofx_import/__openerp__.py @@ -42,7 +42,7 @@ 'website': 'http://www.serviciosbaeza.com', 'data': [], 'test': [], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': False, 'license': 'AGPL-3', diff --git a/account_statement_ofx_import/i18n/account_statement_ofx_import.pot b/__unported__/account_statement_ofx_import/i18n/account_statement_ofx_import.pot similarity index 100% rename from account_statement_ofx_import/i18n/account_statement_ofx_import.pot rename to __unported__/account_statement_ofx_import/i18n/account_statement_ofx_import.pot diff --git a/account_statement_ofx_import/i18n/es.po b/__unported__/account_statement_ofx_import/i18n/es.po similarity index 100% rename from account_statement_ofx_import/i18n/es.po rename to __unported__/account_statement_ofx_import/i18n/es.po diff --git a/account_statement_ofx_import/parser/__init__.py b/__unported__/account_statement_ofx_import/parser/__init__.py similarity index 100% rename from account_statement_ofx_import/parser/__init__.py rename to __unported__/account_statement_ofx_import/parser/__init__.py diff --git a/account_statement_ofx_import/parser/ofx_parser.py b/__unported__/account_statement_ofx_import/parser/ofx_parser.py similarity index 100% rename from account_statement_ofx_import/parser/ofx_parser.py rename to __unported__/account_statement_ofx_import/parser/ofx_parser.py diff --git a/account_statement_ofx_import/statement.py b/__unported__/account_statement_ofx_import/statement.py similarity index 100% rename from account_statement_ofx_import/statement.py rename to __unported__/account_statement_ofx_import/statement.py diff --git a/account_statement_one_move/__init__.py b/__unported__/account_statement_one_move/__init__.py similarity index 100% rename from account_statement_one_move/__init__.py rename to __unported__/account_statement_one_move/__init__.py diff --git a/account_statement_one_move/__openerp__.py b/__unported__/account_statement_one_move/__openerp__.py similarity index 98% rename from account_statement_one_move/__openerp__.py rename to __unported__/account_statement_one_move/__openerp__.py index ed9275ab..172968e6 100644 --- a/account_statement_one_move/__openerp__.py +++ b/__unported__/account_statement_one_move/__openerp__.py @@ -39,7 +39,7 @@ 'statement_view.xml' ], 'demo': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'active': False, } diff --git a/account_statement_one_move/statement.py b/__unported__/account_statement_one_move/statement.py similarity index 100% rename from account_statement_one_move/statement.py rename to __unported__/account_statement_one_move/statement.py diff --git a/account_statement_one_move/statement_view.xml b/__unported__/account_statement_one_move/statement_view.xml similarity index 100% rename from account_statement_one_move/statement_view.xml rename to __unported__/account_statement_one_move/statement_view.xml diff --git a/account_statement_regex_account_completion/__init__.py b/__unported__/account_statement_regex_account_completion/__init__.py similarity index 100% rename from account_statement_regex_account_completion/__init__.py rename to __unported__/account_statement_regex_account_completion/__init__.py diff --git a/account_statement_regex_account_completion/__openerp__.py b/__unported__/account_statement_regex_account_completion/__openerp__.py similarity index 98% rename from account_statement_regex_account_completion/__openerp__.py rename to __unported__/account_statement_regex_account_completion/__openerp__.py index 9acb1940..e2a47305 100644 --- a/account_statement_regex_account_completion/__openerp__.py +++ b/__unported__/account_statement_regex_account_completion/__openerp__.py @@ -49,7 +49,7 @@ Account Statement Regex Account Completion addon "test": [], "active": False, "license": "AGPL-3", - "installable": True, + 'installable': False, "auto_install": False, "application": False, } diff --git a/account_statement_regex_account_completion/i18n/account_statement_regex_account_completion.pot b/__unported__/account_statement_regex_account_completion/i18n/account_statement_regex_account_completion.pot similarity index 100% rename from account_statement_regex_account_completion/i18n/account_statement_regex_account_completion.pot rename to __unported__/account_statement_regex_account_completion/i18n/account_statement_regex_account_completion.pot diff --git a/account_statement_regex_account_completion/i18n/es.po b/__unported__/account_statement_regex_account_completion/i18n/es.po similarity index 100% rename from account_statement_regex_account_completion/i18n/es.po rename to __unported__/account_statement_regex_account_completion/i18n/es.po diff --git a/account_statement_regex_account_completion/i18n/fr.po b/__unported__/account_statement_regex_account_completion/i18n/fr.po similarity index 100% rename from account_statement_regex_account_completion/i18n/fr.po rename to __unported__/account_statement_regex_account_completion/i18n/fr.po diff --git a/account_statement_regex_account_completion/statement.py b/__unported__/account_statement_regex_account_completion/statement.py similarity index 100% rename from account_statement_regex_account_completion/statement.py rename to __unported__/account_statement_regex_account_completion/statement.py diff --git a/account_statement_regex_account_completion/statement_view.xml b/__unported__/account_statement_regex_account_completion/statement_view.xml similarity index 100% rename from account_statement_regex_account_completion/statement_view.xml rename to __unported__/account_statement_regex_account_completion/statement_view.xml diff --git a/account_statement_regex_account_completion/tests/__init__.py b/__unported__/account_statement_regex_account_completion/tests/__init__.py similarity index 100% rename from account_statement_regex_account_completion/tests/__init__.py rename to __unported__/account_statement_regex_account_completion/tests/__init__.py diff --git a/account_statement_regex_account_completion/tests/test_regex_account_completion.py b/__unported__/account_statement_regex_account_completion/tests/test_regex_account_completion.py similarity index 100% rename from account_statement_regex_account_completion/tests/test_regex_account_completion.py rename to __unported__/account_statement_regex_account_completion/tests/test_regex_account_completion.py diff --git a/account_statement_so_completion/__init__.py b/__unported__/account_statement_so_completion/__init__.py similarity index 100% rename from account_statement_so_completion/__init__.py rename to __unported__/account_statement_so_completion/__init__.py diff --git a/account_statement_so_completion/__openerp__.py b/__unported__/account_statement_so_completion/__openerp__.py similarity index 99% rename from account_statement_so_completion/__openerp__.py rename to __unported__/account_statement_so_completion/__openerp__.py index 30a7f581..fc01e8b9 100644 --- a/account_statement_so_completion/__openerp__.py +++ b/__unported__/account_statement_so_completion/__openerp__.py @@ -45,7 +45,7 @@ ], 'test': [ 'test/completion_so_test.yml'], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': True, 'license': 'AGPL-3', diff --git a/account_statement_so_completion/data.xml b/__unported__/account_statement_so_completion/data.xml similarity index 100% rename from account_statement_so_completion/data.xml rename to __unported__/account_statement_so_completion/data.xml diff --git a/account_statement_so_completion/i18n/account_statement_so_completion.pot b/__unported__/account_statement_so_completion/i18n/account_statement_so_completion.pot similarity index 100% rename from account_statement_so_completion/i18n/account_statement_so_completion.pot rename to __unported__/account_statement_so_completion/i18n/account_statement_so_completion.pot diff --git a/account_statement_so_completion/i18n/es.po b/__unported__/account_statement_so_completion/i18n/es.po similarity index 100% rename from account_statement_so_completion/i18n/es.po rename to __unported__/account_statement_so_completion/i18n/es.po diff --git a/account_statement_so_completion/statement.py b/__unported__/account_statement_so_completion/statement.py similarity index 100% rename from account_statement_so_completion/statement.py rename to __unported__/account_statement_so_completion/statement.py diff --git a/account_statement_so_completion/test/completion_so_test.yml b/__unported__/account_statement_so_completion/test/completion_so_test.yml similarity index 100% rename from account_statement_so_completion/test/completion_so_test.yml rename to __unported__/account_statement_so_completion/test/completion_so_test.yml diff --git a/account_statement_transactionid_completion/__init__.py b/__unported__/account_statement_transactionid_completion/__init__.py similarity index 100% rename from account_statement_transactionid_completion/__init__.py rename to __unported__/account_statement_transactionid_completion/__init__.py diff --git a/account_statement_transactionid_completion/__openerp__.py b/__unported__/account_statement_transactionid_completion/__openerp__.py similarity index 98% rename from account_statement_transactionid_completion/__openerp__.py rename to __unported__/account_statement_transactionid_completion/__openerp__.py index 6864c245..9c565481 100644 --- a/account_statement_transactionid_completion/__openerp__.py +++ b/__unported__/account_statement_transactionid_completion/__openerp__.py @@ -54,7 +54,7 @@ 'test/invoice.yml', 'test/completion_invoice_transactionid_test.yml', ], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': True, 'license': 'AGPL-3', diff --git a/account_statement_transactionid_completion/data.xml b/__unported__/account_statement_transactionid_completion/data.xml similarity index 100% rename from account_statement_transactionid_completion/data.xml rename to __unported__/account_statement_transactionid_completion/data.xml diff --git a/account_statement_transactionid_completion/i18n/account_statement_transactionid_completion.pot b/__unported__/account_statement_transactionid_completion/i18n/account_statement_transactionid_completion.pot similarity index 100% rename from account_statement_transactionid_completion/i18n/account_statement_transactionid_completion.pot rename to __unported__/account_statement_transactionid_completion/i18n/account_statement_transactionid_completion.pot diff --git a/account_statement_transactionid_completion/i18n/es.po b/__unported__/account_statement_transactionid_completion/i18n/es.po similarity index 100% rename from account_statement_transactionid_completion/i18n/es.po rename to __unported__/account_statement_transactionid_completion/i18n/es.po diff --git a/account_statement_transactionid_completion/statement.py b/__unported__/account_statement_transactionid_completion/statement.py similarity index 100% rename from account_statement_transactionid_completion/statement.py rename to __unported__/account_statement_transactionid_completion/statement.py diff --git a/account_statement_transactionid_completion/statement_view.xml b/__unported__/account_statement_transactionid_completion/statement_view.xml similarity index 100% rename from account_statement_transactionid_completion/statement_view.xml rename to __unported__/account_statement_transactionid_completion/statement_view.xml diff --git a/account_statement_transactionid_completion/test/completion_invoice_transactionid_test.yml b/__unported__/account_statement_transactionid_completion/test/completion_invoice_transactionid_test.yml similarity index 100% rename from account_statement_transactionid_completion/test/completion_invoice_transactionid_test.yml rename to __unported__/account_statement_transactionid_completion/test/completion_invoice_transactionid_test.yml diff --git a/account_statement_transactionid_completion/test/completion_transactionid_test.yml b/__unported__/account_statement_transactionid_completion/test/completion_transactionid_test.yml similarity index 100% rename from account_statement_transactionid_completion/test/completion_transactionid_test.yml rename to __unported__/account_statement_transactionid_completion/test/completion_transactionid_test.yml diff --git a/account_statement_transactionid_completion/test/invoice.yml b/__unported__/account_statement_transactionid_completion/test/invoice.yml similarity index 100% rename from account_statement_transactionid_completion/test/invoice.yml rename to __unported__/account_statement_transactionid_completion/test/invoice.yml diff --git a/account_statement_transactionid_completion/test/sale.yml b/__unported__/account_statement_transactionid_completion/test/sale.yml similarity index 100% rename from account_statement_transactionid_completion/test/sale.yml rename to __unported__/account_statement_transactionid_completion/test/sale.yml diff --git a/account_statement_transactionid_import/__init__.py b/__unported__/account_statement_transactionid_import/__init__.py similarity index 100% rename from account_statement_transactionid_import/__init__.py rename to __unported__/account_statement_transactionid_import/__init__.py diff --git a/account_statement_transactionid_import/__openerp__.py b/__unported__/account_statement_transactionid_import/__openerp__.py similarity index 99% rename from account_statement_transactionid_import/__openerp__.py rename to __unported__/account_statement_transactionid_import/__openerp__.py index d8061a00..79af9100 100644 --- a/account_statement_transactionid_import/__openerp__.py +++ b/__unported__/account_statement_transactionid_import/__openerp__.py @@ -53,7 +53,7 @@ ], 'demo_xml': [], 'test': [], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': False, 'license': 'AGPL-3', diff --git a/account_statement_transactionid_import/data/statement.csv b/__unported__/account_statement_transactionid_import/data/statement.csv similarity index 100% rename from account_statement_transactionid_import/data/statement.csv rename to __unported__/account_statement_transactionid_import/data/statement.csv diff --git a/account_statement_transactionid_import/data/statement.xls b/__unported__/account_statement_transactionid_import/data/statement.xls similarity index 100% rename from account_statement_transactionid_import/data/statement.xls rename to __unported__/account_statement_transactionid_import/data/statement.xls diff --git a/account_statement_transactionid_import/i18n/account_statement_transactionid_import.pot b/__unported__/account_statement_transactionid_import/i18n/account_statement_transactionid_import.pot similarity index 100% rename from account_statement_transactionid_import/i18n/account_statement_transactionid_import.pot rename to __unported__/account_statement_transactionid_import/i18n/account_statement_transactionid_import.pot diff --git a/account_statement_transactionid_import/i18n/es.po b/__unported__/account_statement_transactionid_import/i18n/es.po similarity index 100% rename from account_statement_transactionid_import/i18n/es.po rename to __unported__/account_statement_transactionid_import/i18n/es.po diff --git a/account_statement_transactionid_import/parser/__init__.py b/__unported__/account_statement_transactionid_import/parser/__init__.py similarity index 100% rename from account_statement_transactionid_import/parser/__init__.py rename to __unported__/account_statement_transactionid_import/parser/__init__.py diff --git a/account_statement_transactionid_import/parser/transactionid_file_parser.py b/__unported__/account_statement_transactionid_import/parser/transactionid_file_parser.py similarity index 100% rename from account_statement_transactionid_import/parser/transactionid_file_parser.py rename to __unported__/account_statement_transactionid_import/parser/transactionid_file_parser.py diff --git a/account_statement_transactionid_import/statement.py b/__unported__/account_statement_transactionid_import/statement.py similarity index 100% rename from account_statement_transactionid_import/statement.py rename to __unported__/account_statement_transactionid_import/statement.py diff --git a/base_transaction_id/__init__.py b/__unported__/base_transaction_id/__init__.py similarity index 100% rename from base_transaction_id/__init__.py rename to __unported__/base_transaction_id/__init__.py diff --git a/base_transaction_id/__openerp__.py b/__unported__/base_transaction_id/__openerp__.py similarity index 98% rename from base_transaction_id/__openerp__.py rename to __unported__/base_transaction_id/__openerp__.py index 9d1c1f5a..480ae500 100644 --- a/base_transaction_id/__openerp__.py +++ b/__unported__/base_transaction_id/__openerp__.py @@ -50,7 +50,7 @@ ], 'demo_xml': [], 'test': [], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': False, 'license': 'AGPL-3', diff --git a/base_transaction_id/account_move.py b/__unported__/base_transaction_id/account_move.py similarity index 100% rename from base_transaction_id/account_move.py rename to __unported__/base_transaction_id/account_move.py diff --git a/base_transaction_id/i18n/base_transaction_id.pot b/__unported__/base_transaction_id/i18n/base_transaction_id.pot similarity index 100% rename from base_transaction_id/i18n/base_transaction_id.pot rename to __unported__/base_transaction_id/i18n/base_transaction_id.pot diff --git a/base_transaction_id/i18n/es.po b/__unported__/base_transaction_id/i18n/es.po similarity index 100% rename from base_transaction_id/i18n/es.po rename to __unported__/base_transaction_id/i18n/es.po diff --git a/base_transaction_id/invoice.py b/__unported__/base_transaction_id/invoice.py similarity index 100% rename from base_transaction_id/invoice.py rename to __unported__/base_transaction_id/invoice.py diff --git a/base_transaction_id/invoice_view.xml b/__unported__/base_transaction_id/invoice_view.xml similarity index 100% rename from base_transaction_id/invoice_view.xml rename to __unported__/base_transaction_id/invoice_view.xml diff --git a/base_transaction_id/sale.py b/__unported__/base_transaction_id/sale.py similarity index 100% rename from base_transaction_id/sale.py rename to __unported__/base_transaction_id/sale.py diff --git a/base_transaction_id/sale_view.xml b/__unported__/base_transaction_id/sale_view.xml similarity index 100% rename from base_transaction_id/sale_view.xml rename to __unported__/base_transaction_id/sale_view.xml diff --git a/base_transaction_id/stock.py b/__unported__/base_transaction_id/stock.py similarity index 100% rename from base_transaction_id/stock.py rename to __unported__/base_transaction_id/stock.py diff --git a/invoicing_voucher_killer/__init__.py b/__unported__/invoicing_voucher_killer/__init__.py similarity index 100% rename from invoicing_voucher_killer/__init__.py rename to __unported__/invoicing_voucher_killer/__init__.py diff --git a/invoicing_voucher_killer/__openerp__.py b/__unported__/invoicing_voucher_killer/__openerp__.py similarity index 98% rename from invoicing_voucher_killer/__openerp__.py rename to __unported__/invoicing_voucher_killer/__openerp__.py index 1f5779df..bf84510c 100644 --- a/invoicing_voucher_killer/__openerp__.py +++ b/__unported__/invoicing_voucher_killer/__openerp__.py @@ -34,6 +34,6 @@ This add-on will disable "Register Payment" button 'invoice_view.xml'], 'demo_xml': [], 'test': [], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/invoicing_voucher_killer/i18n/es.po b/__unported__/invoicing_voucher_killer/i18n/es.po similarity index 100% rename from invoicing_voucher_killer/i18n/es.po rename to __unported__/invoicing_voucher_killer/i18n/es.po diff --git a/invoicing_voucher_killer/i18n/invoicing_voucher_killer.pot b/__unported__/invoicing_voucher_killer/i18n/invoicing_voucher_killer.pot similarity index 100% rename from invoicing_voucher_killer/i18n/invoicing_voucher_killer.pot rename to __unported__/invoicing_voucher_killer/i18n/invoicing_voucher_killer.pot diff --git a/invoicing_voucher_killer/invoice_data.xml b/__unported__/invoicing_voucher_killer/invoice_data.xml similarity index 100% rename from invoicing_voucher_killer/invoice_data.xml rename to __unported__/invoicing_voucher_killer/invoice_data.xml diff --git a/invoicing_voucher_killer/invoice_view.xml b/__unported__/invoicing_voucher_killer/invoice_view.xml similarity index 100% rename from invoicing_voucher_killer/invoice_view.xml rename to __unported__/invoicing_voucher_killer/invoice_view.xml diff --git a/statement_voucher_killer/__init__.py b/__unported__/statement_voucher_killer/__init__.py similarity index 100% rename from statement_voucher_killer/__init__.py rename to __unported__/statement_voucher_killer/__init__.py diff --git a/statement_voucher_killer/__openerp__.py b/__unported__/statement_voucher_killer/__openerp__.py similarity index 98% rename from statement_voucher_killer/__openerp__.py rename to __unported__/statement_voucher_killer/__openerp__.py index 1e5f2f1d..18e3cbe4 100644 --- a/statement_voucher_killer/__openerp__.py +++ b/__unported__/statement_voucher_killer/__openerp__.py @@ -43,6 +43,6 @@ line will be take from imported line in this order: 'statement_view.xml', ], 'test': [], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/statement_voucher_killer/i18n/es.po b/__unported__/statement_voucher_killer/i18n/es.po similarity index 100% rename from statement_voucher_killer/i18n/es.po rename to __unported__/statement_voucher_killer/i18n/es.po diff --git a/statement_voucher_killer/i18n/statement_voucher_killer.pot b/__unported__/statement_voucher_killer/i18n/statement_voucher_killer.pot similarity index 100% rename from statement_voucher_killer/i18n/statement_voucher_killer.pot rename to __unported__/statement_voucher_killer/i18n/statement_voucher_killer.pot diff --git a/statement_voucher_killer/statement_view.xml b/__unported__/statement_voucher_killer/statement_view.xml similarity index 100% rename from statement_voucher_killer/statement_view.xml rename to __unported__/statement_voucher_killer/statement_view.xml diff --git a/statement_voucher_killer/voucher.py b/__unported__/statement_voucher_killer/voucher.py similarity index 100% rename from statement_voucher_killer/voucher.py rename to __unported__/statement_voucher_killer/voucher.py