-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed pre commit and other configs acc to 17.0
Signed-off-by: Lalith Kota <[email protected]>
- Loading branch information
1 parent
5eb551b
commit 4ae41aa
Showing
204 changed files
with
908 additions
and
1,882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
# Do NOT update manually; changes here will be overwritten by Copier | ||
_commit: be4e9e3 | ||
_src_path: https://github.com/openspp/openspp-odoo-addons-repo-template.git | ||
_commit: v1.20 | ||
_src_path: https://github.com/OCA/oca-addons-repo-template.git | ||
additional_ruff_rules: [] | ||
ci: GitHub | ||
dependency_installation_mode: OCA | ||
convert_readme_fragments_to_markdown: false | ||
generate_requirements_txt: true | ||
github_check_license: false | ||
github_ci_extra_env: {} | ||
github_enable_codecov: true | ||
github_enable_makepot: true | ||
github_enable_stale_action: true | ||
github_enforce_dev_status_compatibility: false | ||
include_wkhtmltopdf: false | ||
odoo_test_flavor: Both | ||
odoo_version: 17.0 | ||
org_name: OpenG2P | ||
org_slug: openg2p | ||
org_slug: OpenG2P | ||
rebel_module_groups: [] | ||
repo_description: OpenG2P Program | ||
repo_name: OpenG2P Program | ||
repo_slug: openg2p-program | ||
repo_website: https://github.com/openg2p/openg2p-program | ||
travis_apt_packages: [] | ||
travis_apt_sources: [] | ||
use_pyproject_toml: true | ||
use_ruff: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,10 @@ env: | |
OCA_GIT_USER_EMAIL: [email protected] | ||
jobs: | ||
unreleased-deps: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-22.04 | ||
name: Detect unreleased dependencies | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- run: | | ||
for reqfile in requirements.txt test-requirements.txt ; do | ||
if [ -f ${reqfile} ] ; then | ||
|
@@ -31,7 +31,7 @@ jobs: | |
fi | ||
done | ||
matrix_prep: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-22.04 | ||
outputs: | ||
matrix: ${{ steps.set-matrix.outputs.matrix }} | ||
steps: | ||
|
@@ -60,7 +60,7 @@ jobs: | |
echo "matrix<<EOF"$'\n'"$matrix"$'\n'EOF >> $GITHUB_OUTPUT | ||
test: | ||
needs: matrix_prep | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-22.04 | ||
container: ${{ matrix.container }} | ||
name: ${{ matrix.name }} | ||
permissions: | ||
|
@@ -70,15 +70,15 @@ jobs: | |
matrix: ${{fromJson(needs.matrix_prep.outputs.matrix)}} | ||
services: | ||
postgres: | ||
image: postgres:9.6 | ||
image: postgres:12.0 | ||
env: | ||
POSTGRES_USER: odoo | ||
POSTGRES_PASSWORD: odoo | ||
POSTGRES_DB: odoo | ||
ports: | ||
- 5432:5432 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
with: | ||
persist-credentials: false | ||
- name: Install addons and dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ __pycache__/ | |
*.py[cod] | ||
/.venv | ||
/.pytest_cache | ||
/.ruff_cache | ||
|
||
# C extensions | ||
*.so | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.