diff --git a/stock_available/__openerp__.py b/stock_available/__openerp__.py index 7a5e16806..c261e39a9 100644 --- a/stock_available/__openerp__.py +++ b/stock_available/__openerp__.py @@ -30,4 +30,5 @@ 'views/product_product_view.xml', 'views/res_config_view.xml', ] + 'installable': False, } diff --git a/stock_available_immediately/__openerp__.py b/stock_available_immediately/__openerp__.py index 0175129fb..67e445066 100644 --- a/stock_available_immediately/__openerp__.py +++ b/stock_available_immediately/__openerp__.py @@ -27,5 +27,5 @@ "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Hidden", - 'installable': True + 'installable': False } diff --git a/stock_inventory_preparation_filter/__openerp__.py b/stock_inventory_preparation_filter/__openerp__.py index 3970d655f..b37cf23d4 100644 --- a/stock_inventory_preparation_filter/__openerp__.py +++ b/stock_inventory_preparation_filter/__openerp__.py @@ -37,5 +37,5 @@ "views/stock_inventory_view.xml", "security/ir.model.access.csv", ], - "installable": True, + 'installable': False, } diff --git a/stock_location_area_data/__openerp__.py b/stock_location_area_data/__openerp__.py index 1a4bf3ff6..55085ed08 100644 --- a/stock_location_area_data/__openerp__.py +++ b/stock_location_area_data/__openerp__.py @@ -34,6 +34,6 @@ 'data': [ 'data/stock_location_area_data.xml', ], - 'installable': True, + 'installable': False, 'application': False, } diff --git a/stock_location_area_management/__openerp__.py b/stock_location_area_management/__openerp__.py index 5d5d1ebca..9c39784eb 100644 --- a/stock_location_area_management/__openerp__.py +++ b/stock_location_area_management/__openerp__.py @@ -36,6 +36,6 @@ 'views/res_company.xml', 'views/stock_location.xml', ], - 'installable': True, + 'installable': False, 'application': False, } diff --git a/stock_location_ownership/__openerp__.py b/stock_location_ownership/__openerp__.py index 7a3fed160..f25b503f4 100644 --- a/stock_location_ownership/__openerp__.py +++ b/stock_location_ownership/__openerp__.py @@ -34,5 +34,5 @@ ], 'test': [], 'auto_install': False, - 'installable': True, + 'installable': False, } diff --git a/stock_mts_mto_rule/__openerp__.py b/stock_mts_mto_rule/__openerp__.py index e81acfc1d..bb2d0911a 100644 --- a/stock_mts_mto_rule/__openerp__.py +++ b/stock_mts_mto_rule/__openerp__.py @@ -34,5 +34,5 @@ 'view/pull_rule.xml', 'view/warehouse.xml', ], - 'installable': True, + 'installable': False, } diff --git a/stock_reserve/__openerp__.py b/stock_reserve/__openerp__.py index de54318e8..71f9ea5e4 100644 --- a/stock_reserve/__openerp__.py +++ b/stock_reserve/__openerp__.py @@ -39,5 +39,5 @@ 'auto_install': False, 'test': ['test/stock_reserve.yml', ], - 'installable': True, + 'installable': False, } diff --git a/stock_reserve_sale/__openerp__.py b/stock_reserve_sale/__openerp__.py index 0a4196200..c919e6ac9 100644 --- a/stock_reserve_sale/__openerp__.py +++ b/stock_reserve_sale/__openerp__.py @@ -38,6 +38,6 @@ 'test': ['test/sale_reserve.yml', 'test/sale_line_reserve.yml', ], - 'installable': True, + 'installable': False, 'auto_install': False, }