Skip to content

Commit

Permalink
Merge 39f9abb into a65fdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Jun 13, 2022
2 parents a65fdf5 + 39f9abb commit 7dbcf99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pylint_odoo/checkers/no_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,13 @@ class NoModuleChecker(misc.PylintOdooChecker):

name = settings.CFG_SECTION
msgs = ODOO_MSGS

odoo_check_versions = {
'translation-positional-used': {
'min_odoo_version': '14.0',
},
}

options = (
('manifest_required_authors', {
'type': 'csv',
Expand Down

0 comments on commit 7dbcf99

Please sign in to comment.