diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fed84a2..1d48ab6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,6 @@ exclude: | # NOT INSTALLABLE ADDONS ^base_fileurl_field/| ^cloud_platform/| - ^logging_json/| ^monitoring_log_requests/| ^monitoring_prometheus/| ^monitoring_statsd/| diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index 978fc59..9a8bc0c 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -3,7 +3,7 @@ { "name": "JSON Logging", - "version": "18.0.1.0.0", + "version": "19.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Extra Tools", @@ -15,5 +15,5 @@ }, "website": "https://github.com/camptocamp/odoo-cloud-platform", "data": [], - "installable": False, + "installable": True, } diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e468669 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +# generated from manifests external_dependencies +python-json-logger