Skip to content

Commit

Permalink
add v17
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed Dec 11, 2023
1 parent ba30396 commit f918f27
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ branches:
- "14.0"
- "15.0"
- "16.0"
- "17.0"

repos:
#itpp-labs/misc-addons:
Expand Down
1 change: 1 addition & 0 deletions workflow-files/branch2odoo_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

ODOO_VERSIONS = [
"master",
"17.0",
"16.0",
"15.0",
"14.0",
Expand Down
14 changes: 13 additions & 1 deletion workflow-files/generate-repo-readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,18 @@
from github import Github
from plumbum.cmd import cat

BRANCHES = ["16.0", "15.0", "14.0", "13.0", "12.0", "11.0", "10.0", "9.0", "8.0"]
BRANCHES = [
"17.0",
"16.0",
"15.0",
"14.0",
"13.0",
"12.0",
"11.0",
"10.0",
"9.0",
"8.0",
]
REPOS = {
"pos-addons": {"extra_branches": ["7.0"]},
# "mail-addons": {},
Expand All @@ -31,6 +42,7 @@
# "website-addons": {},
}
ODOO_VERSIONS = [
"17.0",
"16.0",
"15.0",
"14.0",
Expand Down

0 comments on commit f918f27

Please sign in to comment.