Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed Dec 11, 2023
1 parent cc65af0 commit ba30396
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions workflow-files/generate-repo-readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,24 @@
BRANCHES = ["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": {},
#"misc-addons": {"extra_branches": ["7.0"]},
# "mail-addons": {},
# "misc-addons": {"extra_branches": ["7.0"]},
"sync-addons": {},
"access-addons": {},
#"website-addons": {},
# "website-addons": {},
}
ODOO_VERSIONS = ["16.0", "15.0", "14.0", "13.0", "12.0", "11.0", "10.0", "9.0", "8.0", "7.0"]
ODOO_VERSIONS = [
"16.0",
"15.0",
"14.0",
"13.0",
"12.0",
"11.0",
"10.0",
"9.0",
"8.0",
"7.0",
]


def main(token, repository, branch):
Expand Down

0 comments on commit ba30396

Please sign in to comment.