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:
@@ -99,6 +99,6 @@ Contributors:
|
||||
'images/return_line.png',
|
||||
'images/exchange.png',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
@@ -35,5 +35,5 @@
|
||||
'views/crm_claim_type.xml',
|
||||
],
|
||||
'active': True,
|
||||
'installable': True,
|
||||
'installable': 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