unported modules must not be installable

This commit is contained in:
Stéphane Bidoul
2015-09-22 18:00:35 +02:00
parent a7d605fbb8
commit cd5840562b
2 changed files with 2 additions and 2 deletions

View File

@@ -35,5 +35,5 @@ This module adds the fields 'Bubble Number' and 'RefDes' (reference description)
It also point the BOM Structure report to a new version that uses the new fields.
""",
'auto_install': False,
'installable': True
'installable': False
}

View File

@@ -39,5 +39,5 @@ from the related procurement order.
'test': [
'test/mrp_production_properties.yml',
],
'installable': True
'installable': False
}