diff --git a/bom_split/__init__.py b/__unported__/bom_split/__init__.py similarity index 100% rename from bom_split/__init__.py rename to __unported__/bom_split/__init__.py diff --git a/bom_split/__openerp__.py b/__unported__/bom_split/__openerp__.py similarity index 98% rename from bom_split/__openerp__.py rename to __unported__/bom_split/__openerp__.py index b858ec8..0c94d29 100644 --- a/bom_split/__openerp__.py +++ b/__unported__/bom_split/__openerp__.py @@ -32,7 +32,7 @@ 'depends': ['mrp'], 'data': [], 'demo': ['bom_split_demo.yml'], - 'installable': True, + 'installable': False, 'autoinstall': False, } diff --git a/bom_split/bom_split_demo.yml b/__unported__/bom_split/bom_split_demo.yml similarity index 100% rename from bom_split/bom_split_demo.yml rename to __unported__/bom_split/bom_split_demo.yml diff --git a/bom_split/mrp.py b/__unported__/bom_split/mrp.py similarity index 100% rename from bom_split/mrp.py rename to __unported__/bom_split/mrp.py diff --git a/bom_stock/__init__.py b/__unported__/bom_stock/__init__.py similarity index 100% rename from bom_stock/__init__.py rename to __unported__/bom_stock/__init__.py diff --git a/bom_stock/__openerp__.py b/__unported__/bom_stock/__openerp__.py similarity index 98% rename from bom_stock/__openerp__.py rename to __unported__/bom_stock/__openerp__.py index ef33f5b..f885b54 100644 --- a/bom_stock/__openerp__.py +++ b/__unported__/bom_stock/__openerp__.py @@ -41,7 +41,7 @@ 'demo': [], 'test': ['tests/test_bom_stock.yml', ], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/bom_stock/bom_stock.py b/__unported__/bom_stock/bom_stock.py similarity index 100% rename from bom_stock/bom_stock.py rename to __unported__/bom_stock/bom_stock.py diff --git a/bom_stock/bom_stock_view.xml b/__unported__/bom_stock/bom_stock_view.xml similarity index 100% rename from bom_stock/bom_stock_view.xml rename to __unported__/bom_stock/bom_stock_view.xml diff --git a/bom_stock/tests/test_bom_stock.yml b/__unported__/bom_stock/tests/test_bom_stock.yml similarity index 100% rename from bom_stock/tests/test_bom_stock.yml rename to __unported__/bom_stock/tests/test_bom_stock.yml diff --git a/purchase_bom_split/__init__.py b/__unported__/purchase_bom_split/__init__.py similarity index 100% rename from purchase_bom_split/__init__.py rename to __unported__/purchase_bom_split/__init__.py diff --git a/purchase_bom_split/__openerp__.py b/__unported__/purchase_bom_split/__openerp__.py similarity index 98% rename from purchase_bom_split/__openerp__.py rename to __unported__/purchase_bom_split/__openerp__.py index 2c10dee..45feddb 100644 --- a/purchase_bom_split/__openerp__.py +++ b/__unported__/purchase_bom_split/__openerp__.py @@ -53,7 +53,7 @@ 'data': [], 'demo': [], 'test': ['tests/test_purchase_bom_split.yml'], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/purchase_bom_split/purchase.py b/__unported__/purchase_bom_split/purchase.py similarity index 100% rename from purchase_bom_split/purchase.py rename to __unported__/purchase_bom_split/purchase.py diff --git a/purchase_bom_split/tests/test_purchase_bom_split.yml b/__unported__/purchase_bom_split/tests/test_purchase_bom_split.yml similarity index 100% rename from purchase_bom_split/tests/test_purchase_bom_split.yml rename to __unported__/purchase_bom_split/tests/test_purchase_bom_split.yml diff --git a/sale_bom_split/__init__.py b/__unported__/sale_bom_split/__init__.py similarity index 100% rename from sale_bom_split/__init__.py rename to __unported__/sale_bom_split/__init__.py diff --git a/sale_bom_split/__openerp__.py b/__unported__/sale_bom_split/__openerp__.py similarity index 98% rename from sale_bom_split/__openerp__.py rename to __unported__/sale_bom_split/__openerp__.py index b651ae3..5fe698d 100644 --- a/sale_bom_split/__openerp__.py +++ b/__unported__/sale_bom_split/__openerp__.py @@ -55,7 +55,7 @@ 'demo': [], 'test': ['tests/test_sale_bom_split.yml', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/sale_bom_split/sale.py b/__unported__/sale_bom_split/sale.py similarity index 100% rename from sale_bom_split/sale.py rename to __unported__/sale_bom_split/sale.py diff --git a/sale_bom_split/tests/test_sale_bom_split.yml b/__unported__/sale_bom_split/tests/test_sale_bom_split.yml similarity index 100% rename from sale_bom_split/tests/test_sale_bom_split.yml rename to __unported__/sale_bom_split/tests/test_sale_bom_split.yml