Skip to content

Commit caa384e

Browse files
Merge pull request #226 from akretion/18.0-fix-copier-config
Copier: fix config
2 parents 2f5fa72 + 10668ab commit caa384e

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
22
_commit: v1.39
3-
_src_path: git+https://github.com/OCA/oca-addons-repo-template
3+
_src_path: https://github.com/OCA/oca-addons-repo-template.git
44
additional_ruff_rules: []
55
ci: GitHub
66
convert_readme_fragments_to_markdown: true

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: pre-commit
33
on:
44
pull_request:
55
branches:
6-
- "16.0*"
6+
- "18.0*"
77
push:
88
branches:
9-
- "16.0"
10-
- "16.0-ocabot-*"
9+
- "18.0"
10+
- "18.0-ocabot-*"
1111

1212
jobs:
1313
pre-commit:

.github/workflows/test.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: tests
33
on:
44
pull_request:
55
branches:
6-
- "16.0*"
6+
- "18.0*"
77
push:
88
branches:
9-
- "16.0"
10-
- "16.0-ocabot-*"
9+
- "18.0"
10+
- "18.0-ocabot-*"
1111

1212
jobs:
1313
unreleased-deps:
@@ -35,9 +35,9 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
include:
38-
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
38+
- container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
3939
name: test with Odoo
40-
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
40+
- container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
4141
name: test with OCB
4242
makepot: "true"
4343
services:
@@ -49,6 +49,8 @@ jobs:
4949
POSTGRES_DB: odoo
5050
ports:
5151
- 5432:5432
52+
env:
53+
OCA_ENABLE_CHECKLOG_ODOO: "1"
5254
steps:
5355
- uses: actions/checkout@v4
5456
with:

0 commit comments

Comments
 (0)