diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index 337529f..b6db7d0 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'JSON Logging', - 'version': '13.0.1.0.0', + 'version': "14.0.1.0.0", 'author': 'Camptocamp,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'Extra Tools', @@ -13,5 +13,5 @@ }, 'website': 'http://www.camptocamp.com', 'data': [], - 'installable': False, + 'installable': True, }