mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
mark unported module as uninstallable
This commit is contained in:
@@ -36,5 +36,5 @@ Immediately usable is computed : Quantity on Hand - Outgoing Stock.
|
||||
"data": ["product_view.xml",
|
||||
],
|
||||
"active": False,
|
||||
"installable": True
|
||||
'installable': False
|
||||
}
|
||||
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
@@ -40,5 +40,5 @@ Adds an ownership on the stock locations
|
||||
],
|
||||
'test': [],
|
||||
'auto_install': False,
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
@@ -48,5 +48,5 @@ As for products, lots have 'cost' and 'costing method' fields. Also, a
|
||||
'test/stock.yml', # TODO cover user interface operations
|
||||
],
|
||||
"active": False,
|
||||
"installable": True
|
||||
'installable': False
|
||||
}
|
||||
@@ -37,5 +37,5 @@ You can choose which stock moves have to generate inventory valuation accounting
|
||||
'test/stock.yml'
|
||||
],
|
||||
"active": False,
|
||||
"installable": True
|
||||
'installable': False
|
||||
}
|
||||
@@ -47,5 +47,5 @@
|
||||
'data': ['stock_reord_rule_view.xml','cron_data.xml',],
|
||||
'images': [],
|
||||
'active': False,
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
@@ -61,5 +61,5 @@ insufficient at the order date, you may want to install the
|
||||
'test': ['test/sale_reserve.yml',
|
||||
'test/sale_line_reserve.yml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
@@ -54,5 +54,5 @@ exceeded if the reservations are canceled.
|
||||
'auto_install': False,
|
||||
'test': ['test/stock_reserve.yml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user