Pylint plugin for Odoo. Provides a set of checkers for Odoo development, enforcing best practices and detecting common issues in Odoo modules. Current version: 10.0.2. Release cadence: irregular, major versions roughly annually.
pip install pylint-odooVerified import paths — ran on the pinned version, not inferred.
Run pylint with pylint-odoo plugin on a module.
Use 'attribute-string-redundant' or check the current list of checkers.
Remove usage of this checker; it will be ignored in future versions.
Install pylint<3.0.0: pip install 'pylint<3.0.0'
No dependency data recorded yet.