Skip to content

Commit

Permalink
[fix] correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-ife committed Jul 25, 2024
1 parent ae75759 commit d1c2c34
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ github_enable_makepot: false
github_enforce_dev_status_compatibility: true
include_wkhtmltopdf: true
odoo_test_flavor: Odoo
odoo_version: 17.0
odoo_version: 16.0
org_name: IFE Gesellschaft für Forschung und Entwicklung
org_slug: ifegmbh
rebel_module_groups: []
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:

# See https://github.com/OCA/odoo-community.org/issues/37#issuecomment-470686449
parserOptions:
ecmaVersion: 2022
ecmaVersion: 2019

overrides:
- files:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: pre-commit
on:
pull_request:
branches:
- "17.0*"
- "16.0*"
push:
branches:
- "*-17.0-*"
- "*-16.0-*"

jobs:
pre-commit:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: tests
on:
pull_request:
branches:
- "17.0*"
- "16.0*"
push:
branches:
- "*-17.0-*"
- "*-16.0-*"

jobs:
unreleased-deps:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
name: test with Odoo
makepot: "false"
services:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repos:
- id: oca-gen-addon-readme
args:
- --addon-dir=ass
- --branch=17.0
- --branch=16.0
- --org-name=ifegmbh
- --repo-name=ass
- --if-source-changed
Expand Down Expand Up @@ -114,7 +114,7 @@ repos:
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/OCA/pylint-odoo
rev: v9.0.4
rev: v8.0.19
hooks:
- id: pylint_odoo
name: pylint with optional checks
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ manifest-required-authors=IFE Gesellschaft für Forschung und Entwicklung
manifest-required-keys=license
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,OPL-1
valid-odoo-versions=17.0
valid-odoo-versions=16.0

[MESSAGES CONTROL]
disable=all
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc-mandatory
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ manifest-required-authors=IFE Gesellschaft für Forschung und Entwicklung
manifest-required-keys=license
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,OPL-1
valid-odoo-versions=17.0
valid-odoo-versions=16.0

[MESSAGES CONTROL]
disable=all
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

<!-- /!\ Non OCA Context : Set here the badge of your runbot / runboat instance. -->
[![Pre-commit Status](https://github.com/ifegmbh/ass/actions/workflows/pre-commit.yml/badge.svg?branch=17.0)](https://github.com/ifegmbh/ass/actions/workflows/pre-commit.yml?query=branch%3A17.0)
[![Build Status](https://github.com/ifegmbh/ass/actions/workflows/test.yml/badge.svg?branch=17.0)](https://github.com/ifegmbh/ass/actions/workflows/test.yml?query=branch%3A17.0)
[![codecov](https://codecov.io/gh/ifegmbh/ass/branch/17.0/graph/badge.svg)](https://codecov.io/gh/ifegmbh/ass)
[![Pre-commit Status](https://github.com/ifegmbh/ass/actions/workflows/pre-commit.yml/badge.svg?branch=16.0)](https://github.com/ifegmbh/ass/actions/workflows/pre-commit.yml?query=branch%3A16.0)
[![Build Status](https://github.com/ifegmbh/ass/actions/workflows/test.yml/badge.svg?branch=16.0)](https://github.com/ifegmbh/ass/actions/workflows/test.yml?query=branch%3A16.0)
[![codecov](https://codecov.io/gh/ifegmbh/ass/branch/16.0/graph/badge.svg)](https://codecov.io/gh/ifegmbh/ass)
<!-- /!\ Non OCA Context : Set here the badge of your translation instance. -->

<!-- /!\ do not modify above this line -->
Expand Down

0 comments on commit d1c2c34

Please sign in to comment.