mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Fix template copier answer error
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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,4 +0,0 @@
|
|||||||
# generated from manifests external_dependencies
|
|
||||||
prometheus_client
|
|
||||||
python-json-logger
|
|
||||||
redis
|
|
||||||
Reference in New Issue
Block a user