diff --git a/base_product_merge/__openerp__.py b/base_product_merge/__openerp__.py index 8e4b97098..b234f84b3 100644 --- a/base_product_merge/__openerp__.py +++ b/base_product_merge/__openerp__.py @@ -53,5 +53,5 @@ The selected products are deactivated and a new one is created with : "wizard/base_product_merge_view.xml", ], "active": False, - "installable": True + "installable": False } diff --git a/configurable_stock_level/__openerp__.py b/configurable_stock_level/__openerp__.py index ce4a71610..d54c8f2f4 100644 --- a/configurable_stock_level/__openerp__.py +++ b/configurable_stock_level/__openerp__.py @@ -34,7 +34,7 @@ 'security/ir.model.access.csv'], 'demo_xml': [], 'tests': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'license': 'AGPL-3', 'application': True} diff --git a/stock_available_immediately/__openerp__.py b/stock_available_immediately/__openerp__.py index 59ee9e846..65c402d98 100644 --- a/stock_available_immediately/__openerp__.py +++ b/stock_available_immediately/__openerp__.py @@ -37,5 +37,5 @@ Immediately usable is computed : Quantity on Hand - Outgoing Stock. "demo_xml" : [], "update_xml" : ["product_view.xml", ], "active": False, - "installable": True + "installable": False } diff --git a/stock_inventory_existing_lines/__openerp__.py b/stock_inventory_existing_lines/__openerp__.py index 2f763002d..2f23e7c64 100644 --- a/stock_inventory_existing_lines/__openerp__.py +++ b/stock_inventory_existing_lines/__openerp__.py @@ -46,7 +46,7 @@ This module adds a new tab 'Lines' in Physical Inventories with correct lines of "security/ir.model.access.csv", ], 'test': [], - 'installable': True, + 'installable': False, 'active': False, 'certificate': '', } diff --git a/stock_inventory_extended/__openerp__.py b/stock_inventory_extended/__openerp__.py index 5465c2ec4..405ee4a5a 100644 --- a/stock_inventory_extended/__openerp__.py +++ b/stock_inventory_extended/__openerp__.py @@ -44,7 +44,7 @@ to get all lines pre-filled and all lines scanned # 'wizard/stock_fill_inventory_view.xml', ], 'test': [], - 'installable': True, + 'installable': False, 'active': False, 'certificate': '', } diff --git a/stock_inventory_with_location/__openerp__.py b/stock_inventory_with_location/__openerp__.py index 877915b2f..8711d2e77 100644 --- a/stock_inventory_with_location/__openerp__.py +++ b/stock_inventory_with_location/__openerp__.py @@ -40,7 +40,7 @@ This module get the product real location if exists instead of inventory locatio "demo_xml" : [], "update_xml" : [], 'test': [], - 'installable': True, + 'installable': False, 'active': False, 'certificate': '', } diff --git a/stock_move_location/__openerp__.py b/stock_move_location/__openerp__.py index a73638d2a..7f1580884 100644 --- a/stock_move_location/__openerp__.py +++ b/stock_move_location/__openerp__.py @@ -45,7 +45,7 @@ And adds fields and buttons to advance in Physical Inventories. 'wizard/move_location_view.xml', ], 'test': [], - 'installable': True, + 'installable': False, 'active': False, 'certificate': '', } diff --git a/stock_orderpoint_creator/__openerp__.py b/stock_orderpoint_creator/__openerp__.py index 356a13164..9eeff46c0 100644 --- a/stock_orderpoint_creator/__openerp__.py +++ b/stock_orderpoint_creator/__openerp__.py @@ -33,7 +33,7 @@ Add a wizard to configure massively order points for multiple product""", 'update_xml': ["wizard/orderpoint_creator_view.xml", "security/ir.model.access.csv"], 'demo_xml': [], 'test': [], - 'installable': True, + 'installable': False, 'images': [], 'auto_install': False, 'license': 'AGPL-3',