Skip to content

Releases: OCA/pylint-odoo

Many fixes and improvements

07 Feb 21:54
Compare
Choose a tag to compare

bc1e6f4 [ADD] except-pass: Emit message If a except:pass is used (#107)
4fa6c37 [ADD] attribute-string-redundant: Check if "string" parameter is equal to variable name (#100)
51bd605 [ADD] renamed-field-parameter: Detect deprecated field values (digits_compute, select) (#99)
58dc5ae [ADD] xml-attribute-translatable: Check XML attribute without translation parameter (#105)
5f9c304 [ADD] eval-referenced: Detects if a "eval" is referenced (without call it) (#101)

cc4aad5 [REF] README: Auto-update Using the following script: 'PYTHONPATH=~/odoo/pylint-odoo python -c "import pylint_odoo;print pylint_odoo.messages2rst()"'
40c89fc [REF] .travis.yml: Renamed flake8 error from F999 to F601 (#115)
527c992 [REF] javascript-lint: Use eslint instead of jshint (#97)
7c28b0b [REF] incoherent-interpreter-exec-perm: Better message (#106)
fd52d66 [REF] misc: Remove deprecated method

82feead [IMP] pylint-odoo: Adding support for parameters --ignore and --ignore-patterns (#103)

33c75b4 [FIX] Check file-not-used: Skip tests folders (#114)
e2e6f5a [FIX] incoherent-interpreter-exec-perm: Skip check for windows (#113)
93cf3b2 [FIX] attribute-string-redundant: Add "isinstance" validation for nodes
ab3e078 [FIX] duplicate-xml-fields: False red using 2 tree sub-views *2M fields (#96)
e4e85e7 [FIX] method-NAME: Fix if value is not a string
89c790a [FIX] test: Never use global into test

New features and fixes

02 Dec 14:30
Compare
Choose a tag to compare

[REF] attribute-deprecated: Deprecate length class attribute (#86)
[ADD] missing-return
[FIX] manifest-version-format: Support -e manifest-version-format only
[FIX] Whitelist anybox.testing.openerp
[FIX] manifest-version-format: Fix regex to use explicit dot instead …
[FIX] manifest-version-format: Support -e manifest-version-format only
[FIX] missing-import-error: Updating libraries used from requirements.txt but not imported or nested imported from odoo
[IMP] manifest-version-format: Add valid_odoo_versions parameter to force a valid version of odoo in the manifest version
[REF] missing-import-error: Skip test file
[ADD] Support for 10.0 manifest name
[REF] requirements: Update developer version of pylint and astroid

1.3.1

20 Aug 02:21
Compare
Choose a tag to compare

Add new checks and small fixes

1.3.0

01 Jun 15:23
Compare
Choose a tag to compare

[ADD] New checks method-param, sql-injection, invalid-commit and small fixes
See more info from - milestone-1.3.0

1.2.0

16 May 21:28
Compare
Choose a tag to compare

Enable new checks (see README), support multi version of pylint and use of tox to multi-environment.

1.1.0

03 Nov 08:13
Compare
Choose a tag to compare
Merge pull request #6 from vauxoo-dev/master-oca-update-cfg

[REF] setup.cfg: Enable ChangeLog