-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from Tecnativa/odoo15
[IMP] support Odoo 15.0
- Loading branch information
Showing
12 changed files
with
512 additions
and
492 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 |
---|---|---|
|
@@ -21,6 +21,7 @@ jobs: | |
odoo-version: | ||
- 13.0 | ||
- 14.0 | ||
- 15.0 | ||
steps: | ||
# Prepare environment | ||
- uses: actions/[email protected] | ||
|
@@ -44,7 +45,6 @@ jobs: | |
cache ${{ secrets.CACHE_DATE }} ${{ env.PY }} ${{ runner.os }} ${{ | ||
hashFiles('pyproject.toml') }} ${{ hashFiles('poetry.lock') }} | ||
- run: poetry install | ||
|
||
# Let tests issue git commits | ||
- run: git config --global user.name CI | ||
- run: git config --global user.email CI@GITHUB | ||
|
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.