mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[MIG] Make modules uninstallable
This commit is contained in:
@@ -39,6 +39,6 @@
|
||||
'test': [
|
||||
'test/test_invoice_refund.yml'
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
@@ -17,5 +17,5 @@
|
||||
'data/ir_sequence_type.xml',
|
||||
'views/crm_claim_type.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -17,6 +17,6 @@
|
||||
'views/stock_warehouse.xml',
|
||||
],
|
||||
'post_init_hook': 'post_init_hook',
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
@@ -39,6 +39,6 @@
|
||||
'demo/stock_inventory.xml',
|
||||
],
|
||||
'post_init_hook': 'post_init_hook',
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
'demo/res_company.xml',
|
||||
],
|
||||
'test': [],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'active': False,
|
||||
'images': ['images/product_warranty.png'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user