diff --git a/attachment_s3/__manifest__.py b/attachment_s3/__manifest__.py index 5f37766..c3870f1 100644 --- a/attachment_s3/__manifest__.py +++ b/attachment_s3/__manifest__.py @@ -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, } diff --git a/attachment_swift/__manifest__.py b/attachment_swift/__manifest__.py index e99b727..e486064 100644 --- a/attachment_swift/__manifest__.py +++ b/attachment_swift/__manifest__.py @@ -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, } diff --git a/base_attachment_object_storage/__manifest__.py b/base_attachment_object_storage/__manifest__.py index cf507b9..97e55b3 100644 --- a/base_attachment_object_storage/__manifest__.py +++ b/base_attachment_object_storage/__manifest__.py @@ -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, } diff --git a/cloud_platform/__manifest__.py b/cloud_platform/__manifest__.py index f339844..6cc5326 100644 --- a/cloud_platform/__manifest__.py +++ b/cloud_platform/__manifest__.py @@ -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, } diff --git a/cloud_platform_exoscale/__manifest__.py b/cloud_platform_exoscale/__manifest__.py index 85f985f..2006a63 100644 --- a/cloud_platform_exoscale/__manifest__.py +++ b/cloud_platform_exoscale/__manifest__.py @@ -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, } diff --git a/cloud_platform_ovh/__manifest__.py b/cloud_platform_ovh/__manifest__.py index d29a7c9..9e9d8e8 100644 --- a/cloud_platform_ovh/__manifest__.py +++ b/cloud_platform_ovh/__manifest__.py @@ -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, } diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index f5173a3..dd99fa4 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -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, } diff --git a/monitoring_log_requests/__manifest__.py b/monitoring_log_requests/__manifest__.py index 7d08c6a..4d398c0 100644 --- a/monitoring_log_requests/__manifest__.py +++ b/monitoring_log_requests/__manifest__.py @@ -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, } diff --git a/monitoring_statsd/__manifest__.py b/monitoring_statsd/__manifest__.py index eb370fb..d019792 100644 --- a/monitoring_statsd/__manifest__.py +++ b/monitoring_statsd/__manifest__.py @@ -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, } diff --git a/monitoring_status/__manifest__.py b/monitoring_status/__manifest__.py index 7afcc35..d7ac92f 100644 --- a/monitoring_status/__manifest__.py +++ b/monitoring_status/__manifest__.py @@ -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, } diff --git a/session_redis/__manifest__.py b/session_redis/__manifest__.py index ad3e99d..2498a86 100644 --- a/session_redis/__manifest__.py +++ b/session_redis/__manifest__.py @@ -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, }