Skip to content

Commit

Permalink
Merge 3fbaf21 into 5d9878a
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Oct 4, 2021
2 parents 5d9878a + 3fbaf21 commit 6db60bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint_odoo/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

DFTL_VALID_ODOO_VERSIONS = [
'4.2', '5.0', '6.0', '6.1', '7.0', '8.0', '9.0', '10.0', '11.0', '12.0',
'13.0', '14.0',
'13.0', '14.0', '15.0',
]
DFTL_MANIFEST_VERSION_FORMAT = r"({valid_odoo_versions})\.\d+\.\d+\.\d+$"

Expand Down

0 comments on commit 6db60bf

Please sign in to comment.