@@ -5,12 +5,12 @@ load-plugins=pylint_odoo
55score =n
66
77[ODOOLINT]
8- readme_template_url =" https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst"
9- manifest_required_authors =Sygel, Odoo Community Association (OCA)
10- manifest_required_keys =license
11- manifest_deprecated_keys =description,active
12- license_allowed =AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
13- valid_odoo_versions =15 .0
8+ readme-template-url =" https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst"
9+ manifest-required-authors =Sygel, Odoo Community Association (OCA)
10+ manifest-required-keys =license
11+ manifest-deprecated-keys =description,active
12+ license-allowed =AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
13+ valid-odoo-versions =17 .0
1414
1515[MESSAGES CONTROL]
1616disable =all
@@ -98,6 +98,7 @@ enable=anomalous-backslash-in-string,
9898 xml-attribute-translatable,
9999 xml-deprecated-qweb-directive,
100100 xml-deprecated-tree-attribute,
101+ external-request-timeout,
101102 # messages that do not cause the lint step to fail
102103 consider-merging-classes-inherited,
103104 create-user-wo-reset-password,
0 commit comments