BSRD-286: Set the addons to uninstallable

This commit is contained in:
Tonow-c2c
2019-10-07 12:16:06 +02:00
parent 9655641f22
commit cbff157fdd
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -14,6 +14,6 @@
"views/res_partner.xml",
"views/res_users.xml",
],
'installable': True,
'installable': False,
'auto_install': False,
}