Fix template copier answer error

This commit is contained in:
cyrilmanuel
2025-10-02 12:24:00 +02:00
parent c44393ec64
commit 5d921db4bc
9 changed files with 20 additions and 11 deletions
+2 -2
View File
@@ -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
+5
View File
@@ -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
+8
View File
@@ -197,3 +197,11 @@ that explains its license.
----
<!-- /!\ Non OCA Context : Set here the full description of your organization. -->
# 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
```
-4
View File
@@ -1,4 +0,0 @@
# generated from manifests external_dependencies
prometheus_client
python-json-logger
redis