diff --git a/.copier-answers.yml b/.copier-answers.yml index bfe4b8d..465540e 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -13,10 +13,10 @@ github_enable_stale_action: true github_enforce_dev_status_compatibility: false include_wkhtmltopdf: false odoo_test_flavor: Both -odoo_version: 18.0 +odoo_version: 17.0 org_name: Camptocamp org_slug: camptocamp -rebel_module_groups: +rebel_module_groups: [] repo_description: 'Tools to run Odoo on a cloud platform.' repo_name: Odoo Cloud Addons repo_slug: odoo-cloud-platform diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d54873..4730731 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,8 +2,13 @@ exclude: | (?x) # NOT INSTALLABLE ADDONS ^base_fileurl_field/| + ^cloud_platform/| + ^logging_json/| ^monitoring_log_requests/| + ^monitoring_prometheus/| ^monitoring_statsd/| + ^monitoring_status/| + ^session_redis/| ^test_base_fileurl_field/| # END NOT INSTALLABLE ADDONS # Files and folders generated by bots, to avoid loops diff --git a/README.md b/README.md index 8e8b46c..6602122 100644 --- a/README.md +++ b/README.md @@ -197,3 +197,11 @@ that explains its license. ---- + +# updating the template to create new branch XX.0 + +To generate the new branch for the next version of odoo, please update the template with : + +``` +copier update --UNSAFE +``` \ No newline at end of file diff --git a/cloud_platform/__manifest__.py b/cloud_platform/__manifest__.py index 8f4e990..eef9069 100644 --- a/cloud_platform/__manifest__.py +++ b/cloud_platform/__manifest__.py @@ -17,5 +17,5 @@ ], "website": "https://github.com/camptocamp/odoo-cloud-platform", "data": [], - "installable": False, + "installable": False, } diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index 75da1e0..978fc59 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -15,5 +15,5 @@ }, "website": "https://github.com/camptocamp/odoo-cloud-platform", "data": [], - "installable": False, + "installable": False, } diff --git a/monitoring_prometheus/__manifest__.py b/monitoring_prometheus/__manifest__.py index 612766c..95901a0 100644 --- a/monitoring_prometheus/__manifest__.py +++ b/monitoring_prometheus/__manifest__.py @@ -18,5 +18,5 @@ "external_dependencies": { "python": ["prometheus_client"], }, - "installable": False, + "installable": False, } diff --git a/monitoring_status/__manifest__.py b/monitoring_status/__manifest__.py index 946496e..85b03c7 100644 --- a/monitoring_status/__manifest__.py +++ b/monitoring_status/__manifest__.py @@ -11,5 +11,5 @@ "depends": ["base", "web"], "website": "https://github.com/camptocamp/odoo-cloud-platform", "data": [], - "installable": False, + "installable": False, } diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index a977136..0000000 --- a/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -# generated from manifests external_dependencies -prometheus_client -python-json-logger -redis diff --git a/session_redis/__manifest__.py b/session_redis/__manifest__.py index b12c2e6..a8861c9 100644 --- a/session_redis/__manifest__.py +++ b/session_redis/__manifest__.py @@ -18,5 +18,5 @@ "python": ["redis"], }, "website": "https://github.com/camptocamp/odoo-cloud-platform", - "installable": False, + "installable": False, }