mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIGR] Make all module uninstallable until we start migrating them.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
'security/ir.model.access.csv'],
|
||||
'demo_xml': [],
|
||||
'tests': [],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
'license': 'AGPL-3',
|
||||
'application': True}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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': '',
|
||||
}
|
||||
|
||||
@@ -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': '',
|
||||
}
|
||||
|
||||
@@ -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': '',
|
||||
}
|
||||
|
||||
@@ -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': '',
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user