mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
unported modules must not be installable
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -39,5 +39,5 @@ from the related procurement order.
|
||||
'test': [
|
||||
'test/mrp_production_properties.yml',
|
||||
],
|
||||
'installable': True
|
||||
'installable': False
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user