Set addons installable

This commit is contained in:
Guewen Baconnier
2017-11-15 14:56:45 +01:00
parent f9c290a45a
commit b084ce278a
11 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
{'name': 'Attachments on S3 storage',
'summary': 'Store assets and attachments on a S3 compatible object storage',
'version': '10.0.1.1.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'Knowledge Management',
@@ -15,5 +15,5 @@
},
'website': 'https://www.camptocamp.com',
'data': [],
'installable': False,
'installable': True,
}
+2 -2
View File
@@ -5,7 +5,7 @@
{'name': 'Attachments on Swift storage',
'summary': 'Store assets and attachments on a Swift compatible object store',
'version': '10.0.1.1.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'Knowledge Management',
@@ -17,5 +17,5 @@
},
'website': 'https://www.camptocamp.com',
'data': [],
'installable': False,
'installable': True,
}
@@ -5,13 +5,13 @@
{'name': 'Base Attachment Object Store',
'summary': 'Base module for the implementation of external object store.',
'version': '10.0.1.1.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'Knowledge Management',
'depends': ['base'],
'website': 'http://www.camptocamp.com',
'data': [],
'installable': False,
'installable': True,
'auto_install': True,
}
+2 -2
View File
@@ -5,7 +5,7 @@
{'name': 'Cloud Platform',
'summary': 'Addons required for the Camptocamp Cloud Platform',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'Extra Tools',
@@ -19,5 +19,5 @@
],
'website': 'https://www.camptocamp.com',
'data': [],
'installable': False,
'installable': True,
}
+2 -2
View File
@@ -5,7 +5,7 @@
{'name': 'Cloud Platform Exoscale',
'summary': 'Addons required for the Camptocamp Cloud Platform on Exoscale',
'version': '10.0.1.1.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'Extra Tools',
@@ -15,5 +15,5 @@
],
'website': 'https://www.camptocamp.com',
'data': [],
'installable': False,
'installable': True,
}
+2 -2
View File
@@ -5,7 +5,7 @@
{'name': 'Cloud Platform OVH',
'summary': 'Addons required for the Camptocamp Cloud Platform on OVH',
'version': '10.0.1.1.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'Extra Tools',
@@ -15,5 +15,5 @@
],
'website': 'https://www.camptocamp.com',
'data': [],
'installable': False,
'installable': True,
}
+2 -2
View File
@@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'JSON Logging',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'Extra Tools',
@@ -14,5 +14,5 @@
},
'website': 'http://www.camptocamp.com',
'data': [],
'installable': False,
'installable': True,
}
+2 -2
View File
@@ -4,12 +4,12 @@
{'name': 'Monitoring: Requests Logging',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'category',
'depends': ['base', 'web'],
'website': 'http://www.camptocamp.com',
'data': [],
'installable': False,
'installable': True,
}
+2 -2
View File
@@ -4,7 +4,7 @@
{'name': 'Monitoring: Statsd Metrics',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp',
'license': 'AGPL-3',
'category': 'category',
@@ -17,5 +17,5 @@
'external_dependencies': {
'python': ['statsd'],
},
'installable': False,
'installable': True,
}
+2 -2
View File
@@ -4,12 +4,12 @@
{'name': 'Monitoring: Status',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'category',
'depends': ['base', 'web'],
'website': 'http://www.camptocamp.com',
'data': [],
'installable': False,
'installable': True,
}
+2 -2
View File
@@ -5,7 +5,7 @@
{'name': 'Sessions in Redis',
'summary': 'Store web sessions in Redis',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'Extra Tools',
@@ -15,5 +15,5 @@
},
'website': 'http://www.camptocamp.com',
'data': [],
'installable': False,
'installable': True,
}