Skip to content

Commit

Permalink
Merge a02ddfd into b673163
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Sep 23, 2022
2 parents b673163 + a02ddfd commit df0e697
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', '15.0',
'13.0', '14.0', '15.0', '16.0',
]
DFTL_MANIFEST_VERSION_FORMAT = r"({valid_odoo_versions})\.\d+\.\d+\.\d+$"

Expand Down

0 comments on commit df0e697

Please sign in to comment.