mark unported module as uninstallable

This commit is contained in:
Alexandre Fayolle
2014-07-01 15:09:45 +02:00
parent ace18efb36
commit 37dd9c5412
104 changed files with 7 additions and 7 deletions

View File

@@ -36,5 +36,5 @@ Immediately usable is computed : Quantity on Hand - Outgoing Stock.
"data": ["product_view.xml",
],
"active": False,
"installable": True
'installable': False
}

View File

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View File

@@ -40,5 +40,5 @@ Adds an ownership on the stock locations
],
'test': [],
'auto_install': False,
'installable': True,
'installable': False,
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -47,5 +47,5 @@
'data': ['stock_reord_rule_view.xml','cron_data.xml',],
'images': [],
'active': False,
'installable': True,
'installable': False,
}

View File

@@ -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,
}

View File

@@ -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