fix: this is Odoo 18.0 branch

This commit is contained in:
Florent Xicluna
2025-05-15 11:51:07 +02:00
parent 50560c5f83
commit 13f1c3149a
13 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ 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: 17.0 odoo_version: 18.0
org_name: Camptocamp org_name: Camptocamp
org_slug: camptocamp org_slug: camptocamp
rebel_module_groups: rebel_module_groups:
+3 -3
View File
@@ -3,11 +3,11 @@ name: pre-commit
on: on:
pull_request: pull_request:
branches: branches:
- "17.0*" - "18.0*"
push: push:
branches: branches:
- "17.0" - "18.0"
- "17.0-ocabot-*" - "18.0-ocabot-*"
jobs: jobs:
pre-commit: pre-commit:
+7 -7
View File
@@ -3,11 +3,11 @@ name: tests
on: on:
pull_request: pull_request:
branches: branches:
- "17.0*" - "18.0*"
push: push:
branches: branches:
- "17.0" - "18.0"
- "17.0-ocabot-*" - "18.0-ocabot-*"
jobs: jobs:
unreleased-deps: unreleased-deps:
@@ -35,17 +35,17 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest - container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
include: "attachment_azure,cloud_platform_azure" include: "attachment_azure,cloud_platform_azure"
name: test with Odoo name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest - container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
include: "attachment_azure,cloud_platform_azure" include: "attachment_azure,cloud_platform_azure"
name: test with OCB name: test with OCB
makepot: "false" makepot: "false"
- container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest - container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
exclude: "attachment_azure,cloud_platform_azure" exclude: "attachment_azure,cloud_platform_azure"
name: test with Odoo name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest - container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
exclude: "attachment_azure,cloud_platform_azure" exclude: "attachment_azure,cloud_platform_azure"
name: test with OCB name: test with OCB
makepot: "false" makepot: "false"
+6 -3
View File
@@ -1,9 +1,6 @@
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
/.venv
/.pytest_cache
/.ruff_cache
# C extensions # C extensions
*.so *.so
@@ -30,6 +27,9 @@ pip-log.txt
pip-delete-this-directory.txt pip-delete-this-directory.txt
# Unit test / coverage reports # Unit test / coverage reports
/.pytest_cache
/.ruff_cache
/.venv
htmlcov/ htmlcov/
.tox/ .tox/
.coverage .coverage
@@ -64,6 +64,9 @@ coverage.xml
# Rope # Rope
.ropeproject .ropeproject
# Pyenv
.python-version
# Sphinx documentation # Sphinx documentation
docs/_build/ docs/_build/
+1 -1
View File
@@ -56,7 +56,7 @@ repos:
- id: oca-gen-addon-readme - id: oca-gen-addon-readme
args: args:
- --addons-dir=. - --addons-dir=.
- --branch=17.0 - --branch=18.0
- --org-name=camptocamp - --org-name=camptocamp
- --repo-name=odoo-cloud-platform - --repo-name=odoo-cloud-platform
- --if-source-changed - --if-source-changed
+1 -1
View File
@@ -10,7 +10,7 @@ manifest-required-authors=Camptocamp
manifest-required-keys=license manifest-required-keys=license
manifest-deprecated-keys=description,active manifest-deprecated-keys=description,active
license-allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3 license-allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
valid-odoo-versions=17.0 valid-odoo-versions=18.0
[MESSAGES CONTROL] [MESSAGES CONTROL]
disable=all disable=all
+1 -1
View File
@@ -9,7 +9,7 @@ manifest-required-authors=Camptocamp
manifest-required-keys=license manifest-required-keys=license
manifest-deprecated-keys=description,active manifest-deprecated-keys=description,active
license-allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3 license-allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
valid-odoo-versions=17.0 valid-odoo-versions=18.0
[MESSAGES CONTROL] [MESSAGES CONTROL]
disable=all disable=all
+3 -3
View File
@@ -1,8 +1,8 @@
<!-- /!\ Non OCA Context : Set here the badge of your runbot / runboat instance. --> <!-- /!\ Non OCA Context : Set here the badge of your runbot / runboat instance. -->
[![Pre-commit Status](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/pre-commit.yml/badge.svg?branch=17.0)](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/pre-commit.yml?query=branch%3A17.0) [![Pre-commit Status](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/pre-commit.yml/badge.svg?branch=18.0)](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/pre-commit.yml?query=branch%3A18.0)
[![Build Status](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/test.yml/badge.svg?branch=17.0)](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/test.yml?query=branch%3A17.0) [![Build Status](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/test.yml/badge.svg?branch=18.0)](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/test.yml?query=branch%3A18.0)
[![codecov](https://codecov.io/gh/camptocamp/odoo-cloud-platform/branch/17.0/graph/badge.svg)](https://codecov.io/gh/camptocamp/odoo-cloud-platform) [![codecov](https://codecov.io/gh/camptocamp/odoo-cloud-platform/branch/18.0/graph/badge.svg)](https://codecov.io/gh/camptocamp/odoo-cloud-platform)
<!-- /!\ Non OCA Context : Set here the badge of your translation instance. --> <!-- /!\ Non OCA Context : Set here the badge of your translation instance. -->
<!-- /!\ do not modify above this line --> <!-- /!\ do not modify above this line -->
+1 -1
View File
@@ -3,7 +3,7 @@
{ {
"name": "Base FileURL Field", "name": "Base FileURL Field",
"summary": "Implementation of FileURL type fields", "summary": "Implementation of FileURL type fields",
"version": "17.0.1.0.0", "version": "18.0.1.0.0",
"category": "Technical Settings", "category": "Technical Settings",
"author": "Camptocamp, Odoo Community Association (OCA)", "author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
+1 -1
View File
@@ -5,7 +5,7 @@
{ {
"name": "Cloud Platform", "name": "Cloud Platform",
"summary": "Addons required for the Camptocamp Cloud Platform", "summary": "Addons required for the Camptocamp Cloud Platform",
"version": "17.0.2.0.0", "version": "18.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)", "author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"category": "Extra Tools", "category": "Extra Tools",
+1 -1
View File
@@ -4,7 +4,7 @@
{ {
"name": "Monitoring: Requests Logging", "name": "Monitoring: Requests Logging",
"version": "17.0.1.0.0", "version": "18.0.1.0.0",
"author": "Camptocamp,Numigi,Odoo Community Association (OCA)", "author": "Camptocamp,Numigi,Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"category": "category", "category": "category",
+1 -1
View File
@@ -4,7 +4,7 @@
{ {
"name": "Monitoring: Statsd Metrics", "name": "Monitoring: Statsd Metrics",
"version": "17.0.1.0.0", "version": "18.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)", "author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"category": "category", "category": "category",
+1 -1
View File
@@ -3,7 +3,7 @@
{ {
"name": "test base fileurl fields", "name": "test base fileurl fields",
"summary": """A module to verify fileurl field.""", "summary": """A module to verify fileurl field.""",
"version": "17.0.1.0.0", "version": "18.0.1.0.0",
"category": "Tests", "category": "Tests",
"author": "Camptocamp,Odoo Community Association (OCA)", "author": "Camptocamp,Odoo Community Association (OCA)",
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",