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,5 +14,5 @@
}, },
'website': 'https://www.camptocamp.com', 'website': 'https://www.camptocamp.com',
'data': [], 'data': [],
'installable': True, 'installable': False,
} }
+1 -1
View File
@@ -17,5 +17,5 @@
}, },
'website': 'https://www.camptocamp.com', 'website': 'https://www.camptocamp.com',
'data': [], 'data': [],
'installable': True, 'installable': False,
} }
@@ -11,6 +11,6 @@
'depends': ['base'], 'depends': ['base'],
'website': 'http://www.camptocamp.com', 'website': 'http://www.camptocamp.com',
'data': [], 'data': [],
'installable': True, 'installable': False,
'auto_install': True, 'auto_install': True,
} }
+1 -1
View File
@@ -11,5 +11,5 @@
"base_attachment_object_storage", "base_attachment_object_storage",
], ],
"auto_install": False, "auto_install": False,
"installable": True, "installable": False,
} }
+1 -1
View File
@@ -18,5 +18,5 @@
], ],
'website': 'https://www.camptocamp.com', 'website': 'https://www.camptocamp.com',
'data': [], 'data': [],
'installable': True, 'installable': False,
} }
+1 -1
View File
@@ -14,5 +14,5 @@
], ],
'website': 'https://www.camptocamp.com', 'website': 'https://www.camptocamp.com',
'data': [], 'data': [],
'installable': True, 'installable': False,
} }
+1 -1
View File
@@ -14,5 +14,5 @@
], ],
'website': 'https://www.camptocamp.com', 'website': 'https://www.camptocamp.com',
'data': [], 'data': [],
'installable': True, 'installable': False,
} }
+1 -1
View File
@@ -13,5 +13,5 @@
}, },
'website': 'http://www.camptocamp.com', 'website': 'http://www.camptocamp.com',
'data': [], 'data': [],
'installable': True, 'installable': False,
} }
+1 -1
View File
@@ -10,5 +10,5 @@
'depends': ['base', 'web'], 'depends': ['base', 'web'],
'website': 'http://www.camptocamp.com', 'website': 'http://www.camptocamp.com',
'data': [], 'data': [],
'installable': True, 'installable': False,
} }
+1 -1
View File
@@ -16,5 +16,5 @@
'external_dependencies': { 'external_dependencies': {
'python': ['statsd'], 'python': ['statsd'],
}, },
'installable': True, 'installable': False,
} }
+1 -1
View File
@@ -10,5 +10,5 @@
'depends': ['base', 'web'], 'depends': ['base', 'web'],
'website': 'http://www.camptocamp.com', 'website': 'http://www.camptocamp.com',
'data': [], 'data': [],
'installable': True, 'installable': False,
} }
+1 -1
View File
@@ -14,5 +14,5 @@
}, },
'website': 'http://www.camptocamp.com', 'website': 'http://www.camptocamp.com',
'data': [], 'data': [],
'installable': True, 'installable': False,
} }
+1 -1
View File
@@ -14,6 +14,6 @@
"views/res_partner.xml", "views/res_partner.xml",
"views/res_users.xml", "views/res_users.xml",
], ],
'installable': True, 'installable': False,
'auto_install': False, 'auto_install': False,
} }