unported modules must not be installable

This commit is contained in:
Stéphane Bidoul
2015-09-22 17:48:06 +02:00
parent f76ab7dd66
commit 702ad0dcd8
4 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@
'claim_view.xml',
],
'demo': [],
'installable': True,
'installable': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -37,7 +37,7 @@ This module adds the following location on warehouses :
* Carrier Loss
* RMA
* Breakage Loss
* Breakage Loss
* Refurbish
* Mistake Loss
@@ -60,6 +60,6 @@ WARNING: Use with caution, this module is currently not yet completely debugged
'stock_data.xml',
'claim_rma_view.xml',
],
'installable': True,
'installable': False,
'application': True,
}

View File

@@ -45,6 +45,6 @@ Claim improvements to use them by shops:
'data': [
'claim_view.xml',
],
'installable': True,
'installable': False,
'application': True,
}

View File

@@ -44,6 +44,6 @@ The product views displays the quantity available and virtual in this
],
'test': ['test/quantity.yml',
],
'installable': True,
'installable': False,
'auto_install': False,
}