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 github_enforce_dev_status_compatibility: false
include_wkhtmltopdf: false include_wkhtmltopdf: false
odoo_test_flavor: Both odoo_test_flavor: Both
odoo_version: 18.0 odoo_version: 17.0
org_name: Camptocamp org_name: Camptocamp
org_slug: camptocamp org_slug: camptocamp
rebel_module_groups: rebel_module_groups: []
repo_description: 'Tools to run Odoo on a cloud platform.' repo_description: 'Tools to run Odoo on a cloud platform.'
repo_name: Odoo Cloud Addons repo_name: Odoo Cloud Addons
repo_slug: odoo-cloud-platform repo_slug: odoo-cloud-platform
+5
View File
@@ -2,8 +2,13 @@ exclude: |
(?x) (?x)
# NOT INSTALLABLE ADDONS # NOT INSTALLABLE ADDONS
^base_fileurl_field/| ^base_fileurl_field/|
^cloud_platform/|
^logging_json/|
^monitoring_log_requests/| ^monitoring_log_requests/|
^monitoring_prometheus/|
^monitoring_statsd/| ^monitoring_statsd/|
^monitoring_status/|
^session_redis/|
^test_base_fileurl_field/| ^test_base_fileurl_field/|
# END NOT INSTALLABLE ADDONS # END NOT INSTALLABLE ADDONS
# Files and folders generated by bots, to avoid loops # 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. --> <!-- /!\ 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
```
+1 -1
View File
@@ -17,5 +17,5 @@
], ],
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [], "data": [],
"installable": False, "installable": False,
} }
+1 -1
View File
@@ -15,5 +15,5 @@
}, },
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [], "data": [],
"installable": False, "installable": False,
} }
+1 -1
View File
@@ -18,5 +18,5 @@
"external_dependencies": { "external_dependencies": {
"python": ["prometheus_client"], "python": ["prometheus_client"],
}, },
"installable": False, "installable": False,
} }
+1 -1
View File
@@ -11,5 +11,5 @@
"depends": ["base", "web"], "depends": ["base", "web"],
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [], "data": [],
"installable": False, "installable": False,
} }
-4
View File
@@ -1,4 +0,0 @@
# generated from manifests external_dependencies
prometheus_client
python-json-logger
redis
+1 -1
View File
@@ -18,5 +18,5 @@
"python": ["redis"], "python": ["redis"],
}, },
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
"installable": False, "installable": False,
} }