[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 16:06:55 +02:00
parent 9c79108a74
commit dc34f6e0df
5 changed files with 5 additions and 5 deletions

View File

@@ -39,6 +39,6 @@
'test': [
'test/test_invoice_refund.yml'
],
'installable': True,
'installable': False,
'auto_install': False,
}

View File

@@ -17,5 +17,5 @@
'data/ir_sequence_type.xml',
'views/crm_claim_type.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -17,6 +17,6 @@
'views/stock_warehouse.xml',
],
'post_init_hook': 'post_init_hook',
'installable': True,
'installable': False,
'auto_install': False,
}

View File

@@ -39,6 +39,6 @@
'demo/stock_inventory.xml',
],
'post_init_hook': 'post_init_hook',
'installable': True,
'installable': False,
'auto_install': False,
}

View File

@@ -38,7 +38,7 @@
'demo/res_company.xml',
],
'test': [],
'installable': True,
'installable': False,
'active': False,
'images': ['images/product_warranty.png'],
}