[DOC] roadmap + ADR-030 + ADR-031: close the observability gaps
Reconciles the roadmap with the code now that both observability gaps
are closed, and records the two decisions the work produced.
ADR-030 covers the quality-cost report: the grain is the trace, whose
UNIQUE(trace_id) makes it a database guarantee rather than a
convention, and both n-sides collapse before the join because a naive
one inflated the cost total up to twentyfold. It records why agent_id
comes from the spine and not the usage log, why the base module
declares empty seams the bridge fills, and why only a SQL string
assertion can guard that boundary on a CI database that always carries
the auto_install bridge. It also carries two corrections: the design's
claim that an archived agent's label degrades for a plain user is false
on 17.0, since a many2one label resolves as superuser; and its claim
that the standalone guard runs correctly under a seam patch is false,
because patching a seam changes the rendered SQL while the field stays
in the registry.
ADR-031 defers translate=True on the seeded-record fields and says why
the deferral is deliberate: the columns holding what a user reads are
varchar and text rather than jsonb, so a catalogue cannot reach them at
all, and adding the flag converts a column on live customer data. It
states the exclusion as a rule rather than a list - any field whose
value is read by a machine must not be translatable, however much the
text reads as prose - and records the first field that rule closes.
The Phase-5 onboarding wizard item stays open; it was never in scope.
| Subbuilds | Name | State | Detail |
|---|---|---|---|
| Build 400081 | Check the quality with Pylint: from test_lint to test_pylint 44m | Failed | Log |
| Build 400082 | At install tests: from account to website_twitter | Killed | Log |
| Build 400083 | Post install tests: step install all modules | Killed | Log |
| Build 400084 | Post install tests: from account to l10n_vn_viin_hr_payroll_meal_account |
|
|
| Build 400085 | Post install tests: from l10n_vn_viin_hr_payroll_overtime to resource |
|
|
| Build 400086 | Post install tests: from sale to to_erponline_utility |
|
|
| Build 400087 | Post install tests: from to_event_project to to_stock_block_quantity |
|
|
| Build 400088 | Post install tests: from to_stock_equipment to viin_brain |
|
|
| Build 400089 | Post install tests: from viin_brain_account to viin_features_activate_website |
|
|
| Build 400090 | Post install tests: from viin_fleet to viin_mail_tracking |
|
|
| Build 400091 | Post install tests: from viin_maintenance to viin_stock_approval |
|
|
| Build 400092 | Post install tests: from viin_stock_backdate to website_twitter |
|
|
| Build 400093 | Test install all modules without demo data: from account to website_twitter 44m | Succeed | Log |
| Create Date | Level | Message |
|---|---|---|
| 07/31/2026 13:45:13 | INFO |
Updated repository Viindoo-odoo
|
| 07/31/2026 13:45:13 | INFO |
Updated repository Viindoo-tvtmaaddons
|
| 07/31/2026 13:45:13 | INFO |
Updated repository Viindoo-erponline-enterprise
|
| 07/31/2026 13:45:13 | INFO |
Updated repository Viindoo-branding
|
| 07/31/2026 13:45:13 | INFO |
Cloned repository Viindoo-ai
|
| 07/31/2026 14:30:30 | ERROR |
Subbuild # 400081:
odoo.addons.test_pylint.tests.test_flake8: FAIL: TestFlake8.test_flake8
Traceback (most recent call last):
File "/data/build/Viindoo-tvtmaaddons-17.0/test_pylint/tests/test_flake8.py", line 117, in test_flake8
self.fail("flake8 test failed:\n" + (b"\n" + out + b"\n" + err).decode('utf-8').strip())
AssertionError: flake8 test failed:
./Viindoo-tvtmaaddons-17.0/to_bank_currency_rate_purchase_stock/tests/test_bank_rate_standard_price_receipt.py:565:5: E303 too many blank lines (2)
./Viindoo-tvtmaaddons-17.0/to_bank_currency_rate_purchase_stock/tests/test_bank_rate_standard_price_receipt.py:568:5: E301 expected 1 blank line, found 0
./Viindoo-tvtmaaddons-17.0/to_wallet_currency_conversion_diff/tests/test_account_payment.py:9:1: E303 too many blank lines (3)
./Viindoo-tvtmaaddons-17.0/to_wallet_currency_conversion_diff/tests/test_account_payment.py:83:1: W293 blank line contains whitespace
./Viindoo-tvtmaaddons-17.0/to_wallet_currency_conversion_diff/tests/test_account_payment.py:84:13: E303 too many blank lines (2)
./Viindoo-tvtmaaddons-17.0/viin_queue/__manifest__.py:11:5: W191 indentation contains tabs
./Viindoo-tvtmaaddons-17.0/viin_queue/__manifest__.py:11:5: E101 indentation contains mixed spaces and tabs
./Viindoo-tvtmaaddons-17.0/viin_queue/helpers.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/setup.py:13:13: F821 undefined name 'version'
./Viindoo-odoo-17.0/setup.py:14:17: F821 undefined name 'description'
./Viindoo-odoo-17.0/setup.py:15:22: F821 undefined name 'long_desc'
./Viindoo-odoo-17.0/setup.py:16:9: F821 undefined name 'url'
./Viindoo-odoo-17.0/setup.py:17:12: F821 undefined name 'author'
./Viindoo-odoo-17.0/setup.py:18:18: F821 undefined name 'author_email'
./Viindoo-odoo-17.0/setup.py:19:29: F821 undefined name 'classifiers'
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:17:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:19:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:20:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:28:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:31:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:32:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:33:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:34:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:35:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:37:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:39:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:44:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:46:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/package.py:12:1: F401 'textwrap' imported but unused
./Viindoo-odoo-17.0/setup/package.py:21:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/package.py:23:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/package.py:422:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:36:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:41:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:405:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/sql_db.py:779:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:814:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:816:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:829:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:835:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/fields.py:8:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/odoo/fields.py:8:1: F401 'lxml.html' imported but unused
./Viindoo-odoo-17.0/odoo/fields.py:44:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/odoo/fields.py:52:10: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/fields.py:1209:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/fields.py:1209:28: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/fields.py:1896:21: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/fields.py:2334:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/fields.py:2615:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/fields.py:4234:17: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/fields.py:5062:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/fields.py:5243:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/fields.py:5244:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/models.py:26:1: F401 'copy' imported but unused
./Viindoo-odoo-17.0/odoo/models.py:40:1: F401 'collections.OrderedDict' imported but unused
./Viindoo-odoo-17.0/odoo/models.py:43:1: F401 'inspect.currentframe' imported but unused
./Viindoo-odoo-17.0/odoo/models.py:95:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:108:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:130:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:135:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:143:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/models.py:145:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:380:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/models.py:842:19: F402 import '_' from line 66 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/models.py:961:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/models.py:1349:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/models.py:1361:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/models.py:2253:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/models.py:2260:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/models.py:3728:40: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/models.py:4019:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/models.py:4478:17: F402 import 'fields' from line 7318 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/models.py:4662:17: F402 import 'fields' from line 7318 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/models.py:4697:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/models.py:5589:5: F811 redefinition of unused 'copy' from line 26
./Viindoo-odoo-17.0/odoo/models.py:6165:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/models.py:7064:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/models.py:7088:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/models.py:7112:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:7152:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:7168:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:7248:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:7260:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:7302:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:7308:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/models.py:7318:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/models.py:7319:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/models.py:7320:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/loglevels.py:4:1: F401 'sys' imported but unused
./Viindoo-odoo-17.0/odoo/loglevels.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/loglevels.py:29:27: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/loglevels.py:43:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/loglevels.py:44:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/api.py:89:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/api.py:400:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/api.py:421:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/api.py:442:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/api.py:1112:39: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/api.py:1391:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/api.py:1392:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/api.py:1393:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:7:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:10:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:23:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:25:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:61:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:63:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:65:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:66:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/__init__.py:67:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:79:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:82:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:83:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:84:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:90:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:92:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:108:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:110:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:111:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/__init__.py:111:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:112:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:113:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:114:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:115:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:116:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:117:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:118:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:119:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:120:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:121:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:123:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:125:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:126:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:127:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:128:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:129:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:130:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:132:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:134:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:135:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:136:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/release.py:37:54: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/netsvc.py:26:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:27:11: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/netsvc.py:28:17: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/netsvc.py:31:15: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/netsvc.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:84:21: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/netsvc.py:89:32: F541 f-string is missing placeholders
./Viindoo-odoo-17.0/odoo/netsvc.py:95:24: F541 f-string is missing placeholders
./Viindoo-odoo-17.0/odoo/netsvc.py:100:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:101:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/netsvc.py:102:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/netsvc.py:115:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:131:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:145:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:167:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:168:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/netsvc.py:175:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/netsvc.py:198:9: F402 import 'module' from line 22 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/netsvc.py:199:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/netsvc.py:200:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/netsvc.py:201:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/netsvc.py:202:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/netsvc.py:204:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/netsvc.py:353:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/netsvc.py:355:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/netsvc.py:371:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/netsvc.py:373:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:375:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/http.py:227:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/http.py:237:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/http.py:324:70: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/http.py:344:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/http.py:809:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/http.py:856:46: E222 multiple spaces after operator
./Viindoo-odoo-17.0/odoo/http.py:938:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/http.py:1123:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/odoo/http.py:1127:1: E302 expected 2 blank lines, found 3
./Viindoo-odoo-17.0/odoo/http.py:1235:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/http.py:1238:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/http.py:1580:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/http.py:2025:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/http.py:2207:9: F841 local variable 'exc' is assigned to but never used
./Viindoo-odoo-17.0/odoo/http.py:2210:9: F841 local variable 'exc' is assigned to but never used
./Viindoo-odoo-17.0/odoo/http.py:2394:13: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/cli/obfuscate.py:201:72: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:56:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:56:1: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:61:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:72:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:78:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:88:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:91:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:144:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:148:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/db.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/db.py:117:48: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/cli/db.py:118:63: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/cli/server.py:14:11: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/cli/server.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:42:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:76:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:84:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:96:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:120:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:131:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:182:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/start.py:38:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/cli/start.py:65:9: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/odoo/cli/start.py:74:26: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/cli/start.py:82:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/genproxytoken.py:3:1: F401 'os' imported but unused
./Viindoo-odoo-17.0/odoo/cli/deploy.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/populate.py:94:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/cli/populate.py:110:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/cli/cloc.py:3:1: F401 'os' imported but unused
./Viindoo-odoo-17.0/odoo/cli/cloc.py:5:1: F401 'textwrap' imported but unused
./Viindoo-odoo-17.0/odoo/cli/cloc.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/db.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/db.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/db.py:117:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/db.py:149:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/db.py:154:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/db.py:178:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/registry.py:40:19: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/registry.py:41:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/registry.py:44:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/registry.py:56:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/registry.py:839:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/registry.py:939:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/modules/registry.py:941:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/modules/registry.py:943:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/modules/neutralize.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/neutralize.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/neutralize.py:27:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:19:1: F401 'odoo.tools.pycompat' imported but unused
./Viindoo-odoo-17.0/odoo/modules/module.py:57:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/modules/module.py:72:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/modules/module.py:77:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/modules/module.py:80:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/modules/module.py:160:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/module.py:187:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:220:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:240:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:243:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:275:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:283:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:289:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:305:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:332:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:386:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:400:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:404:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:410:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:437:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:465:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:476:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/migration.py:137:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/modules/loading.py:80:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/loading.py:260:47: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/modules/loading.py:336:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/loading.py:350:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/loading.py:376:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/loading.py:400:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/loading.py:608:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/modules/graph.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/graph.py:47:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/modules/graph.py:49:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/modules/graph.py:52:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/modules/graph.py:55:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/modules/graph.py:73:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/graph.py:86:20: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/modules/graph.py:109:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/modules/graph.py:113:99: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/modules/graph.py:122:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:9:1: F401 'threading' imported but unused
./Viindoo-odoo-17.0/odoo/service/db.py:10:1: F401 'traceback' imported but unused
./Viindoo-odoo-17.0/odoo/service/db.py:17:1: F401 'functools.wraps' imported but unused
./Viindoo-odoo-17.0/odoo/service/db.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:47:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/db.py:49:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/db.py:51:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:57:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:97:5: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/odoo/service/db.py:171:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:179:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:207:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:223:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:249:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:256:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:272:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:296:18: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/service/db.py:308:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:323:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:377:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:400:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:406:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:414:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/db.py:416:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/db.py:418:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:420:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/service/db.py:428:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:451:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:484:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:487:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:496:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:502:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/db.py:504:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/db.py:506:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:3:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:22:1: F401 'itertools.chain' imported but unused
./Viindoo-odoo-17.0/odoo/service/server.py:26:1: F401 'werkzeug.debug.DebuggedApplication' imported but unused
./Viindoo-odoo-17.0/odoo/service/server.py:58:5: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/service/server.py:71:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:89:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:97:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:99:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:100:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:108:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:202:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:251:36: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/odoo/service/server.py:251:38: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/odoo/service/server.py:252:34: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/odoo/service/server.py:252:36: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/odoo/service/server.py:288:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:290:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:291:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:374:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:376:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:437:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:522:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/service/server.py:716:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:812:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/service/server.py:828:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1060:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:1075:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1202:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/service/server.py:1206:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1249:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1338:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:1340:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:1342:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1344:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1358:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1378:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1399:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1463:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1479:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/service/server.py:1532:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/security.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/security.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/security.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/__init__.py:11:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/model.py:46:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/model.py:74:9: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/service/model.py:75:9: F841 local variable '_0' is assigned to but never used
./Viindoo-odoo-17.0/odoo/service/common.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/common.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/common.py:31:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/common.py:34:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/common.py:47:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/common.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/osv/expression.py:766:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/osv/expression.py:1070:25: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:100:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:110:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:154:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:208:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:232:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:660:76: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/tools/image.py:7:1: F401 'PIL.ImageOps' imported but unused
./Viindoo-odoo-17.0/odoo/tools/image.py:9:1: F401 'PIL.IcoImagePlugin' imported but unused
./Viindoo-odoo-17.0/odoo/tools/image.py:39:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/image.py:45:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/image.py:47:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/image.py:410:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:21:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:55:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:65:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/view_validation.py:181:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/cache.py:30:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/cache.py:182:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/osutil.py:23:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/osutil.py:54:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/osutil.py:69:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/osutil.py:95:5: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:22:1: F401 'opcode.HAVE_ARGUMENT' imported but unused
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:49:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:79:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:200:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:223:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:253:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:299:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:320:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:358:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:423:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:459:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:482:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:482:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:26:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:27:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:28:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:29:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:31:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:58:51: E227 missing whitespace around bitwise or shift operator
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:80:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:99:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:108:48: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:4:1: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:5:1: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:32: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:36: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:40: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:49: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:53: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:62: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:67: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:71: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:77: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:81: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:88: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:91: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:95: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:15:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:16:28: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:25:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:58:20: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:59:42: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:61:38: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:66:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:67:9: E117 over-indented
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:77:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:79:61: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:80:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/tools/lru.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/lru.py:54:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:32:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:34:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:54:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:350:26: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:514:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:1001:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:1016:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/which.py:22:78: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/which.py:45:1: F401 'os.R_OK' imported but unused
./Viindoo-odoo-17.0/odoo/tools/which.py:45:1: F401 'os.W_OK' imported but unused
./Viindoo-odoo-17.0/odoo/tools/which.py:46:1: F401 'os.path.dirname' imported but unused
./Viindoo-odoo-17.0/odoo/tools/which.py:54:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/which.py:65:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/which.py:123:8: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/tools/which.py:124:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/which.py:133:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/which.py:147:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/json.py:14:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/json.py:24:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/json.py:27:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/json.py:55:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/tools/mail.py:10:1: F401 'threading' imported but unused
./Viindoo-odoo-17.0/odoo/tools/mail.py:23:1: F401 'odoo' imported but unused
./Viindoo-odoo-17.0/odoo/tools/mail.py:40:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/mail.py:42:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/mail.py:338:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:408:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/tools/mail.py:409:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/tools/mail.py:410:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/tools/mail.py:515:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/mail.py:519:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:574:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/mail.py:576:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/mail.py:579:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:588:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:601:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:647:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:653:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:660:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:668:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:705:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:719:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:749:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:781:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:792:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:799:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:811:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:816:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:819:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:862:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:889:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:916:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/template_inheritance.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:29:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:54:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:78:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:88:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:114:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:123:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:146:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:210:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/__init__.py:19:1: F403 'from .barcode import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:21:1: F403 'from .date_utils import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:22:1: F403 'from .float_utils import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:23:1: F403 'from .func import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:24:1: F403 'from .image import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:25:1: F403 'from .mail import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:26:1: F403 'from .misc import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:28:1: F403 'from .sql import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:29:1: F403 'from .template_inheritance import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:30:1: F403 'from .translate import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:31:1: F403 'from .xml_utils import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:32:1: F403 'from .convert import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/config.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/config.py:39:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/config.py:40:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/config.py:48:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/tools/config.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/config.py:65:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/config.py:424:96: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/tools/config.py:425:55: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:439:97: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/tools/config.py:522:74: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:658:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tools/config.py:690:22: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/config.py:692:25: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:692:42: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:694:25: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:694:43: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:697:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/config.py:703:29: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:703:46: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:705:29: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:705:47: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:738:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/config.py:738:30: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/config.py:762:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:20:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:20:51: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:20:59: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:20:65: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:27:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:27:51: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:27:57: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:25:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:46:76: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:75:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:113:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:116:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:123:17: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:128:73: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:132:76: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:141:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:155:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:158:73: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:162:76: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:177:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:192:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:194:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:220:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:232:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:270:29: E702 multiple statements on one line (semicolon)
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:283:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:44:1: F401 'passlib.utils' imported but unused
./Viindoo-odoo-17.0/odoo/tools/misc.py:46:1: F401 'werkzeug.utils' imported but unused
./Viindoo-odoo-17.0/odoo/tools/misc.py:56:1: F403 'from .cache import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/misc.py:58:1: F401 '.parse_version.parse_version' imported but unused
./Viindoo-odoo-17.0/odoo/tools/misc.py:75:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:77:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:79:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:85:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:90:24: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/misc.py:94:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:101:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:103:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:105:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:114:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:137:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:146:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:152:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:154:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:156:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:198:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:260:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:262:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:290:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:290:23: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/tools/misc.py:310:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:318:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:424:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:424:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:424:66: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:426:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:432:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:455:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:10: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:13: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:15: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:21: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:23: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:27: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:463:11: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/misc.py:467:28: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/misc.py:467:55: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/misc.py:470:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:480:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:488:11: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/misc.py:495:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:497:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:517:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:532:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:539:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:550:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:553:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:558:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:559:49: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/tools/misc.py:585:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:599:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:600:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:602:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:604:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:610:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:614:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:614:19: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:616:19: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:619:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:643:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:659:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:660:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:663:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:686:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:688:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:690:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:692:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:708:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:724:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:725:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:738:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:742:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:749:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:761:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:771:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:871:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:892:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:894:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:904:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:911:34: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/tools/misc.py:922:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:929:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:1006:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1017:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1270:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/tools/misc.py:1271:14: F405 'defaultdict' may be undefined, or defined from star imports: .cache
./Viindoo-odoo-17.0/odoo/tools/misc.py:1276:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1291:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1302:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1320:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1324:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1365:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1367:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1392:5: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/tools/misc.py:1395:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/tools/misc.py:1398:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1495:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1511:5: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/tools/misc.py:1670:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1689:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1695:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:1703:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:1901:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:1932:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:105:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/translate.py:106:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/translate.py:137:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/translate.py:137:11: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/translate.py:138:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/translate.py:141:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:167:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:177:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:326:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:331:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/translate.py:370:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:377:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:399:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:409:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:427:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:443:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:461:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:469:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:574:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/odoo/tools/translate.py:649:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:655:35: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:656:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:659:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:660:48: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:662:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:665:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:669:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:678:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:706:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:796:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:815:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:815:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:815:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:815:62: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:815:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:815:76: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:818:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tools/translate.py:934:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:940:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:954:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:998:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tools/translate.py:1021:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/translate.py:1064:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:1289:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/translate.py:1781:31: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/tools/translate.py:1802:20: F541 f-string is missing placeholders
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:127:21: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:127:90: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:131:25: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:131:69: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:176:25: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:176:43: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:221:25: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:221:43: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:229:21: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:229:90: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:233:25: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:233:69: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:241:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:300:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:336:58: E702 multiple statements on one line (semicolon)
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:336:67: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:340:59: E702 multiple statements on one line (semicolon)
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:340:68: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:357:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:361:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:365:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:369:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:373:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:377:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:385:1: E303 too many blank lines (4)
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:385:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:387:1: E302 expected 2 blank lines, found 4
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:405:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:431:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:432:5: F811 redefinition of unused 'ctypes' from line 463
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:457:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:459:9: F401 'win32com.shell' imported but unused
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:463:13: F401 'ctypes' imported but unused
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:470:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:470:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/func.py:10:1: F401 'json.JSONEncoder' imported but unused
./Viindoo-odoo-17.0/odoo/tools/func.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:66:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:83:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:89:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/tools/func.py:91:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:95:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/tools/func.py:110:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:125:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tools/func.py:135:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:172:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/func.py:258:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/func.py:265:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/populate.py:4:1: F401 'odoo.tools.pycompat' imported but unused
./Viindoo-odoo-17.0/odoo/tools/populate.py:97:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/populate.py:140:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/populate.py:154:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/populate.py:162:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:17:1: F401 '.config' imported but unused
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:71:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:135:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:28: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:57: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:95: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:134: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:150:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:152:39: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:190:68: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:208:25: F841 local variable 'cancel_found' is assigned to but never used
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:237:57: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:247:21: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:260:28: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/profiler.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/profiler.py:472:39: F402 import 'time' from line 9 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/tools/pycompat.py:2:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/cloc.py:24:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/cloc.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/cloc.py:37:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/cloc.py:39:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/cloc.py:68:27: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/tools/cloc.py:101:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/cloc.py:103:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/cloc.py:299:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/cloc.py:301:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/convert.py:16:1: F401 'warnings' imported but unused
./Viindoo-odoo-17.0/odoo/tools/convert.py:33:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/odoo/tools/convert.py:33:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/tools/convert.py:38:1: F811 redefinition of unused 'pytz' from line 21
./Viindoo-odoo-17.0/odoo/tools/convert.py:38:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/convert.py:39:1: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/tools/convert.py:41:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:51:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/convert.py:56:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:71:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:89:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:90:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/convert.py:91:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/convert.py:95:35: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/convert.py:122:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tools/convert.py:131:20: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/tools/convert.py:137:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/convert.py:143:18: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/convert.py:178:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/convert.py:179:16: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/convert.py:182:17: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/convert.py:213:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:221:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:304:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tools/convert.py:322:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tools/convert.py:334:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tools/convert.py:399:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/convert.py:406:36: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/convert.py:671:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:684:17: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/convert.py:688:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:689:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/convert.py:691:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:726:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/date_utils.py:209:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/date_utils.py:251:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/tools/_vendor/send_file.py:34:14: F821 undefined name 'WSGIEnvironment'
./Viindoo-odoo-17.0/odoo/tools/pdf/_pypdf2_1.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/zeep/helpers.py:1:1: F401 'zeep.helpers.serialize_object' imported but unused
./Viindoo-odoo-17.0/odoo/tools/zeep/ns.py:1:1: F403 'from zeep.ns import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/zeep/ns.py:1:1: F401 'zeep.ns.*' imported but unused
./Viindoo-odoo-17.0/odoo/tools/zeep/exceptions.py:1:1: F403 'from zeep.exceptions import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/zeep/exceptions.py:1:1: F401 'zeep.exceptions.*' imported but unused
./Viindoo-odoo-17.0/odoo/tools/zeep/wsa.py:1:1: F403 'from zeep.wsa import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/zeep/wsa.py:1:1: F401 'zeep.wsa.*' imported but unused
./Viindoo-odoo-17.0/odoo/tools/zeep/wsdl/utils.py:1:1: F401 'zeep.wsdl.utils.etree_to_string' imported but unused
./Viindoo-odoo-17.0/odoo/tools/zeep/wsdl/utils.py:1:1: F401 'zeep.wsdl.utils.get_or_create_header' imported but unused
./Viindoo-odoo-17.0/odoo/tools/zeep/wsse/username/__init__.py:1:1: F403 'from zeep.wsse.username import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tests/case.py:34:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/tests/case.py:34:16: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/result.py:44:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tests/result.py:201:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tests/result.py:253:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/loader.py:110:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/tests/loader.py:111:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tests/test_security.py:5:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tests/__init__.py:9:1: F403 'from .common import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tests/form.py:11:1: F401 'time' imported but unused
./Viindoo-odoo-17.0/odoo/tests/form.py:13:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/odoo/tests/common.py:108:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:110:62: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:119:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:203:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:206:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:261:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:263:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:264:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:281:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tests/common.py:826:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tests/common.py:843:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:940:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:949:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:957:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:964:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:968:13: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:1208:46: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tests/common.py:1209:52: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tests/common.py:1211:47: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tests/common.py:1358:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:1456:71: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:1484:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:1515:13: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:1542:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tests/common.py:1805:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:1842:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:1877:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:2034:17: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:2117:63: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tests/common.py:2127:85: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/odoo/tests/common.py:2164:78: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:2172:81: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/tests/common.py:2225:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:9:54: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:11:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:12:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:13:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:14:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:15:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:29:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:115:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:120:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:125:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/suite.py:27:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/tag_selector.py:69:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/tag_selector.py:99:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/tests/_odoo_checker_markup.py:67:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:5:1: F401 'sys' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:22:9: F841 local variable 'l' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:22:9: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:28:43: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:43:17: F841 local variable 'x' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:6:1: F401 'odoo.tools.pycompat' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:37:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:60:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:78:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:68:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:83:60: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:86:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:99:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:101:67: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:144:17: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:31:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:66:1: W391 blank line at end of file
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:27:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:44:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:104:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:105:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:107:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:108:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:117:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:131:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:135:20: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:210:72: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:271:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:280:13: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:280:14: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:286:29: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:290:13: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:290:14: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:296:29: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:314:13: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:314:14: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:339:57: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:341:60: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:342:53: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:356:53: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_onchange_domains.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:3:1: F401 'itertools' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:42:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:45:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:159:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/__init__.py:12:1: F811 redefinition of unused 'test_pofile' from line 4
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/__init__.py:13:1: F811 redefinition of unused 'test_pylint' from line 3
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_eslint.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_eslint.py:33:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_dunderinit.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:36:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:49:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:69:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:80:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:97:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:97:19: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:103:11: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:106:11: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:157:17: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:374:126: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:374:171: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:376:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_unlink_override.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_unlink_override.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_unlink_override.py:41:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_gettext.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_gettext.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_jstranslate.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_l10n.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_read_group/tests/test_fill_temporal.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_read_group/tests/test_m2m_grouping.py:266:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_read_group/tests/test_group_operator.py:65:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_translation_import/models/models.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_translation_import/tests/test_term_count.py:164:9: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_uninstall/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_uninstall/models.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_convert/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_convert/models.py:25:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_env.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_env.py:87:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_convert.py:10:1: F401 'odoo' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_convert.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_converter/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:9:1: F401 'odoo.tools.html_escape as e' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:46:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:169:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_gbf.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:24:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:30:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:35:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:40:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:45:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:62:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:10:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:11:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:12:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:949:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1077:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1265:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1446:52: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1535:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1885:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_json_field.py:26:84: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_qweb_float.py:34:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_qweb_float.py:60:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:120:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:123:9: F841 local variable 'books_with_edition' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:475:38: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:475:62: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_web_save.py:27:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:57:9: F841 local variable 'ok' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:63:13: F841 local variable 'faulty' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:75:46: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:75:58: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:505:9: F841 local variable 'baz' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:613:9: F841 local variable 'dean' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:615:9: F841 local variable 'finn' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:616:9: F841 local variable 'gabe' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:1555:9: F841 local variable 'rule' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:2314:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:3177:9: F841 local variable 'all_children' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:1:1: F401 're' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:24:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:62:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:120:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:9:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:268:42: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:299:22: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_sequence.py:64:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_sequence.py:129:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:9:1: F401 'psycopg2.IntegrityError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:27:10: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:27:11: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:28:10: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:28:11: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:148:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:16:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:18:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:22:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:29:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:33:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:36:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:43:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:212:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:313:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:614:33: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:7:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:26:1: F401 'odoo.tools.str2bool' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:27:1: F401 'odoo.tools.safe_eval' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:587:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:589:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:981:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:983:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:985:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1064:17: F841 local variable 'is_base_model' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1187:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1189:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1284:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1286:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1326:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1328:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1387:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1389:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1511:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1614:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1630:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1632:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1635:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1811:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1816:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1832:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1839:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1939:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1941:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:2083:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:2085:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:2884:9: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/res_company.py:281:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_company.py:282:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_company.py:360:82: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/base/models/res_bank.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/decimal_precision.py:70:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_rule.py:12:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_rule.py:217:101: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:41:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:43:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:421:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:421:16: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:430:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:442:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:515:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:43:5: F811 redefinition of unused 'SSLCryptoError' from line 21
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:90:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:97:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:111:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:114:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:117:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:119:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:122:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:124:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:423:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:864:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:20:1: F401 'babel.core' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:38:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:97:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:100:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:103:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:106:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:109:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:112:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:115:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:118:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:133:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:138:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:157:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:177:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:179:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:181:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:380:71: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:381:75: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:597:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:703:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:872:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1154:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1267:80: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1353:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1449:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1508:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1717:80: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2008:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2048:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2050:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2052:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2092:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2114:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2114:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2115:15: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2122:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2172:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2175:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2262:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2292:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:9:1: F401 'threading' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:15:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:20:1: F401 'odoo.osv.expression.get_unaccent_wrapper' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:26:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:27:30: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:28:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:34:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:41:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:63:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:67:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:68:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:335:13: F402 import '_' from line 19 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:400:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:401:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:969:9: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:971:9: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:1020:19: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:7:1: F401 'io' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:8:1: F401 'itertools' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:17:1: F401 'PIL.Image' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:201:22: F402 import '_' from line 19 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:374:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:396:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:675:60: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:675:80: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_autovacuum.py:6:1: F401 'warnings' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_autovacuum.py:7:1: F401 'traceback' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_autovacuum.py:9:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:27:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:177:26: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:178:26: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:179:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:180:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:181:23: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:201:9: F841 local variable 'lang' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:263:29: F402 import '_' from line 11 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:295:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:378:11: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:396:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:405:17: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:408:9: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:414:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:416:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:426:65: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:38:5: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:568:97: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:601:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:1161:9: F841 local variable 'cr' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:1891:44: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:1891:62: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:2111:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:2237:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:2:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:4:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:5:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:9:1: F401 'mimetypes' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:11:1: F401 're' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:12:1: F401 'sys' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:13:1: F401 'traceback' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:28:1: F401 'odoo.exceptions.AccessError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:28:1: F401 'odoo.exceptions.MissingError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:120:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:122:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_menu.py:7:1: F401 'operator' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_menu.py:34:120: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:7:1: F401 'operator.attrgetter' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:9:1: F401 'io' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:14:1: F401 'zipfile' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:16:1: F401 'requests' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:17:1: F401 'werkzeug.urls' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:48:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:80:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:181:43: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:420:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:967:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_currency.py:7:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_currency.py:194:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_demo_failure.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_logging.py:2:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:7:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:11:1: F401 'itertools' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:19:1: F401 'psycopg2' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:43:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:315:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:654:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:659:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:708:17: F841 local variable 'process' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:824:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:872:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:1023:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:6:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:61:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:82:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:213:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:215:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:502:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:539:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:518:1: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:521:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:568:1: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:675:60: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:766:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:981:66: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1098:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1111:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1161:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1174:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1194:94: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1279:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1280:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1669:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1822:72: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2058:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2154:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2181:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2279:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2369:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2504:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2621:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2729:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_cron.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:10:1: F401 'odoo.http.request' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:287:113: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:288:108: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:307:21: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:336:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:413:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:1033:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:1146:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_property.py:231:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_property.py:247:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/migrations/17.0.1.4/post-migration.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/report/__init__.py:4:51: W292 no newline at end of file
./Viindoo-odoo-17.0/odoo/addons/base/populate/res_company.py:1:1: F401 'collections' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/populate/res_partner.py:26:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/populate/res_partner.py:88:19: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/odoo/addons/base/populate/res_partner.py:149:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/populate/res_currency.py:4:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:50:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:145:9: F841 local variable '_b' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:259:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_acl.py:8:1: F401 'odoo.tests.common.TransactionCase' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_display_name.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:4:1: F401 'collections' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:5:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:6:1: F401 'os.path' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:7:1: F401 're' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:11:1: F401 'lxml.builder.E' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:12:1: F401 'copy.deepcopy' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:19:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:674:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:703:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:706:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:713:76: E203 whitespace before ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:713:77: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:715:80: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:716:80: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:721:66: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:721:74: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:828:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1387:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1390:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1392:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1393:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1395:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1397:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1398:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1498:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1517:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1831:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1835:49: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1852:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1856:49: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1873:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1876:36: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1888:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1892:36: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1901:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:3113:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:3214:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:7:1: F401 'odoo.tools.DEFAULT_SERVER_DATE_FORMAT as DATE_FORMAT' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:25:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:66:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:114:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_actions.py:6:1: F401 'psycopg2.ProgrammingError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_actions.py:10:1: F401 'odoo' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_actions.py:507:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_test_suite.py:20:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server_smtpd.py:79:13: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server_smtpd.py:94:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server_smtpd.py:126:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mimetypes.py:2:1: F401 'unittest' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mimetypes.py:62:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mimetypes.py:113:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tz.py:17:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_cloc.py:129:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence.py:102:21: F841 local variable 'n1' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:30:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:31:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:32:43: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:33:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:34:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:34:44: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:35:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:35:44: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:36:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:36:44: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:37:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:37:44: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:37:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:40:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_module_category.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb_field.py:61:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_avatar_mixin.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:12:1: F401 'odoo.addons.base.tests.common.TransactionCaseWithUserDemo' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:75:12: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:80:12: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:177:90: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ormcache.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ormcache.py:65:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:210:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:227:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:264:56: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:432:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:518:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_cache.py:11:1: F401 'odoo.tests.common.TransactionCase' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:5:1: F401 'xmlrpc.client.Binary' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:46:9: F841 local variable 'groups' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:131:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:205:65: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:206:65: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:207:65: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:215:61: E211 whitespace before '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:229:69: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_split_table.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_split_table.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server.py:98:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server.py:182:13: F402 import 'email' from line 5 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:76:74: E202 whitespace before ')'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:291:9: F841 local variable 'filter_a' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:296:44: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:308:108: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:22:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:23:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:24:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:24:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:25:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:26:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:27:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:28:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:29:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:29:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:30:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:43:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:46:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:147:32: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:182:84: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:210:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:212:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:213:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:226:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:235:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:243:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_attachment.py:42:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_attachment.py:141:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_attachment.py:176:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_country.py:25:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:12:1: F401 'odoo.fields.Date' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:13:1: F401 'odoo.models.BaseModel' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:297:9: F841 local variable 'res_8' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:386:95: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:388:83: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:390:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:392:69: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:394:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:396:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:411:69: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:437:78: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:439:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:510:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:512:88: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:552:61: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:553:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:560:48: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:596:92: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:598:95: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:600:94: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:65: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:69: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:80: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:90: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:94: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:6:1: F401 'psycopg2' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:8:1: F401 'odoo.exceptions.MissingError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:70:62: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:70:66: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:92:29: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_sql.py:164:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_sql.py:177:1: W391 blank line at end of file
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_image.py:6:1: F401 'binascii' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_image.py:115:40: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_image.py:117:40: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_pdf.py:77:9: F841 local variable 'page' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail.py:179:64: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail.py:181:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail.py:840:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_func.py:4:1: F401 'functools' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:56:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:172:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:174:110: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:176:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:178:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:180:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:186:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:188:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:190:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:193:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:193:37: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:196:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:198:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:201:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:203:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:206:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:208:110: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:210:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:212:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:214:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:216:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:218:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:220:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:222:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:225:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:228:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:230:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:233:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:236:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:238:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:240:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:243:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:246:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:249:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:252:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_user_has_group.py:107:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_user_has_group.py:140:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_user_has_group.py:154:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:173:13: F841 local variable 'dates' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:184:13: F841 local variable 'dates' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:308:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:433:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:440:63: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:446:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:482:63: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:489:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:8:1: F401 'psycopg2.IntegrityError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:15:1: F401 'odoo.tests.common.new_test_user' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:31:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:32:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:34:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:635:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1381:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1601:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1602:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1604:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1605:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1606:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1607:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1608:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1617:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1618:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1620:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1623:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1624:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1626:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1627:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1628:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_search.py:189:41: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_search.py:195:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:83:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:127:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:296:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:308:21: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:430:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:430:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:436:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:436:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:464:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:464:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:470:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:470:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:504:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:507:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:513:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:513:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:519:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:519:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:484:117: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:490:116: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:499:116: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:508:116: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:527:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_partner.py:62:62: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_partner.py:336:9: F841 local variable 'partner_merge_wizard' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_partner.py:966:21: E227 missing whitespace around bitwise or shift operator
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:3:1: F401 'ast' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:217:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:1530:9: F841 local variable 'view2' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:2449:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:3840:9: F841 local variable 'c' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:3845:9: F841 local variable 'd' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4057:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4072:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4082:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4488:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:111:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:117:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:199:54: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:361:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:366:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:398:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_menu.py:23:75: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_menu.py:29:18: E222 multiple spaces after operator
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_users.py:88:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_users.py:256:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:78:65: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:95:44: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:107:7: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:133:44: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:141:72: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:254:22: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:262:7: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:329:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:331:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:334:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:335:2: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:336:2: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:337:5: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:351:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:353:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:356:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:357:2: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:358:2: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:359:5: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:548:73: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:549:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:550:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:551:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:552:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:553:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:556:73: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:557:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:558:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:559:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:560:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:561:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:564:73: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:565:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:566:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:567:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:568:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:569:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:576:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:590:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:612:43: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_import_language.py:10:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_import_language.py:10:1: F401 'odoo.sql_db' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:22:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:25:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:25:57: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:30:73: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:30:77: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:35:69: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_module_update.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:13:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:112:9: F841 local variable 'Partner' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:469:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:506:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:553:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_inherits_depends/tests/test_inherits.py:20:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_http/models.py:26:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_http/utils.py:11:25: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/odoo/addons/test_http/utils.py:46:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_error.py:67:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_echo_reply.py:42:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_misc.py:149:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_static.py:253:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:5:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:66:25: E201 whitespace after '{'
./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:66:39: E202 whitespace before '}'
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/__manifest__.py:6:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/__manifest__.py:7:71: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:4:1: F401 'itertools.count' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:30:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:42:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:53:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:59:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:79:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:84:5: F811 redefinition of unused 'count' from line 4
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:101:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:108:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:126:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:132:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:138:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:150:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:174:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:181:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:190:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:259:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:263:5: F811 redefinition of unused 'count' from line 4
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:274:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:281:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:287:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:302:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:307:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:316:55: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:320:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:334:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:341:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:23:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:91:59: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:148:55: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_lxml.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:111:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:116:9: F841 local variable 'a' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:166:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:293:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:294:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:332:17: E117 over-indented
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:630:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:654:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:655:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:663:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:664:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:699:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:700:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:708:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:709:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:751:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_methods.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_res_config.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_inherit/models.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_inherit/tests/test_inherit.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/controllers/main.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:5:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:16:1: F401 'odoo.http' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:17:1: F401 'odoo.addons.__path__ as ADDONS_PATH' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:24:1: F401 'odoo.addons.base.models.ir_qweb.QWebException' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:25:1: F401 'odoo.tools.func' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:32:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:640:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1592:9: F841 local variable 'view' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1856:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1862:105: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1920:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1991:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1995:92: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:2004:1: W391 blank line at end of file
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler_regex.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:375:11: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:376:42: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:379:11: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:400:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_apikeys/tests/test_flow.py:14:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_apikeys/tests/test_flow.py:18:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/test_apikeys/tests/test_flow.py:22:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/test_main_flows/__init__.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_main_flows/models/model_multicompany.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_main_flows/tests/test_flow.py:99:58: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:36:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:42:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/tests/test_feedback.py:163:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/tests/test_feedback.py:441:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_action_bindings/models.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_action_bindings/tests/test_bindings.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_action_bindings/tests/test_bindings.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:19:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:60:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:172:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:177:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:184:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:189:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:194:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:200:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:31:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:49:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:227:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:355:12: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:369:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:465:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:655:9: F841 local variable 'sids' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:718:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:743:69: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:29:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:114:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:147:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:148:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:149:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:150:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:151:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:333:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:411:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:593:47: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:745:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:760:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:782:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:833:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:1170:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:1326:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:1332:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_search_panel/tests/test_search_panel_select_multi_range.py:535:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_search_panel/tests/test_search_panel_select_range.py:307:63: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_search_panel/tests/test_search_panel_select_range.py:367:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_auth_custom/__init__.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_auth_custom/tests/test_endpoints.py:4:1: F401 'odoo.tests.HOST' imported but unused
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:37:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:43:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:46:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:49:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:59:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:67:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:77:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:81:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:86:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:101:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:117:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_pe_website_sale/tests/test_l10n_pe_website_sale.py:30:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_pe_website_sale/tests/test_l10n_pe_website_sale.py:41:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/website_event_crm/tests/test_event_registration.py:157:13: F841 local variable '_attendees' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs_company/__init__.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet/__manifest__.py:35:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:1:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:2:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:5:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet/models/spreadsheet_mixin.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet/models/spreadsheet_mixin.py:51:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/spreadsheet/tests/validate_spreadsheet_data.py:3:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/spreadsheet/tests/validate_spreadsheet_data.py:6:1: F401 'odoo.tests.common.Form' imported but unused
./Viindoo-odoo-17.0/addons/spreadsheet/tests/validate_spreadsheet_data.py:7:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/spreadsheet/tests/test_currency.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_jitsi/models/chat_room_mixin.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment.py:28:39: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:129:21: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:129:22: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:157:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:158:24: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:159:23: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_nl/models/account_journal.py:3:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_nl/models/account_journal.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_nl/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_expense_margin/models/sale_order_line.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_expense_margin/tests/test_so_expense_purchase_price.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/payment_razorpay/models/payment_provider.py:41:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_website/tests/test_is_multilang.py:21:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/test_website/tests/test_qweb.py:4:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/addons/test_website/tests/test_settings.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_website/tests/test_systray.py:3:1: F401 'odoo.tests.common.HOST' imported but unused
./Viindoo-odoo-17.0/addons/test_website/tests/test_systray.py:4:1: F401 'odoo.tools.config' imported but unused
./Viindoo-odoo-17.0/addons/test_website/tests/test_website_controller_page.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_website/tests/test_website_controller_page.py:170:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_website/tests/test_fuzzy.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_br_sales/models/sale_order.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_se/models/res_partner.py:20:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/l10n_se/models/res_partner.py:20:20: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_se/models/account_move.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_se/models/account_move.py:33:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_outlook/controllers/main.py:6:1: F401 'werkzeug' imported but unused
./Viindoo-odoo-17.0/addons/mrp_landed_costs/__manifest__.py:9:72: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mrp_landed_costs/__manifest__.py:10:72: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/sale/__manifest__.py:33:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/controllers/portal.py:154:17: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/controllers/portal.py:292:9: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/models/utm_campaign.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale/models/analytic.py:25:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale/models/res_partner.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale/models/account_move.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:49:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:301:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:351:17: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:703:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:728:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:811:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:850:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1224:54: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1224:70: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1314:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1520:9: F841 local variable 'local_msg_vals' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1720:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1742:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1935:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1945:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:64:30: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:64:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:68:63: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:138:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:142:22: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/models/payment_transaction.py:158:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/models/product_product.py:108:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:11:1: F401 'odoo.tools.float_round' imported but unused
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:265:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:323:17: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:907:25: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:952:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:954:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:991:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1114:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1120:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1201:17: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1205:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1218:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1293:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_prices.py:407:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/tests/test_accrued_sale_orders.py:55:50: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale/tests/test_accrued_sale_orders.py:56:50: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale/tests/test_accrued_sale_orders.py:67:50: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale/tests/test_reinvoice.py:231:9: F841 local variable 'sale_order_line' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_to_invoice.py:172:15: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_to_invoice.py:215:15: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_to_invoice.py:1044:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/sale/tests/test_access_rights.py:4:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/sale/tests/test_payment_flow.py:135:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/tests/test_credit_limit.py:124:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:717:9: F841 local variable 'product_no_account' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:768:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:870:19: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:874:19: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale/tests/common.py:13:19: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:120:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:121:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:122:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:124:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:125:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:127:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:147:92: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:149:92: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:151:92: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:168:107: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:169:107: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:170:107: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:172:107: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:173:107: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:175:107: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:191:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:192:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:193:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:195:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:196:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:198:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:215:93: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:216:93: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:218:93: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:219:93: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:221:93: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:238:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:239:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:240:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:242:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:243:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:245:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:263:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:264:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:265:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:267:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:268:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:270:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:285:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:287:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:288:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:289:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:291:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:292:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:294:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:313:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:314:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:315:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:317:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:318:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:320:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:359:95: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:360:95: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:361:95: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:363:95: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:364:95: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:366:95: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:422:133: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:424:133: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:426:92: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:426:133: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:428:133: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:429:133: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:431:133: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:454:125: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:457:125: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:459:125: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:461:125: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:506:128: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:507:128: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:509:128: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:510:128: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:512:128: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:555:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:557:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:559:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:609:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:610:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:612:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:613:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:615:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:634:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:636:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:637:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:639:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:640:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:642:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:659:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:660:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:662:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:664:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:665:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:667:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:668:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:670:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:717:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:718:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:720:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:721:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:723:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:742:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:744:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:745:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:747:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:748:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:750:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:767:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:768:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:770:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:772:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:773:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:775:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:776:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:778:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:783:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:820:23: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:848:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:849:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:850:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:851:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:852:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:854:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:855:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:856:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:857:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:858:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:860:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:879:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:880:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:881:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:882:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:883:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:885:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:887:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:888:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:889:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:890:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:891:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:893:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:894:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:895:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:896:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:897:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:899:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/wizard/sale_order_cancel.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/sale/wizard/sale_order_cancel.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/sale/wizard/payment_link_wizard.py:4:1: F401 'werkzeug.urls' imported but unused
./Viindoo-odoo-17.0/addons/sale/wizard/sale_order_discount.py:103:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/wizard/res_config_settings.py:81:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/wizard/res_config_settings.py:105:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:88:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:145:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:153:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:177:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:194:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_livechat/models/website_visitor.py:3:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/website_livechat/models/website_visitor.py:3:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/website_livechat/models/website_visitor.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/website_livechat/models/im_livechat_channel.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/website_livechat/models/im_livechat.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/website_livechat/tests/test_ui.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/website_livechat/tests/common.py:74:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/website_livechat/tests/common.py:88:9: F841 local variable 'rating_to_emoji' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_dk/models/account_account.py:7:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/product_margin/models/__init__.py:4:30: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/product_margin/models/product_product.py:58:70: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product_margin/wizard/product_margin.py:6:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ie/__manifest__.py:9:88: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_co/models/res_partner.py:16:84: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/website_twitter/models/website_twitter.py:82:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:5:1: F401 'pytz' imported but unused
./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:20:90: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:54:58: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:54:80: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/website_event_track/models/event_track.py:272:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/website_event_track/models/event_track.py:274:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/website_event_track/models/website_menu.py:12:57: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/website_event_track/tests/test_track_internals.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_track/tests/test_track_internals.py:98:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_track/tests/test_track_internals.py:163:70: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:120:63: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:127:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:135:110: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:178:42: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:199:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:44:55: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:45:55: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:77:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:32:40: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:33:23: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:33:81: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/hr_contract/models/resource.py:3:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/hr_contract/models/res_users.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/hr_contract/models/res_users.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/hr_contract/models/hr_contract.py:137:54: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_contract/models/hr_contract.py:234:155: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_contract/report/hr_contract_history.py:70:39: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hr_contract/tests/test_access.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_contract/tests/test_resource.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_contract/tests/test_contract.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_contract/tests/test_contract.py:26:48: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_contract/tests/test_mail_activity_plan.py:53:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_contract/tests/test_mail_activity_plan.py:54:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mail/web_push.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/web_push.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/web_push.py:80:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/web_push.py:120:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/web_push.py:149:78: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/web_push.py:150:50: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/__init__.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/static/scripts/odoo-mailgate.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/static/scripts/odoo-mailgate.py:41:5: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/static/scripts/odoo-mailgate.py:45:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/mail/tools/link_preview.py:45:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/tools/link_preview.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/controllers/mail.py:114:98: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/controllers/mail.py:194:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/mail/models/mail_render_mixin.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/models/mail_render_mixin.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/models/ir_actions_server.py:97:53: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/mail/models/ir_actions_server.py:130:57: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/mail/models/mail_ice_server.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/models/mail_message.py:10:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/mail_message.py:112:53: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/mail_message.py:669:17: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mail/models/fetchmail.py:164:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mail/models/fetchmail.py:165:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mail/models/fetchmail.py:268:33: F841 local variable 'res_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/models/mail_followers.py:94:34: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/models/mail_followers.py:97:81: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/models/mail_followers.py:98:52: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/models/res_partner.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/models/template_reset_mixin.py:8:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/template_reset_mixin.py:64:19: F402 import '_' from line 8 shadowed by loop variable
./Viindoo-odoo-17.0/addons/mail/models/mail_activity_type.py:76:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mail/models/models.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/models/update.py:8:1: F401 'werkzeug.urls' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:1285:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:2335:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:3443:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4002:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4118:9: F841 local variable 'fnames' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4123:17: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4126:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/mail/models/mail_template.py:9:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/mail_template.py:237:38: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:120:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:122:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:124:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:146:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mail/models/mail_activity_mixin.py:186:101: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:11:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:12:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:106:55: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:110:61: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/ir_qweb.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:7:1: F401 'inspect.Parameter' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:7:1: F401 'inspect.signature' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:10:1: F401 'odoo.tools.get_lang' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:15:1: F401 'odoo.addons.bus.models.bus_presence.AWAY_TIMER' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:15:1: F401 'odoo.addons.bus.models.bus_presence.DISCONNECTION_TIMER' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/discuss/discuss_channel.py:1102:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/populate/mail_notification.py:82:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mail/populate/mail_message.py:50:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mail/populate/discuss/mail_message.py:43:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_template.py:69:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_template.py:142:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_template.py:156:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_mail_stable_selection.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_tools.py:91:71: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_composer.py:43:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_composer.py:149:13: F841 local variable '_name' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_composer.py:155:13: F841 local variable '_form' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_render.py:241:13: F841 local variable '_rendered' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/tests/__init__.py:22:1: F403 'from .discuss import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/mail/tests/common.py:859:104: F841 local variable '_bus_bus_create_mock' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/tests/common.py:886:113: F841 local variable '_mail_message_create_mock' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/tests/common.py:887:139: F841 local variable '_mail_notification_create_mock' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/tests/test_res_partner.py:36:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/mail/tests/discuss/test_discuss_channel_member.py:40:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mail/tests/discuss/test_ui.py:16:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/tests/discuss/test_message_controller.py:301:66: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/wizard/base_partner_merge_automatic_wizard.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/mail/wizard/mail_compose_message.py:7:1: F401 'logging' imported but unused
./Viindoo-odoo-17.0/addons/mail/wizard/mail_compose_message.py:787:30: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/mail/wizard/mail_template_preview.py:32:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_th/__init__.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_th/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_th/models/account_move.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/snailmail/country_utils.py:256:2: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/snailmail/models/res_company.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/snailmail/models/snailmail_letter.py:233:9: F841 local variable 'batch' is assigned to but never used
./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:1:24: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:2:75: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:4:32: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:7:48: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:8:37: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail/models/ir_actions_report.py:3:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/snailmail/models/ir_actions_report.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_missing_required_fields.py:2:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_missing_required_fields.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_format_error.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_format_error.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/portal_rating/models/mail_message.py:31:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/portal_rating/models/mail_message.py:55:18: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/portal_rating/models/mail_message.py:55:18: E117 over-indented
./Viindoo-odoo-17.0/addons/website_crm_partner_assign/controllers/main.py:332:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/website_crm_partner_assign/controllers/main.py:333:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/website_crm_partner_assign/models/res_partner.py:5:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/website_crm_partner_assign/models/crm_lead.py:285:120: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/website_crm_partner_assign/tests/test_partner_assign.py:155:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/website_crm_partner_assign/wizard/__init__.py:4:37: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/analytic/__manifest__.py:5:11: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/analytic/__manifest__.py:8:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/analytic/models/analytic_plan.py:97:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/analytic/models/analytic_mixin.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/analytic/models/analytic_distribution_model.py:52:45: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/analytic/models/res_config_settings.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_partner/controllers/__init__.py:3:19: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/website_partner/models/res_partner.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/account_edi_proxy_client/__init__.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_edi_proxy_client/models/account_edi_proxy_user.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:39:33: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:77:41: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:88:41: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:90:48: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:99:60: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:117:41: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:128:41: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:147:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:148:47: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:183:38: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:557:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_in/models/res_partner.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_in/models/account_invoice.py:155:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_in/models/company.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_in/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:69:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:69:59: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:75:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:75:59: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:81:59: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:81:60: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:87:59: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:87:60: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_l10n_in_fiscal_position.py:247:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:25:36: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:27:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:31:36: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:33:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:37:36: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:85:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:92:53: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:97:15: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/test_discuss_full/tests/test_performance.py:72:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:4:1: F401 'pprint' imported but unused
./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:6:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:7:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:9:1: F401 '.authorize_request.AuthorizeAPI' imported but unused
./Viindoo-odoo-17.0/addons/payment_authorize/models/authorize_request.py:161:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_provider.py:45:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_authorize/tests/test_authorize.py:6:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:55:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:134:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:190:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:190:47: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:191:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:191:51: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:198:9: F841 local variable 'eu_country_codes' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:365:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:473:9: F841 local variable 'error' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:562:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:661:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:661:24: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/controllers/download_efaktur.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/controllers/download_efaktur.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/product_template.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/uom_uom.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/account_move.py:37:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/account_move.py:362:9: F841 local variable 'idr' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/product_code.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/efaktur_document.py:3:17: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/uom_code.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_skills_slides/models/slide_channel.py:67:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ph/wizard/generate_2307_wizard.py:29:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:22:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:24:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:248:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:250:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tools.py:4:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/web_editor/tools.py:164:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/web_editor/tools.py:167:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:20:1: F401 'odoo.release' imported but unused
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:28:1: F401 'odoo.addons.base.models.assetsbundle.AssetsBundle' imported but unused
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:57:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:58:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:60:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:172:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:174:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:202:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:204:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:224:41: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:228:43: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/web_editor/models/ir_ui_view.py:46:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/models/ir_ui_view.py:48:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:23:26: E741 ambiguous variable name 'I'
./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:26:1: F401 'odoo.modules' imported but unused
./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:142:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:144:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:617:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/web_editor/models/assets.py:98:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:29:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:31:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:36:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:38:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:43:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:48:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:57:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:69:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:75:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:77:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:97:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:99:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:109:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:111:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:114:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:116:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_odoo_editor.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/transifex/models/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/transifex/models/transifex_translation.py:61:47: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_ro_edi_stock_batch/models/stock_picking_batch.py:6:1: F401 'odoo.addons.l10n_ro_edi_stock.models.stock_picking.LOCATION_TYPE_MAP' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ro_edi_stock_batch/models/stock_picking_batch.py:6:1: F401 'odoo.addons.l10n_ro_edi_stock.models.stock_picking.STATE_CODES' imported but unused
./Viindoo-odoo-17.0/addons/website_event_track_quiz/models/event_event.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/website_event_track_quiz/models/event_track.py:95:21: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_sale_stock/controllers/main.py:46:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_product_warehouse.py:23:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_stock_message.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_stock_message.py:21:19: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_stock_message.py:40:28: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/website_sale_wishlist/models/res_users.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/website_sale_wishlist/models/res_users.py:1:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/digest/models/digest.py:231:13: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/l10n_es_edi_facturae_certificate.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/account_move.py:70:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/account_move.py:132:24: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/account_move.py:132:44: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/tests/test_edi_xml.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/tests/test_edi_xml.py:161:163: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp_account/models/analytic_account.py:81:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:4:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:6:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:6:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:6:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/mrp_account/models/product.py:5:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/mrp_account/report/mrp_report_mo_overview.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:4:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:185:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:198:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:211:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_analytic_account.py:211:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_analytic_account.py:297:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_mrp_account.py:299:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product/models/product_supplierinfo.py:90:11: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/product/models/product_template.py:601:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_template.py:671:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_tag.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product/models/product_document.py:34:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_document.py:48:32: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/product/models/product_packaging.py:6:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/product/models/product_product.py:5:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/product/models/product_product.py:6:1: F401 'operator.itemgetter' imported but unused
./Viindoo-odoo-17.0/addons/product/models/product_product.py:602:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_product.py:649:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:139:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:141:109: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:189:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:218:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:270:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:309:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:380:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:382:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:433:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/populate/product.py:47:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:377:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:457:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:461:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:485:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:489:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:508:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:512:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:536:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:540:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:559:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:609:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:1401:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product/tests/common.py:3:1: F401 'contextlib.nullcontext' imported but unused
./Viindoo-odoo-17.0/addons/product/tests/common.py:4:1: F401 'unittest.mock.patch' imported but unused
./Viindoo-odoo-17.0/addons/product/tests/test_product_attribute_value_config.py:178:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/attachment_indexation/models/ir_attachment.py:27:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/exception_logger.py:34:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/event_manager.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/main.py:3:1: F401 'traceback.format_exc' imported but unused
./Viindoo-odoo-17.0/addons/hw_drivers/main.py:131:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hw_drivers/main.py:149:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/http.py:10:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_W.py:24:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_W.py:37:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_W.py:187:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/DisplayDriver_L.py:132:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/KeyboardUSBDriver_L.py:10:1: F401 'pathlib.Path' imported but unused
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/KeyboardUSBDriver_L.py:66:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/KeyboardUSBDriver_L.py:374:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_L.py:27:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_L.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/SerialBaseDriver.py:110:23: F821 undefined name '_'
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:71:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:74:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:85:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:216:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:293:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:297:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:305:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:327:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:330:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:331:75: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:380:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:413:17: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:413:19: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:414:20: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:414:22: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:458:39: F541 f-string is missing placeholders
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:469:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:494:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:498:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:517:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:541:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:594:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/controllers/proxy.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/controllers/driver.py:4:1: F401 'base64.b64decode' imported but unused
./Viindoo-odoo-17.0/addons/hw_drivers/controllers/driver.py:9:1: F401 'subprocess' imported but unused
./Viindoo-odoo-17.0/addons/hw_drivers/controllers/driver.py:18:1: F401 'odoo.addons.hw_drivers.main.manager' imported but unused
./Viindoo-odoo-17.0/addons/auth_password_policy/models/res_config_settings.py:1:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_it_edi_ndd/models/account_move.py:101:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hw_escpos/__manifest__.py:20:17: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/__manifest__.py:20:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/__manifest__.py:20:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:23:5: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:28:1: F403 'from .constants import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:29:1: F403 'from .exceptions import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:31:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:38:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:39:4: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:51:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:56:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:66:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:69:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:78:22: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:83:29: F405 'TXT_ALIGN_LT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:84:29: F405 'TXT_ALIGN_RT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:85:29: F405 'TXT_ALIGN_CT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:89:29: F405 'TXT_UNDERL_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:90:29: F405 'TXT_UNDERL_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:91:29: F405 'TXT_UNDERL2_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:97:29: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:98:29: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:104:29: F405 'TXT_FONT_A' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:105:29: F405 'TXT_FONT_B' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:111:37: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:112:37: F405 'TXT_2HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:113:37: F405 'TXT_2WIDTH' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:114:37: F405 'TXT_DOUBLE' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:118:29: F405 'TXT_COLOR_BLACK' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:119:29: F405 'TXT_COLOR_RED' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:124:33: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:126:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:128:34: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:138:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:159:9: F841 local variable '_style' is assigned to but never used
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:168:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:179:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:180:4: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:185:22: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:190:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:198:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:215:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:221:18: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:226:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:226:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:236:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:240:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:244:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:245:4: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:253:19: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:258:21: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:259:21: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:260:18: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:262:18: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:272:29: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:274:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:278:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:284:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:287:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:287:18: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:291:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:291:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:297:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:297:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:299:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:299:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:307:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:311:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:312:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:332:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:333:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:333:19: F405 'S_RASTER_N' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:339:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:348:55: E202 whitespace before ')'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:360:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:361:16: F405 'S_RASTER_N' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:367:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:380:9: F841 local variable 'pixels' is assigned to but never used
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:380:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:382:16: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:384:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:385:21: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:385:26: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:388:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:391:19: F405 'ImageSizeError' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:409:37: E202 whitespace before ')'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:419:30: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:425:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:433:32: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:447:55: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:447:59: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:456:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:468:16: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:481:19: F405 'TXT_ALIGN_CT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:483:21: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:483:35: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:484:23: F405 'BARCODE_HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:486:19: F405 'BarcodeSizeError' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:488:34: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:489:23: F405 'BARCODE_WIDTH' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:491:19: F405 'BarcodeSizeError' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:494:23: F405 'BARCODE_FONT_B' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:495:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:496:23: F405 'BARCODE_FONT_A' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:499:23: F405 'BARCODE_TXT_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:501:23: F405 'BARCODE_TXT_BTH' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:503:23: F405 'BARCODE_TXT_ABV' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:504:41: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:505:23: F405 'BARCODE_TXT_BLW' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:506:15: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:508:23: F405 'BARCODE_UPC_A' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:510:23: F405 'BARCODE_UPC_E' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:512:23: F405 'BARCODE_EAN13' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:514:23: F405 'BARCODE_EAN8' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:516:23: F405 'BARCODE_CODE39' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:518:23: F405 'BARCODE_ITF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:520:23: F405 'BARCODE_NW7' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:522:19: F405 'BarcodeTypeError' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:531:19: F405 'BarcodeCodeError' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:533:21: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:542:35: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:542:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:546:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:547:18: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:547:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:548:18: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:561:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:562:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:563:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:564:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:565:36: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:577:44: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:578:30: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:579:44: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:32: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:48: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:58: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:77: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:86: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:91: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:96: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:101: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:106: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:111: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:595:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:595:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:605:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:605:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:613:45: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:621:95: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:630:83: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:630:110: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:630:116: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:634:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:634:61: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:634:67: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:637:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:637:61: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:637:67: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:648:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:648:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:648:59: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:660:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:660:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:660:59: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:685:49: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:699:23: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:699:43: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:700:23: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:701:17: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:705:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:705:45: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:710:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:710:72: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:720:18: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:726:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:729:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:733:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:734:31: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:735:4: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:736:64: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:737:77: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:738:16: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:740:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:741:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:745:30: F405 'TXT_ENC_PC437' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:746:30: F405 'TXT_ENC_PC850' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:747:30: F405 'TXT_ENC_PC852' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:748:30: F405 'TXT_ENC_PC857' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:749:30: F405 'TXT_ENC_PC858' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:750:30: F405 'TXT_ENC_PC860' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:751:30: F405 'TXT_ENC_PC863' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:752:30: F405 'TXT_ENC_PC865' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:753:31: F405 'TXT_ENC_WPC1251' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:754:30: F405 'TXT_ENC_PC866' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:755:30: F405 'TXT_ENC_PC862' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:756:30: F405 'TXT_ENC_PC720' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:757:30: F405 'TXT_ENC_PC936' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:758:34: F405 'TXT_ENC_8859_2' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:759:34: F405 'TXT_ENC_8859_7' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:760:34: F405 'TXT_ENC_8859_9' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:761:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:761:34: F405 'TXT_ENC_WPC1254' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:762:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:762:34: F405 'TXT_ENC_WPC1255' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:763:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:763:34: F405 'TXT_ENC_WPC1256' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:764:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:764:34: F405 'TXT_ENC_WPC1257' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:765:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:765:34: F405 'TXT_ENC_WPC1258' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:766:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:766:34: F405 'TXT_ENC_KATAKANA' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:770:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:773:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:775:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:777:79: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:782:72: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:784:30: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:784:30: E117 over-indented
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:785:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:786:36: F405 'TXT_ENC_KATAKANA_MAP' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:787:39: F405 'TXT_ENC_KATAKANA_MAP' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:789:30: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:800:21: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:807:32: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:817:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:826:73: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:829:36: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:838:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:843:23: F405 'TXT_ALIGN_CT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:845:23: F405 'TXT_ALIGN_RT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:847:23: F405 'TXT_ALIGN_LT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:850:23: F405 'TXT_FONT_B' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:852:23: F405 'TXT_FONT_A' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:855:23: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:856:23: F405 'TXT_UNDERL_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:858:23: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:859:23: F405 'TXT_UNDERL_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:861:23: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:862:23: F405 'TXT_UNDERL2_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:864:23: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:865:23: F405 'TXT_UNDERL_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:867:23: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:868:23: F405 'TXT_UNDERL2_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:870:23: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:871:23: F405 'TXT_UNDERL_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:874:23: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:875:23: F405 'TXT_2WIDTH' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:877:23: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:878:23: F405 'TXT_2HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:880:23: F405 'TXT_2WIDTH' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:881:23: F405 'TXT_2HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:882:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:883:23: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:886:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:892:23: F405 'PAPER_PART_CUT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:893:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:894:23: F405 'PAPER_FULL_CUT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:897:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:905:23: F405 'CD_KICK_2' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:907:23: F405 'CD_KICK_5' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:909:19: F405 'CashDrawerError' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:916:23: F405 'HW_INIT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:918:23: F405 'HW_SELECT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:920:23: F405 'HW_RESET' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:921:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:925:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:928:23: F405 'CTL_LF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:930:23: F405 'CTL_FF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:932:23: F405 'CTL_CR' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:934:23: F405 'CTL_HT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:936:23: F405 'CTL_VT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/__init__.py:1:23: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/__init__.py:1:32: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/__init__.py:1:45: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:53:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:62:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:81:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:90:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:99:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:108:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:10:1: F403 'from .escpos import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:11:1: F403 'from .constants import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:12:1: F403 'from .exceptions import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:15:11: F405 'Escpos' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:27:54: F405 'PAPER_FULL_CUT' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:29:22: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:32:19: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:33:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:46:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:49:19: F405 'NoDeviceError' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:52:65: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:57:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:57:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:61:21: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:62:21: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:73:19: F405 'HandleDeviceError' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:86:13: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:90:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:97:19: F405 'TicketNotPrinted' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:98:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:102:19: E711 comparison to None should be 'if cond is None:'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:105:23: F405 'NoStatusError' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:113:27: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:114:27: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:115:21: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:115:27: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:116:21: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:119:40: F405 'DLE_EOT_PRINTER' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:120:42: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:121:40: F405 'DLE_EOT_OFFLINE' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:123:40: F405 'DLE_EOT_ERROR' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:125:40: F405 'DLE_EOT_PAPER' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:127:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:128:41: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:129:42: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:130:36: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:131:38: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:132:43: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:134:41: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:135:42: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:136:40: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:137:43: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:138:35: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:139:35: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:140:39: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:141:40: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:142:39: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:143:38: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:144:41: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:145:44: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:146:39: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:147:40: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:148:36: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:149:35: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:161:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:161:14: F405 'Escpos' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:171:21: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:174:21: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:178:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:188:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:193:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:200:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:200:15: F405 'Escpos' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:203:22: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:203:27: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:213:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:222:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:226:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:9:7: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:10:7: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:11:7: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:12:7: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:13:7: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:16:16: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:17:16: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:18:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:19:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:22:8: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:24:9: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:24:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:26:1: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:30:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:30:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:31:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:31:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:32:14: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:33:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:33:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:34:12: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:34:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:35:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:35:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:36:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:36:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:37:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:37:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:38:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:38:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:39:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:39:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:40:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:40:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:41:12: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:41:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:42:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:42:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:43:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:43:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:44:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:44:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:45:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:45:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:46:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:46:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:47:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:48:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:48:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:52:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:52:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:53:17: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:53:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:54:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:54:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:55:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:55:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:56:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:56:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:57:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:57:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:58:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:58:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:59:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:59:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:59:50: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:60:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:60:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:61:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:61:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:62:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:62:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:63:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:63:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:63:49: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:64:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:64:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:65:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:65:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:66:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:67:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:67:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:68:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:68:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:69:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:69:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:70:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:70:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:71:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:71:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:72:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:72:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:73:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:73:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:74:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:74:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:75:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:75:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:76:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:76:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:77:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:77:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:77:50: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:78:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:78:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:79:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:79:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:80:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:80:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:81:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:81:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:82:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:82:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:83:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:83:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:84:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:84:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:85:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:85:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:86:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:86:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:87:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:87:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:88:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:88:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:89:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:90:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:91:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:92:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:93:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:94:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:95:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:96:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:97:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:97:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:103:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:104:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:105:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:106:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:107:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:109:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:110:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:111:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:112:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:113:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:114:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:115:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:116:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:117:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:118:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:119:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:120:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:121:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:122:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:123:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:124:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:125:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:126:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:127:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:128:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:129:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:130:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:131:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:132:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:133:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:134:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:135:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:136:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:137:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:138:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:139:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:140:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:141:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:142:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:143:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:144:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:145:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:146:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:147:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:148:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:149:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:150:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:151:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:152:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:153:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:154:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:155:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:156:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:157:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:158:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:159:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:160:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:161:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:162:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:163:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:164:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:166:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:167:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:171:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:172:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:173:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:174:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:175:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:175:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:176:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:176:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:177:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:177:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:178:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:178:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:179:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:179:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:180:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:180:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:181:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:181:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:182:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:182:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:183:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:183:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:184:12: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:184:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:185:12: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:185:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:186:15: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:187:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:187:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:188:12: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:188:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:189:12: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:189:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:190:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:190:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:9:1: F401 'os.path' imported but unused
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:10:1: F401 'subprocess' imported but unused
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:12:1: F401 'netifaces as ni' imported but unused
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:13:1: F401 'traceback' imported but unused
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:17:5: F403 'from ..escpos import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:18:5: F403 'from ..escpos.exceptions import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:23:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:24:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:31:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:32:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:38:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:41:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:45:18: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:46:32: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:46:57: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:56:13: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:107:20: F405 'HandleDeviceError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:119:43: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:126:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:130:41: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:130:43: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:131:34: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:133:24: E711 comparison to None should be 'if cond is not None:'
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:158:28: E711 comparison to None should be 'if cond is None:'
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:160:50: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:160:55: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:164:40: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:166:56: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:178:20: F405 'NoDeviceError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:180:20: F405 'HandleDeviceError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:183:20: F405 'TicketNotPrinted' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:185:20: F405 'NoStatusError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:197:23: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:197:34: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:197:36: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:199:36: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:199:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:201:32: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:201:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:204:27: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:219:40: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:220:36: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:236:57: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:236:88: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:244:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:244:47: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:244:56: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:247:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:270:59: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:270:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:272:59: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:276:33: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:276:44: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:278:33: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:278:44: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:284:48: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:284:75: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:286:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:291:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:292:50: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:292:83: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:301:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:302:50: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:302:75: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:308:49: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:308:82: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:311:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:317:21: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:318:22: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:318:25: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:319:22: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:319:25: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:320:22: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:320:25: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:321:22: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:321:25: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:321:66: E202 whitespace before ')'
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:330:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:333:46: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:335:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:338:47: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:339:35: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:343:51: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:344:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/product_expiry/__init__.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:37:23: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:116:43: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:125:27: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:136:23: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:190:103: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:497:9: F841 local variable 'user_group_stock_manager' is assigned to but never used
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_generate_serial_numbers.py:7:1: F401 'odoo.tests.common.Form' imported but unused
./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_attendee.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_attendee.py:35:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/models/google_credentials.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/models/res_users.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/models/res_users.py:31:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/models/calendar.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_recurrence_rule.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_recurrence_rule.py:19:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/models/res_config_settings.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/google_calendar/models/google_sync.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_odoo2google.py:476:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_odoo2google.py:572:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_odoo2google.py:787:23: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:26:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:65:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:74:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:85:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:133:14: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:824:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1456:89: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1679:14: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1698:26: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1699:26: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1734:14: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1777:14: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1986:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:2173:66: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:2206:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_token_access.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_event.py:38:26: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_event.py:123:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:26:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:113:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:114:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:118:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sales_team/models/crm_team.py:219:67: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sales_team/models/crm_team.py:376:82: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sales_team/models/crm_team_member.py:62:89: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/sales_team/tests/test_sales_team.py:151:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sales_team/tests/common.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_crm/controllers/website_form.py:30:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/barcodes/__init__.py:7:48: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/barcodes/models/barcode_events_mixin.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/membership/models/product.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/membership/models/partner.py:31:15: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/membership/models/partner.py:34:15: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/membership/models/partner.py:37:15: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/membership/models/partner.py:72:106: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/membership/report/report_membership.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/membership/tests/test_membership.py:7:1: F401 'time' imported but unused
./Viindoo-odoo-17.0/addons/membership/tests/test_membership.py:124:9: F841 local variable 'payment' is assigned to but never used
./Viindoo-odoo-17.0/addons/membership/wizard/membership_invoice.py:28:15: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_move.py:70:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_edi_xml_ubl_21_zatca.py:95:119: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_edi_xml_ubl_21_zatca.py:234:101: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_edi_xml_ubl_21_zatca.py:235:99: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:3:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:7:1: F401 'os' imported but unused
./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:26:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:28:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:51:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:53:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:18:1: F401 'odoo.addons.base' imported but unused
./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:37:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:62:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:63:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:64:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_din5008_stock/models/stock.py:2:1: F401 'odoo.tools.format_date' imported but unused
./Viindoo-odoo-17.0/addons/mass_mailing_sms/controllers/main.py:16:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/res_users.py:15:69: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/res_users.py:32:94: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/res_users.py:40:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/mailing_mailing.py:47:76: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/mailing_mailing.py:49:76: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/utm.py:28:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mass_mailing_sms/tests/test_mailing_retry.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mass_mailing_sms/tests/test_mailing_retry.py:31:64: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/mass_mailing_sms/tests/test_mailing_controllers.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:4:1: F401 'datetime.date' imported but unused
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:4:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:14:1: F401 'odoo.tools.DEFAULT_SERVER_DATETIME_FORMAT' imported but unused
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:14:1: F401 'odoo.tools.misc' imported but unused
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:121:1: W391 blank line at end of file
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury.py:6:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury.py:7:1: F401 'odoo.tools.float_utils.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury.py:62:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail_plugin/controllers/mail_plugin.py:132:83: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/mail_plugin/controllers/mail_plugin.py:242:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mail_plugin/models/ir_http.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_meet_quiz/controllers/community.py:4:1: F401 'werkzeug.exceptions.Forbidden' imported but unused
./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_portal.py:42:165: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_rating.py:287:1: W391 blank line at end of file
./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_web_push.py:105:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_web_push.py:415:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/base_install_request/__manifest__.py:13:11: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/models/res_config_settings.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/models/account_edi_format.py:186:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/models/account_edi_format.py:257:51: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/tests/test_edi_json.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/tests/common.py:5:1: F401 'odoo.tests.tagged' imported but unused
./Viindoo-odoo-17.0/addons/sale_timesheet_margin/models/sale_order_line.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_fleet/models/account_move.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/account_fleet/tests/test_account_fleet.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_fleet/wizard/account_automatic_entry_wizard.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_automation/models/test_base_automation.py:151:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_automation/models/__init__.py:4:35: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/test_base_automation/tests/test_flow.py:1223:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/repair/__init__.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:4:1: F401 'time' imported but unused
./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:7:1: F401 'odoo.tools.DEFAULT_SERVER_DATETIME_FORMAT' imported but unused
./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:101:45: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:116:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/repair/models/repair.py:7:1: F401 'odoo.tools.clean_context' imported but unused
./Viindoo-odoo-17.0/addons/repair/models/repair.py:394:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/repair/models/repair.py:603:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/repair/models/sale_order.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/repair/models/stock_warehouse.py:34:50: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/repair/tests/test_anglo_saxon_valuation.py:4:1: F401 'odoo.tests.Form' imported but unused
./Viindoo-odoo-17.0/addons/repair/tests/test_anglo_saxon_valuation.py:6:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:177:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:178:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:179:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:180:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:181:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:182:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:235:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:237:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:238:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:239:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:248:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:249:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:250:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:251:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:252:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:253:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:260:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:268:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:273:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:274:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:275:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:276:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:277:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:278:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:279:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:280:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:281:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:282:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:318:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:325:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:326:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:340:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:548:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:759:13: F601 dictionary key 'product_id' repeated with different values
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:762:13: F601 dictionary key 'product_id' repeated with different values
./Viindoo-odoo-17.0/addons/repair/wizard/repair_warn_uncomplete_move.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi_sale/tests/test_edi_sale_order_pa.py:101:1: W391 blank line at end of file
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/res_company.py:33:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/res_company.py:41:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/res_company.py:95:72: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:3:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:3:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:9:1: F401 'odoo.fields.Datetime' imported but unused
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:63:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:72:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:161:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:165:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:203:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:209:111: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/account_closing.py:55:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/account_closing.py:95:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:16:22: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:17:24: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:18:19: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:19:19: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_mass_mailing_sms/__manifest__.py:8:65: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/calendar/models/calendar_attendee.py:12:1: F401 'odoo.tools.split_every' imported but unused
./Viindoo-odoo-17.0/addons/calendar/models/calendar_attendee.py:141:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/models/calendar_event.py:51:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/calendar/models/calendar_event.py:202:54: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/models/mail_activity_mixin.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:82:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:303:40: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:457:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:518:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:5:1: F811 redefinition of unused 'datetime' from line 3
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:14:1: F401 'pytz' imported but unused
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:15:1: F401 're' imported but unused
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:418:60: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:439:60: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:509:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:605:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:632:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:657:53: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:682:53: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:328:76: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:331:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:334:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:410:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:522:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:811:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/calendar/tests/test_access_rights.py:117:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/calendar/tests/test_access_rights.py:133:30: E227 missing whitespace around bitwise or shift operator
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:49:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:353:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:356:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:377:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:380:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:397:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_res_partner.py:56:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/calendar/wizard/calendar_popover_delete_wizard.py:12:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_xlsx_export/models.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/test_xlsx_export/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_xlsx_export/models.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:101:27: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:105:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:105:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:106:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:106:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:107:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:107:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:108:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:108:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:109:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:109:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:110:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:110:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:111:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:111:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:112:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:112:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:113:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:113:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:119:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:119:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:120:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:120:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:121:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:121:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:122:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:122:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:123:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:123:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:124:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:124:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:125:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:125:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:126:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:126:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:127:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:127:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:139:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:139:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:140:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:140:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:141:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:142:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:142:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:143:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:144:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:144:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:145:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:145:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:146:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:147:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:147:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:159:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:159:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:160:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:160:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:161:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:162:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:162:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:163:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:164:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:164:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:165:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:165:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:166:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:167:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:167:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:180:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:180:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:181:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:181:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:182:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:182:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:183:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:184:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:184:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:185:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:185:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:186:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:187:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:187:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:188:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:189:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:189:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:202:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:202:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:203:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:203:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:204:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:204:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:205:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:206:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:206:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:207:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:207:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:208:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:209:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:209:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:210:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:210:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:222:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:222:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:223:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:223:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:224:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:224:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:225:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:225:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:226:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:226:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:227:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:227:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:228:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:228:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:229:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:229:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:230:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:230:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:243:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:243:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:244:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:244:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:245:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:245:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:246:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:246:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:247:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:247:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:248:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:248:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:249:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:249:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:250:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:250:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:251:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:251:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:252:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:252:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:265:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:265:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:266:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:266:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:267:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:267:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:268:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:268:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:269:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:269:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:270:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:270:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:271:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:271:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:272:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:272:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:273:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:273:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:274:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:274:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:285:40: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:285:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:286:40: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:286:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:287:40: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:287:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:288:40: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:288:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:289:40: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:289:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:290:40: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:290:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:305:10: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:52: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:52: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:52: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:52: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:52: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:52: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:335:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:342:24: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:342:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:343:24: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:343:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:344:24: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:344:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:345:24: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:345:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:357:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:357:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:358:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:358:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:359:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:359:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:360:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:360:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:361:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:361:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:362:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:362:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:404:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:404:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:405:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:405:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:406:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:407:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:407:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:438:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/res_company.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:33:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:131:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:264:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:266:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:268:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:77:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:88:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:105:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:111:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_edi_format.py:111:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_edi_format.py:205:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_edi_document.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ar_withholding/demo/account_demo.py:12:138: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:107:125: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:138:128: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:152:128: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:167:125: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:188:125: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/point_of_sale/__manifest__.py:116:72: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/point_of_sale/__manifest__.py:226:13: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/point_of_sale/__init__.py:11:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tools/pos_order_data.py:10:116: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/controllers/main.py:40:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_category.py:4:1: F401 'typing.Tuple' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:6:1: F401 'odoo.tools.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:12:13: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:29:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:114:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:160:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:179:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:184:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:225:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_combo.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/res_company.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:296:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:349:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:695:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:696:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1028:51: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1124:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1138:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1165:14: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1190:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1346:24: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1346:38: E202 whitespace before '}'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1359:50: E711 comparison to None should be 'if cond is None:'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1453:22: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1456:31: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1458:27: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1458:62: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1497:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1596:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1625:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1626:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:16:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:161:105: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:162:109: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:311:60: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:406:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_journal.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:44:50: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:165:27: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:167:52: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:356:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:357:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:400:44: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:557:75: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:909:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1013:79: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1014:70: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1262:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1326:42: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1500:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1500:52: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1645:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/res_partner.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/res_partner.py:4:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_move.py:36:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_move.py:75:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_bank_statement.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_bank_statement.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_bank_statement.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/product.py:184:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/product.py:189:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/res_config_settings.py:137:28: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/point_of_sale/models/barcode_rule.py:5:1: F401 'odoo.tools.translate._' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_tax.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_config.py:562:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_printer.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_other_currency_config.py:7:1: F401 'odoo.tests.common.Form' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_other_currency_config.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_setup.py:4:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_setup.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_setup.py:52:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_basic_config.py:613:9: F841 local variable 'order' is assigned to but never used
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common_setup_methods.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common_setup_methods.py:265:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_controller.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_with_fiscal_position.py:4:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_with_fiscal_position.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:7:1: F401 'odoo.api.Environment' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:225:9: F841 local variable 'chair_legs_line' is assigned to but never used
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:249:9: F841 local variable 'chair_fabrics_line' is assigned to but never used
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:391:9: F841 local variable 'p' is assigned to but never used
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:505:51: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:505:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:507:51: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:507:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:512:44: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:678:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:829:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:855:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:864:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:872:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1062:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1070:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1077:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1095:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1380:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_pos_order.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_pos_order.py:62:15: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_products_with_tax.py:4:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:11:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:12:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:13:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:14:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:16:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_stock_account.py:4:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_stock_account.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_stock_account.py:205:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:4:1: F401 'time' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:21:65: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:67:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:156:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:300:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:305:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:33:77: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:35:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:38:76: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:42:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:44:75: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:60:48: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:63:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:68:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:79:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:81:75: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:84:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:8:1: F401 'odoo.tests.tagged' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:120:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:239:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:240:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:243:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:308:19: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:411:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:451:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:470:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_multiple_receivable_accounts.py:6:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_multiple_receivable_accounts.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_margin.py:28:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_margin.py:343:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:4:1: F401 'time' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:6:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:9:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:11:1: F401 'odoo.tools.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:11:1: F401 'odoo.tools.test_reports' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1121:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1490:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1576:27: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1680:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1699:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1724:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1757:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1843:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1857:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1880:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1912:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1931:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1938:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1946:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1977:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:2085:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:2105:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_session.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_session.py:138:43: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/point_of_sale/wizard/pos_details.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/wizard/pos_details.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/wizard/pos_payment.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/test_sale_product_configurators/tests/test_event_sale_with_product_configurator.py:112:98: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/controllers/share.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/models/spreadsheet_dashboard_share.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/models/spreadsheet_dashboard.py:18:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_dashboard_tour.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_dashboard_share.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/common.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:50:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:52:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:97:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:99:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/event_sms/models/event_mail.py:83:40: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event_sms/models/event_mail.py:84:68: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event_sms/models/event_mail.py:85:78: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_br_website_sale/controllers/portal.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/utm/tests/common.py:5:1: F401 'odoo.tests.common.tagged' imported but unused
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/demo/account_demo.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/demo/account_demo.py:29:45: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:163:66: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:164:50: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:231:70: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:338:70: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:549:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:579:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/tests/test_edi_ewaybill_json.py:116:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/tests/test_edi_ewaybill_json.py:135:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_custom/models/payment_transaction.py:5:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/website_sale_picking/models/payment_provider.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/partner_autocomplete/models/res_partner_autocomplete_sync.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_subcontracting_purchase/tests/test_mrp_subcontracting_purchase.py:13:1: F401 'odoo.tests.loaded_demo_data' imported but unused
./Viindoo-odoo-17.0/addons/mrp_subcontracting_purchase/tests/test_mrp_subcontracting_purchase.py:1041:62: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account_qr_code_sepa/models/res_bank.py:3:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/account_qr_code_sepa/models/__init__.py:3:23: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/account_qr_code_sepa/tests/test_sepa_qr.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_qr_code_sepa/tests/__init__.py:3:27: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/payment_alipay/models/payment_transaction.py:7:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/payment_alipay/models/payment_transaction.py:9:1: F401 'odoo.tools.float_utils.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/l10n_tr_nilvera/lib/nilvera_client.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi_website_sale/controllers/main.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/event_crm/models/event_lead_rule.py:210:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/event_crm/models/event_lead_rule.py:211:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/event_crm/models/event_registration.py:4:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/event_crm/models/event_registration.py:8:1: F401 'odoo.addons.phone_validation.tools.phone_validation' imported but unused
./Viindoo-odoo-17.0/addons/event_crm/tests/test_event_crm_flow.py:7:1: F401 'odoo.tools.mute_logger' imported but unused
./Viindoo-odoo-17.0/addons/event_crm/tests/common.py:61:10: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:1:21: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:12:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/stock_landed_cost.py:181:105: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/stock_landed_cost.py:182:30: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/account_move.py:37:20: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stock_landed_costs_purchase.py:6:1: F401 'odoo.addons.stock_account.tests.test_stockvaluation._create_accounting_data' imported but unused
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stock_landed_costs_purchase.py:669:80: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:61:9: F841 local variable 'picking' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:154:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:155:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:156:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:164:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:166:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:173:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:174:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:182:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:183:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:190:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:192:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:199:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:200:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:201:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:213:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:214:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:215:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:216:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:225:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:239:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:240:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:241:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:242:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:251:9: F841 local variable 'lc1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:253:9: F841 local variable 'lc2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:285:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:286:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:287:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:293:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:295:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:302:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:303:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:312:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:313:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:365:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_comparison/models/__init__.py:2:38: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/pos_viva_wallet/models/pos_payment_method.py:24:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_viva_wallet/models/pos_payment_method.py:29:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/pos_viva_wallet/models/pos_payment_method.py:175:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_posbox_homepage/__manifest__.py:18:61: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_posbox_homepage/controllers/main.py:18:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/payment_demo/models/payment_provider.py:14:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_demo/models/payment_transaction.py:16:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_demo/models/payment_transaction.py:60:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_cl/models/uom_uom.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_cl/models/uom_uom.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_cl/models/res_partner.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_cl/models/res_partner.py:5:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_cl/models/res_currency.py:2:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_cl/models/res_currency.py:2:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/sale_project/__init__.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_template_line.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_project/models/project_milestone.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_project/models/project.py:182:84: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_project/models/project.py:872:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_project/models/project.py:1090:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:4:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:8:1: F401 'odoo.tools.format_amount' imported but unused
./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:9:1: F401 'odoo.tools.sql.column_exists' imported but unused
./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:9:1: F401 'odoo.tools.sql.create_column' imported but unused
./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:240:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:485:10: E114 indentation is not a multiple of 4 (comment)
./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:485:10: E117 over-indented (comment)
./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:485:10: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:516:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:523:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_project/tests/test_so_line_milestones.py:34:29: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:37:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:41:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:95:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:99:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:151:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:155:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_project_profitability.py:636:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:145:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:151:19: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:151:83: E202 whitespace before '}'
./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:175:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_signup/models/res_users.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_signup/models/res_partner.py:12:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/auth_signup/models/res_partner.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_signup/models/res_partner.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_signup/tests/test_login.py:2:1: F401 'odoo.addons.web.tests.test_login.TestWebLogin' imported but unused
./Viindoo-odoo-17.0/addons/l10n_in_pos/models/pos_order.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_in_pos/models/pos_order.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_in_pos/models/pos_config.py:20:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/payment_adyen/utils.py:1:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/payment_adyen/utils.py:2:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_token.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:41:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:65:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:76:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:149:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_transaction.py:20:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_adyen/tests/test_adyen.py:8:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_latam_base/models/res_company.py:3:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_latam_base/models/l10n_latam_identification_type.py:4:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/event_booth_sale/tests/test_event_booth_sale.py:157:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_be.py:1010:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_be.py:1011:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_de.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:109:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:110:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:509:128: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:510:128: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_us.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance_multicompany.py:40:44: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance_multicompany.py:61:9: F841 local variable 'team' is assigned to but never used
./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance_multicompany.py:66:9: F841 local variable 'teamb' is assigned to but never used
./Viindoo-odoo-17.0/addons/pos_self_order_epson_printer/models/pos_config.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order_epson_printer/models/pos_config.py:10:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae_adm_centers/tests/test_edi_xml.py:45:78: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar_attendee.py:7:1: F401 'odoo.addons.microsoft_calendar.utils.microsoft_calendar.MicrosoftCalendarService' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar_attendee.py:36:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_credentials.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:12:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:29:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:53:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:57:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar.py:38:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar.py:308:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar.py:502:9: F841 local variable 'microsoft_guid' is assigned to but never used
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar_recurrence_rule.py:13:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/res_config_settings.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_microsoft_event.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:5:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:12:1: F401 'odoo.modules.registry.Registry' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:13:1: F401 'odoo.addons.microsoft_account.models.microsoft_service.TIMEOUT' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:42:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_update_events.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_microsoft_service.py:299:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_microsoft_service.py:391:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_create_events.py:1:1: F401 'unittest.mock.call' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_create_events.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/common.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/common.py:27:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/common.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_answer_events.py:2:1: F401 'unittest.mock.ANY' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_delete_events.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_microsoft2odoo.py:7:1: F401 'datetime.date' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:42:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:199:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:200:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:203:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/event_id_storage.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/event_id_storage.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_event.py:5:1: F401 'odoo.api.model' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/wizard/reset_account.py:6:1: F401 'odoo.addons.microsoft_calendar.models.microsoft_sync.microsoft_calendar_token' imported but unused
./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:5:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:105:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/base_iban/models/__init__.py:4:31: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_it_edi_withholding/__init__.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi_withholding/__init__.py:10:76: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/purchase_stock/models/stock.py:66:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/models/res_partner.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/purchase_stock/models/res_partner.py:4:1: F401 'datetime.time' imported but unused
./Viindoo-odoo-17.0/addons/purchase_stock/models/res_partner.py:16:120: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/purchase_stock/models/purchase_order_line.py:47:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/models/purchase_order_line.py:268:69: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/purchase_stock/models/product.py:23:73: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/purchase_stock/models/product.py:40:102: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/purchase_stock/models/res_config_settings.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:6:7: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:10:7: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:17:7: F841 local variable 'product_tmpl' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:17:7: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:24:7: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:25:7: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:26:7: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:13:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:73:67: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:73:71: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:266:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:462:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:699:63: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:706:63: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_reordering_rule.py:729:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_reordering_rule.py:1093:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_move_cancel_propagation.py:3:1: F401 'odoo.tests.tagged' imported but unused
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:83:9: F841 local variable 'supplierinfo1' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:90:9: F841 local variable 'supplierinfo2' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:135:9: F841 local variable 'supplierinfo1' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:142:9: F841 local variable 'supplierinfo2' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:149:9: F841 local variable 'supplierinfo3' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:193:9: F841 local variable 'supplierinfo1' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:199:9: F841 local variable 'supplierinfo2' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:241:9: F841 local variable 'supplierinfo1' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:247:9: F841 local variable 'supplierinfo2' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:253:9: F841 local variable 'supplierinfo3' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:336:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:372:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_order_process.py:1:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:70:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:169:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:717:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:1279:51: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:1783:72: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:1931:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_create_picking.py:78:67: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_create_picking.py:78:97: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_create_picking.py:418:9: F841 local variable 'customer_move' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_uninstall.py:42:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/purchase_stock/tests/common.py:6:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_onchange_product.py:63:9: F841 local variable 'fp_tax_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_order.py:113:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_order.py:144:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_method.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase_stock/wizard/product_replenish.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/website_event_sale/models/product_pricelist.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_sale/models/product.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_mrp/models/sale_order_line.py:87:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_mrp/models/sale_order_line.py:123:84: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_procurement.py:4:1: F401 'time' imported but unused
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_procurement.py:130:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_procurement.py:150:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_kit_bom.py:236:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:11:1: F401 'odoo.addons.stock_account.tests.test_stockvaluation._create_accounting_data' imported but unused
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:249:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:428:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:469:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:470:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:600:97: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:790:9: F841 local variable 'wiz' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:942:9: F841 local variable 'wiz' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:1512:9: F841 local variable 'bom' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:1560:9: F841 local variable 'bom' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:1614:9: F841 local variable 'bom' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2133:28: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2505:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2506:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2507:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2508:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2516:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_lead_time.py:121:106: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/social_media/models/res_company.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/resource/models/resource_calendar.py:21:1: F401 'odoo.tools.float_utils' imported but unused
./Viindoo-odoo-17.0/addons/resource/models/resource_calendar.py:350:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/resource/models/utils.py:55:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/resource/models/utils.py:76:15: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/resource/models/utils.py:77:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/resource/models/utils.py:84:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/resource/models/utils.py:100:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/resource/models/utils.py:109:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/resource/models/utils.py:112:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/resource/models/utils.py:187:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/resource/models/utils.py:194:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/__manifest__.py:93:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/__manifest__.py:96:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/__manifest__.py:325:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/__manifest__.py:458:26: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/web/controllers/domain.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/controllers/export.py:162:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/controllers/export.py:206:76: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/controllers/export.py:276:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/controllers/export.py:520:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/controllers/export.py:564:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/controllers/report.py:20:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web/controllers/report.py:22:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web/controllers/report.py:52:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web/controllers/report.py:54:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web/controllers/main.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/controllers/session.py:5:1: F401 'operator' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/session.py:12:1: F401 'odoo.modules.module' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/session.py:13:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/session.py:13:1: F401 'odoo.exceptions.AccessDenied' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/profiling.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/controllers/dataset.py:4:1: F401 'warnings' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/binary.py:4:1: F401 'functools' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/binary.py:98:20: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/web/controllers/webclient.py:11:1: F401 'werkzeug.wsgi' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/webclient.py:19:1: F401 'odoo.tools.misc.file_open' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:3:1: F401 'copy' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:4:1: F401 'hashlib' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:5:1: F401 'io' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:7:1: F401 're' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:8:1: F401 'collections.OrderedDict' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:8:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:16:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/addons/web/models/ir_qweb_fields.py:117:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/models/models.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/models/models.py:31:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/web/models/models.py:499:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web/models/models.py:550:28: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/web/models/models.py:550:71: E202 whitespace before '}'
./Viindoo-odoo-17.0/addons/web/models/models.py:558:33: E711 comparison to None should be 'if cond is not None:'
./Viindoo-odoo-17.0/addons/web/models/models.py:576:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web/models/models.py:595:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web/models/models.py:620:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web/models/models.py:699:27: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/web/models/models.py:750:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web/models/models.py:855:23: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/web/models/models.py:882:21: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/web/models/models.py:915:23: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/web/models/models.py:931:21: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/web/models/models.py:1162:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/web/models/ir_http.py:134:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:21:52: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:21:66: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:28:48: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:28:70: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:35:48: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:35:70: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:42:48: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:42:70: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_assets.py:83:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_assets.py:101:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_web_search_read.py:25:86: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_ir_qweb.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_js.py:18:7: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/web/tests/test_load_menus.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:3:1: F401 'random' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:4:1: F401 're' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:6:1: F401 'textwrap' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:12:1: F401 'odoo.tests.common.BaseCase' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:12:1: F401 'odoo.tests.common.HttpCase' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:13:1: F401 'odoo.tools.topological_sort' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:82:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:16:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:27:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:38:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:61:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_translate.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:8:1: F401 'odoo.tools.mute_logger' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:27:61: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:29:38: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_login.py:26:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_base_document_layout.py:210:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web/tests/test_base_document_layout.py:227:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/test_spreadsheet/tests/test_spreadsheet.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:1:24: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:2:75: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:4:32: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:7:48: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:8:37: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail_account/tests/test_pingen_send.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/snailmail_account/tests/test_snailmail_on_invoice.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/payment_stripe/models/payment_provider.py:38:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_stripe/models/payment_provider.py:50:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_stripe/models/payment_provider.py:441:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_hr_holidays/models/hr_leave.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr_hr_holidays/models/res_config_settings.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr_hr_holidays/tests/test_french_leaves.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_booth_sale/models/product_product.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_booth_sale/tests/test_event_booth_sale.py:13:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:64:13: F841 local variable '_leads' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:86:13: F841 local variable '_lead' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:101:13: F841 local variable '_lead' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:124:13: F841 local variable '_lead' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:137:13: F841 local variable '_lead' is assigned to but never used
./Viindoo-odoo-17.0/addons/payment_mollie/models/payment_provider.py:29:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:14:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:26:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:32:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:51:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:57:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:63:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:70:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:77:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:85:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:93:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/tests/test_base_import.py:285:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/test_base_import/tests/test_base_import.py:841:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/tests/test_base_import.py:925:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project_sale_expense/models/project_project.py:6:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/project_sale_expense/tests/test_project_profitability.py:66:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_din5008/models/hr_timesheet.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/im_livechat/tools/misc.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/im_livechat/controllers/main.py:4:1: F401 're' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/controllers/main.py:12:1: F401 'odoo.addons.base.models.assetsbundle.AssetsBundle' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/controllers/webclient.py:5:1: F401 'odoo.addons.mail.models.discuss.mail_guest.add_guest_to_context' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:3:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:6:1: F401 'operator.itemgetter' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:8:1: F401 'odoo.modules' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:344:65: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:345:110: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:346:107: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:376:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/im_livechat/models/discuss_channel.py:5:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:29:63: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:56:68: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:61:25: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:76:25: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:87:25: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_operator.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/tests/test_im_livechat_support_page.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/im_livechat/tests/test_chatbot_internals.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/__manifest__.py:4:11: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/__manifest__.py:5:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/__init__.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/__init__.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/__init__.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/__init__.py:59:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/account/__init__.py:59:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/__init__.py:60:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/__init__.py:61:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/__init__.py:62:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/__init__.py:63:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/__init__.py:64:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/__init__.py:65:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:32:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:64:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:77:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:86:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:125:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/__init__.py:4:1: F403 'from .structured_reference import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/account/controllers/download_docs.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_partial_reconcile.py:63:9: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/account/models/account_partial_reconcile.py:417:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_partial_reconcile.py:448:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move_line_tax_details.py:29:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_move_line_tax_details.py:42:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_move_line_tax_details.py:42:39: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/account/models/decimal_precision.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_account.py:2:1: F401 'contextlib.nullcontext' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_account.py:4:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_account.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_account.py:92:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_account.py:761:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_account.py:768:111: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/account/models/account_account.py:848:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:3:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:3:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:6:1: F401 'math.copysign' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:7:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:8:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:298:78: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:5:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:6:1: F401 'odoo.tools.remove_accents' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:30:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:96:63: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:97:57: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:98:95: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:122:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:134:158: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:135:166: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:136:157: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:435:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:599:52: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/account/models/res_users.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/account/models/res_users.py:5:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:13:1: F401 'psycopg2.extras.Json' imported but unused
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:19:1: F401 'odoo.tools.groupby' imported but unused
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:85:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:89:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:295:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:301:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:310:117: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:339:71: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:340:87: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:360:23: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:434:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/account/models/account_move.py:109:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_move.py:823:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_move.py:1497:51: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_move.py:1517:17: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/addons/account/models/account_move.py:2028:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move.py:2089:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account/models/account_move.py:2258:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account/models/account_move.py:2403:13: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account/models/account_move.py:2585:17: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_move.py:2765:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_move.py:3070:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_move.py:3080:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_move.py:3111:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_move.py:3849:63: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move.py:3856:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_move.py:4606:13: F841 local variable 'next_amount_to_pay' is assigned to but never used
./Viindoo-odoo-17.0/addons/account/models/account_payment.py:268:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_payment.py:575:39: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/account/models/account_payment.py:575:41: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/account/models/account_payment.py:576:43: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/account/models/account_payment.py:576:45: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/account/models/account_payment.py:1111:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_bank_statement.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:3:1: F401 'odoo.osv.expression.get_unaccent_wrapper' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:6:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:321:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:325:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:379:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/product.py:25:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/product.py:27:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/product.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/ir_module.py:19:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/account/models/ir_module.py:19:1: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/account/models/ir_module.py:21:1: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/account/models/ir_module.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/company.py:55:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/company.py:120:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/company.py:397:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/company.py:410:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/company.py:509:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/company.py:596:27: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/account/models/company.py:614:14: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/account/models/company.py:729:21: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:9:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:13:1: F401 'odoo.tools.misc.formatLang' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:31:94: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:32:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:194:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:241:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:242:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:259:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:860:110: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/res_config_settings.py:218:6: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_tax.py:58:136: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_tax.py:540:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_tax.py:541:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_tax.py:542:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_tax.py:917:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_tax.py:1614:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_payment_term.py:268:70: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/account/models/account_payment_term.py:325:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/template_generic_coa.py:6:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/account/models/account_report.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_report.py:252:59: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_report.py:255:60: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_report.py:590:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/account/models/account_report.py:731:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_report.py:776:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/partner.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/partner.py:289:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/partner.py:566:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_analytic_line.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:383:6: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:1696:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:1703:78: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:2817:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:2952:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:3398:61: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/report/account_invoice_report.py:6:1: F401 'functools.lru_cache' imported but unused
./Viindoo-odoo-17.0/addons/account/report/account_invoice_report.py:197:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:18:22: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:19:24: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:20:19: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:21:19: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:6:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:157:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:471:86: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:657:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:705:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:18:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:18:35: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:19:62: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:19:63: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_chart_template.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_chart_template.py:136:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_chart_template.py:154:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_tour.py:40:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:113:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:134:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:134:88: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:696:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:698:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:724:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:726:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:727:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:2:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1092:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1100:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1108:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1116:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1784:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1785:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1786:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1831:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1832:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1833:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:2087:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:2213:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_entry.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_entry.py:425:10: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_entry.py:684:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_payment.py:6:1: F401 'odoo.tests.new_test_user' imported but unused
./Viindoo-odoo-17.0/addons/account/tests/test_account_payment.py:1078:87: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_payment_items.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_incoming_supplier_invoice.py:164:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:35:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:3494:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4423:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4425:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4431:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4433:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4468:83: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4546:83: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4726:24: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:105:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:110:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:114:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:138:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:151:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:151:21: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:155:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:155:21: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_send.py:500:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_send.py:534:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:145:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:306:21: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:333:74: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:365:74: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:397:74: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:434:74: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:29:21: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:34:21: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:39:21: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:328:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:349:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_refund.py:1032:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_refund.py:1158:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_tax_totals.py:34:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/common.py:531:50: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/tests/common.py:532:63: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:128:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:128:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:129:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:129:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:130:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:130:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:131:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:131:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:132:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:132:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:133:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:133:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:134:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:135:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:150:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:150:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:151:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:151:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:152:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:152:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:153:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:153:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:154:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:154:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:155:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:155:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:156:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:157:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:4:1: F401 'odoo.tests.common.Form' imported but unused
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:795:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:923:9: F841 local variable '_line5' is assigned to but never used
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:1166:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:1290:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:1292:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:233:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:238:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:245:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:253:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:258:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:264:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:387:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:566:35: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:566:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:566:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:16:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:372:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:1737:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2592:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2593:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2594:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2639:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2640:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2641:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:3455:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:3581:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:3751:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:4387:5: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:121:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:122:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:123:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:124:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:125:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:131:17: F841 local variable '_draft_bill' is assigned to but never used
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:180:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_account_payment_register.py:4:1: F401 'odoo.tests.Form' imported but unused
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_refund.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_refund.py:987:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_refund.py:1113:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_all_l10n.py:27:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_account_all_l10n.py:36:49: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_download_xsds.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/wizard/accrued_orders.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/wizard/accrued_orders.py:220:105: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/account/wizard/accrued_orders.py:224:61: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:20:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:21:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:328:40: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:515:37: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:84:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:86:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:131:54: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:133:54: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/wizard/account_resequence.py:4:1: F401 'odoo.tools.date_utils.get_month' imported but unused
./Viindoo-odoo-17.0/addons/account/wizard/account_resequence.py:7:1: F401 're' imported but unused
./Viindoo-odoo-17.0/addons/account/wizard/account_resequence.py:103:31: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/account/wizard/account_unreconcile.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/account/wizard/account_move_send.py:428:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_din5008_purchase/models/purchase.py:35:5: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/event/controllers/main.py:21:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/event/models/event_event.py:431:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/event/models/event_event.py:433:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/event/models/event_mail.py:9:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/event/models/event_mail.py:12:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/event/models/event_mail.py:73:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/event/models/event_mail.py:301:40: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/models/event_mail.py:302:68: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/models/event_mail.py:303:78: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/models/res_config_settings.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/event/models/event_tag.py:6:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:353:13: F841 local variable '_existing' is assigned to but never used
./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:378:13: F841 local variable '_new' is assigned to but never used
./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:474:49: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:475:39: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:476:44: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:477:50: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:27:47: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:28:48: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:151:9: F841 local variable 'registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:368:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:851:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_common.py:2:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused
./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_common.py:6:1: F401 'odoo.tools.misc.clean_context' imported but unused
./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_common.py:396:65: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py:234:63: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py:234:64: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_xml_ubl_20.py:867:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_stock/controllers/portal.py:5:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/addons/sale_stock/models/stock.py:6:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/sale_stock/models/stock.py:41:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/models/stock.py:185:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:40:37: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:86:41: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:223:54: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:223:70: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order_line.py:248:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order_line.py:341:64: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order_line.py:388:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglo_saxon_valuation_reconciliation.py:103:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglo_saxon_valuation_reconciliation.py:117:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglosaxon_account.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_create_perf.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglo_saxon_valuation.py:834:13: F841 local variable 'invoice_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:110:9: F841 local variable 'inv_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:232:55: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:233:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1516:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1527:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1534:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1823:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_order_dates.py:9:1: F401 'odoo.tests.common' imported but unused
./Viindoo-odoo-17.0/addons/sale_stock/wizard/stock_rules_report.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/lunch/models/lunch_product.py:4:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/lunch/models/lunch_product.py:89:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:30:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:33:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:319:13: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/lunch/models/lunch_order.py:268:17: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/addons/lunch/models/lunch_alert.py:75:13: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/lunch/report/lunch_cashmove_report.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/lunch/tests/test_ui.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/lunch/tests/test_ui.py:11:19: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/lunch/tests/common.py:26:23: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/web_hierarchy/models/ir_ui_view.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_links/tests/test_link_tracker.py:11:24: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/website/tools.py:109:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tools.py:146:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tools.py:165:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tools.py:192:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/controllers/model_page.py:68:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website/controllers/model_page.py:135:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website/controllers/form.py:13:1: F401 'odoo.addons.base.models.ir_qweb_fields.nl2br' imported but unused
./Viindoo-odoo-17.0/addons/website/models/res_partner.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/models/website_page.py:13:1: F401 'odoo.tools.translate._' imported but unused
./Viindoo-odoo-17.0/addons/website/models/ir_http.py:84:15: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/website/models/res_config_settings.py:6:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/website/models/ir_asset.py:10:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website/models/ir_asset.py:20:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website/models/ir_qweb.py:11:1: F401 'odoo.addons.base.models.assetsbundle.AssetsBundle' imported but unused
./Viindoo-odoo-17.0/addons/website/models/ir_qweb.py:13:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/website/tests/test_assets.py:72:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website/tests/test_assets.py:83:86: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website/tests/test_sitemap.py:74:31: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/website/tests/test_website_form_editor.py:69:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_website_visitor.py:25:69: F841 local variable '_get_visitor_from_request_mock' is assigned to but never used
./Viindoo-odoo-17.0/addons/website/tests/test_configurator.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_configurator.py:51:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_converter.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_disable_unused_snippets_assets.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_disable_unused_snippets_assets.py:74:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/website/tests/test_disable_unused_snippets_assets.py:111:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_performance.py:10:1: F401 'odoo.tests.common.HttpCase' imported but unused
./Viindoo-odoo-17.0/addons/website/tests/test_performance.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_grid_layout.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_iap.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_fuzzy.py:238:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ae/models/template_ae.py:50:29: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/controllers/payment_portal.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/controllers/payment_portal.py:31:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/models/pos_config.py:3:1: F401 'typing.Dict' imported but unused
./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/tests/test_self_order_frontend.py:3:1: F401 'unittest.mock.patch' imported but unused
./Viindoo-odoo-17.0/addons/l10n_no/__init__.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail_sms/models/test_mail_sms_models.py:158:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail_sms/tests/test_sms_sms.py:37:83: F841 local variable '_send_mock' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail_sms/tests/test_sms_post.py:370:13: F841 local variable 'messages' is assigned to but never used
./Viindoo-odoo-17.0/addons/project_mrp/tests/test_project_profitability.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/payment_razorpay_oauth/controllers/onboarding.py:56:35: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/payment_aps/models/payment_provider.py:42:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:201:21: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:332:9: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:367:9: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:524:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/portal/models/mail_thread.py:13:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/portal/models/portal_mixin.py:6:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/project_todo/__init__.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_todo/models/project_task.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_todo/tests/test_access_rights.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_todo/wizard/mail_activity_todo_create.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle_log_contract.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle.py:4:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle_log_services.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_fleet/wizard/hr_departure_wizard.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/hr_fleet/wizard/hr_departure_wizard.py:18:93: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hr_fleet/wizard/hr_departure_wizard.py:19:99: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:6:1: F401 'random' imported but unused
./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:9:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:9:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:9:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:10:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/loyalty/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/loyalty/models/res_partner.py:39:53: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_rule.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_card.py:184:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_mail.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_reward.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_program.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_program.py:320:62: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_program.py:442:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/loyalty/tests/test_loyalty.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/loyalty/wizard/loyalty_generate_wizard.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_vat/__manifest__.py:20:77: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:409:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:426:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:501:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:528:77: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:529:48: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:530:95: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:531:48: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:543:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:621:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:822:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:825:103: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:826:66: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:826:67: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:828:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:828:69: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:829:108: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:829:109: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:830:92: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:830:93: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:913:84: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:1002:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_timesheet/__init__.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/models/project_update.py:44:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_timesheet/models/sale_order.py:3:1: F401 'math' imported but unused
./Viindoo-odoo-17.0/addons/sale_timesheet/models/sale_order.py:25:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale_timesheet/models/project.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/models/project.py:641:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/models/account.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:4:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:768:67: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:773:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:778:69: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:783:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_project_billing.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:3:1: F401 'datetime.date' imported but unused
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:412:9: F841 local variable 'so_line_ordered_project_only' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:432:9: F841 local variable 'project_serv2' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:517:9: F841 local variable 'invoice2' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:529:9: F841 local variable 'invoice3' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:994:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:994:43: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_project_update.py:3:1: F401 'freezegun.freeze_time' imported but unused
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_project_update.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet_portal.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/wizard/sale_make_invoice_advance.py:18:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_timesheet/wizard/sale_make_invoice_advance.py:31:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_timesheet/wizard/project_create_sale_order.py:191:65: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/im_livechat_mail_bot/models/__init__.py:5:24: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/sale_management/__init__.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_line.py:65:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_line.py:79:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_line.py:93:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:7:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:26:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:79:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:94:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:162:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_option.py:65:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_option.py:138:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:59:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:78:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:86:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:107:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_line.py:46:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_option.py:46:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_option.py:60:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/tests/common.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product_matrix/tests/common.py:3:1: F401 'odoo.tests.tagged' imported but unused
./Viindoo-odoo-17.0/addons/product_matrix/tests/common.py:46:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_sale.py:514:9: F841 local variable 'sol' is assigned to but never used
./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_internals.py:4:1: F401 'datetime.date' imported but unused
./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_internals.py:8:1: F401 'odoo.fields.Date as FieldsDate' imported but unused
./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_internals.py:56:100: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/event_sale/wizard/event_edit_registration.py:3:1: F401 'collections.Counter' imported but unused
./Viindoo-odoo-17.0/addons/event_sale/wizard/event_edit_registration.py:3:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/event_sale/wizard/event_edit_registration.py:6:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_mt_pos/wizards/compliance_letter.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_pl/__init__.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_pl/__init__.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_pl/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_free_shipping_reward.py:54:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_free_shipping_reward.py:57:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_free_shipping_reward.py:371:33: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_loyalty_delivery.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_loyalty_delivery.py:139:97: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/website_event_exhibitor/controllers/exhibitor.py:7:1: F401 'werkzeug.exceptions.NotFound' imported but unused
./Viindoo-odoo-17.0/addons/base_sparse_field/models/fields.py:37:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_sparse_field/models/fields.py:49:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_sparse_field/models/fields.py:58:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_sparse_field/models/models.py:5:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/pos_online_payment/controllers/payment_portal.py:18:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/pos_online_payment/controllers/payment_portal.py:239:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/controllers/payment_portal.py:282:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_session.py:19:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_session.py:35:74: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_order.py:11:116: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_order.py:54:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_payment.py:14:118: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_payment_method.py:27:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/models/payment_transaction.py:39:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/tests/test_frontend.py:68:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/tests/test_frontend.py:282:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/tests/online_payment_common.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:265:9: F841 local variable '_blocklist_rec' is assigned to but never used
./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:339:13: F841 local variable '_mailing_sudo' is assigned to but never used
./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:560:9: F841 local variable '_blocklist_rec' is assigned to but never used
./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:587:9: F841 local variable '_blocklist_rec' is assigned to but never used
./Viindoo-odoo-17.0/addons/mass_mailing/models/utm_campaign.py:7:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/mass_mailing/models/utm_campaign.py:8:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:38:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:701:71: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:880:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:1095:52: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:1410:40: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing_trace.py:70:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing_filter.py:32:17: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:23:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:33:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:43:80: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:43:81: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:52:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:53:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:54:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:63:81: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:63:82: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:73:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:74:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:75:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:84:81: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:84:82: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:93:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:94:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:95:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:112:82: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:112:83: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:115:81: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:115:82: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:12:1: F811 redefinition of unused 'patch' from line 8
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:42:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:45:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:88:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:264:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:268:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:272:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:331:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:332:34: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:333:32: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:339:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:340:34: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:341:32: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:364:54: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:365:60: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:704:72: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_retry.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_ab_testing.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mass_mailing/tests/common.py:114:81: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/mass_mailing/tests/common.py:115:56: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_controllers.py:487:9: F841 local variable '_test_email' is assigned to but never used
./Viindoo-odoo-17.0/addons/mass_mailing/wizard/mailing_contact_to_list.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_rs_edi/wizard/account_move_send.py:2:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/sms/models/ir_actions_server.py:41:47: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/sms/models/mail_message.py:5:1: F401 'operator.itemgetter' imported but unused
./Viindoo-odoo-17.0/addons/sms/models/mail_message.py:7:1: F401 'odoo.exceptions' imported but unused
./Viindoo-odoo-17.0/addons/sms/models/mail_message.py:8:1: F401 'odoo.tools.groupby' imported but unused
./Viindoo-odoo-17.0/addons/sms/models/models.py:2:1: F401 'odoo.addons.phone_validation.tools.phone_validation' imported but unused
./Viindoo-odoo-17.0/addons/sms/wizard/sms_resend.py:89:73: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/calendar_sms/models/calendar_event.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_track_live/controllers/track_live.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/controllers/website_form.py:2:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/controllers/website_form.py:4:1: F401 'odoo.http' imported but unused
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_view.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_view.py:30:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:10:1: F401 'odoo' imported but unused
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:88:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:96:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:100:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:164:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:329:17: F841 local variable 'lead' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/ir_http.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase_requisition/wizard/purchase_requisition_alternative_warning.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/mrp_subcontracting/__init__.py:25:5: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/mrp_subcontracting/models/stock_move.py:7:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/mrp_subcontracting/models/mrp_bom.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/test_subcontracting.py:4:1: F401 'freezegun.freeze_time' imported but unused
./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/test_subcontracting.py:293:9: F841 local variable 'orderpoint' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/test_subcontracting.py:1758:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/common.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/common.py:91:68: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_br/models/res_company.py:12:116: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_br/models/res_company.py:13:91: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/__manifest__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/resource_calendar.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:12:1: F401 'odoo.addons.resource.models.utils.Intervals' imported but unused
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:212:84: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:240:47: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:241:70: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:285:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:286:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:472:58: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:473:78: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/tests/test_global_time_off.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/wizard/hr_work_entry_regeneration_wizard.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_address_extended/models/res_city.py:5:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/base_address_extended/models/res_city.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_address_extended/models/res_partner.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_address_extended/tests/test_street_fields.py:4:1: F401 'odoo.models' imported but unused
./Viindoo-odoo-17.0/addons/mrp_subcontracting_dropshipping/models/purchase.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/mail_group/tests/test_mail_group_moderation.py:33:13: F841 local variable 'moderation' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail_group/tests/test_mail_group.py:106:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mail_group/tests/test_mail_group_mailing.py:32:13: F841 local variable '_response' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_dk_oioubl/tests/test_xml_oioubl_dk.py:188:53: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_dk_oioubl/tests/test_xml_oioubl_dk.py:199:53: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/rating/controllers/main.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:31:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:43:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:63:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/rating/tests/test_security.py:6:1: F401 'odoo.tests.new_test_user' imported but unused
./Viindoo-odoo-17.0/addons/rating/tests/test_security.py:42:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/rating/tests/test_security.py:74:56: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/rating/tests/test_controller.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/sale_order.py:51:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_rule.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_rule.py:15:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_card.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/sale_order_line.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_program.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_loyalty/wizard/coupon_share.py:25:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale_loyalty/wizard/coupon_share.py:26:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale_loyalty/wizard/coupon_share.py:27:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_blog/controllers/main.py:5:1: F401 'itertools' imported but unused
./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:5:1: F401 'random' imported but unused
./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:124:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:342:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:318:33: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:319:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:319:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:695:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:695:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:696:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:696:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:697:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:697:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:699:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:699:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:700:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:700:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:701:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:701:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:702:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:702:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:703:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:703:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:716:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:716:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:717:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:717:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:764:35: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:824:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:824:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:825:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:825:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:843:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:843:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:844:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:844:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:883:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:883:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:884:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:884:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:885:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:885:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:886:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:886:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:888:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:888:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:889:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:889:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:894:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:894:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:895:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:895:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1185:19: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1271:155: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1280:10: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1286:31: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1305:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1305:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1306:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1306:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1307:231: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1309:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1309:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1310:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1310:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1311:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1311:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1314:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1314:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1315:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1315:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1316:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1316:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_models.py:170:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_models.py:321:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_models.py:412:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_corner_case_models.py:82:51: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_corner_case_models.py:95:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_thread_models.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_alias.py:204:77: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_alias.py:708:21: F841 local variable '_new_domain' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:365:57: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:366:61: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:367:66: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:505:77: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:530:17: F841 local variable '_new_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:572:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:573:73: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:574:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:882:9: F841 local variable '_new_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:940:73: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:982:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1032:21: F841 local variable '_new_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1052:72: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1054:69: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1056:49: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1057:49: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1058:49: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1059:45: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1569:17: F841 local variable '_new_mails' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1575:17: F841 local variable '_new_messages' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1588:13: F841 local variable '_new_mails' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:2157:29: F841 local variable '_mail' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_composer.py:9:1: F401 'unittest.mock.DEFAULT' imported but unused
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_composer.py:543:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_composer.py:3309:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:215:9: F841 local variable '_name' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:580:76: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:777:90: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:780:90: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:783:90: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:786:90: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_template_preview.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_template_preview.py:53:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:141:19: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:142:20: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:145:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:862:21: F841 local variable '_new_record' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:880:13: F841 local variable '_new_record' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:1748:71: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2200:13: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2250:21: F541 f-string is missing placeholders
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2298:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2361:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2362:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2367:9: F841 local variable '_user_notif' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2398:71: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2399:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2404:9: F841 local variable '_other_log' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2430:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2431:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2457:38: F541 f-string is missing placeholders
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_management.py:17:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_management.py:20:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:290:13: F841 local variable '_category' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:323:13: F841 local variable '_category' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:347:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:348:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:349:13: F841 local variable '_category' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:922:13: F841 local variable '_composer' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_thread_internals.py:539:21: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_thread_internals.py:627:13: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:200:21: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:245:17: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:333:13: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:486:13: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_multicompany.py:165:13: F841 local variable '_name' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_multicompany.py:169:13: F841 local variable '_subject' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:387:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:469:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:470:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:471:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:844:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_mail.py:685:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_mail.py:947:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_activity.py:102:13: F841 local variable 'activity' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_activity.py:180:17: F841 local variable 'activity' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae_invoice_period/models/account_move.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/controllers/main.py:7:1: F401 'odoo.http.request' imported but unused
./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/controllers/main.py:18:17: E117 over-indented
./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/models/pos_payment.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/models/pos_payment.py:5:1: F401 'requests' imported but unused
./Viindoo-odoo-17.0/addons/base_import_module/controllers/main.py:2:1: F401 'functools' imported but unused
./Viindoo-odoo-17.0/addons/base_import_module/models/ir_ui_view.py:4:1: F401 'operator.itemgetter' imported but unused
./Viindoo-odoo-17.0/addons/base_import_module/models/ir_ui_view.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import_module/models/ir_module.py:180:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import_module/models/base_import_module.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/base_import_module/models/base_import_module.py:25:9: F841 local variable 'res' is assigned to but never used
./Viindoo-odoo-17.0/addons/base_import_module/tests/test_cloc.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import_module/tests/test_cloc.py:37:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:44:34: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:157:34: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:179:34: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:188:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/l10n_it/migrations/0.7/post-map_carryover_to_new_report.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it/migrations/0.6/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_product_configurator/tests/common.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/delivery_stock_picking_batch/models/stock_picking_batch.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_in_sale/tests/test_l10n_in_sale_fiscal_position.py:66:9: F841 local variable 'company_state' is assigned to but never used
./Viindoo-odoo-17.0/addons/payment_payumoney/models/payment_provider.py:51:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_payumoney/models/payment_transaction.py:5:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/sale_purchase/models/sale_order_line.py:136:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_purchase/models/sale_order_line.py:193:81: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_purchase/tests/common.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_purchase/tests/test_sale_purchase.py:5:1: F401 'odoo.exceptions.AccessError' imported but unused
./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:6:1: F401 'requests' imported but unused
./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:8:1: F401 'lxml.html' imported but unused
./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:30:11: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:211:29: F811 redefinition of unused 'html' from line 8
./Viindoo-odoo-17.0/addons/board/__manifest__.py:29:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_mx/controllers/portal.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_mx/models/template_mx.py:56:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_mx/models/template_mx.py:61:60: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_slides_survey/__init__.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides_survey/controllers/website_profile.py:14:57: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/website_slides_survey/controllers/website_profile.py:27:45: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/website_slides_survey/models/survey_user.py:5:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/website_slides_survey/models/survey_user.py:15:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_slides_survey/models/slide_slide.py:30:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides_survey/models/survey_survey.py:11:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:4:11: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:5:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:8:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:9:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:10:18: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle_log_contract.py:141:109: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle_log_contract.py:141:129: E202 whitespace before ')'
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:8:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:12:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:140:117: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle_model.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/fleet/report/fleet_report.py:6:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ec/models/account_journal.py:34:1: W391 blank line at end of file
./Viindoo-odoo-17.0/addons/payment_ogone/models/payment_provider.py:39:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_ogone/models/payment_provider.py:64:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_forum/models/forum_post.py:436:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_forum/models/forum_post.py:567:16: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/website_forum/populate/forum_post.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_forum/populate/forum_forum.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_forum/populate/mail_message.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_forum/tests/test_forum_internals.py:97:9: F841 local variable '_answer' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_forum/tests/test_forum_internals.py:159:9: F841 local variable '__' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_fi_sale/__init__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai_multi_refund/models/account_move.py:12:6: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai_multi_refund/models/account_edi_format.py:22:22: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/mrp_subcontracting_account/models/product_product.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_subcontracting_account/tests/test_subcontracting_account.py:217:9: F841 local variable 'stock_cop_acc_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/base_automation/controllers/main.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_automation/controllers/main.py:16:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_automation/models/ir_actions_server.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_automation/models/ir_actions_server.py:81:22: F841 local variable 'other' is assigned to but never used
./Viindoo-odoo-17.0/addons/base_automation/models/base_automation.py:518:35: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_automation/models/base_automation.py:536:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_automation/models/base_automation.py:872:35: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/addons/l10n_cf/models/template_cf.py:31:1: W391 blank line at end of file
./Viindoo-odoo-17.0/addons/payment_flutterwave/models/payment_provider.py:40:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_org_chart/__init__.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_org_chart/tests/test_employee_deletion.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_org_chart/tests/test_employee.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_crm/__init__.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_crm/__init__.py:9:45: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/sale_crm/models/sale_order.py:15:53: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_crm/models/sale_order.py:15:61: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:4:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:19:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:22:72: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:24:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:29:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:34:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:39:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:44:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_lead.py:4:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/addons/l10n_cz/models/res_company.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/payment_payulatam/models/payment_provider.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/payment_payulatam/models/payment_provider.py:81:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_payulatam/models/payment_transaction.py:3:1: F401 'hmac' imported but unused
./Viindoo-odoo-17.0/addons/l10n_eu_oss/__init__.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_eu_oss/tests/test_oss.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:168:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:346:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:1435:13: F841 local variable 'can_publish' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:1538:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:1539:29: E117 over-indented (comment)
./Viindoo-odoo-17.0/addons/website_slides/controllers/mail.py:4:1: F401 'werkzeug' imported but unused
./Viindoo-odoo-17.0/addons/website_slides/models/slide_question.py:61:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides/models/res_groups.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:182:100: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:202:101: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:1106:96: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:1397:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_slides/tests/test_statistics.py:249:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides/tests/test_slide_question.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides/tests/test_slide_slide.py:101:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides/tests/test_security.py:663:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/website_slides/tests/test_attendee.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides/tests/test_attendee.py:248:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:3:1: F401 'contextlib' imported but unused
./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:29:1: F401 'odoo.tools.config' imported but unused
./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:37:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:660:21: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/http_routing/models/ir_qweb.py:34:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/http_routing/tests/test_res_lang.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_service/__manifest__.py:9:116: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/account_payment/controllers/__init__.py:5:22: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/account_payment/models/account_payment_method_line.py:6:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/account_payment/models/payment_provider.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_payment/models/payment_provider.py:20:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_provider.py:102:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:47:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:105:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:121:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:180:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:18:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:37:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:66:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:106:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:209:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:236:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr/models/hr_employee.py:4:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/hr/models/hr_employee_base.py:94:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr/models/hr_employee_public.py:13:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr/populate/hr.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/populate/hr.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/populate/hr.py:54:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/populate/hr.py:58:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hr/populate/hr.py:66:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/populate/hr.py:76:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/tests/test_ui.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/tests/test_self_user_access.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/tests/test_self_user_access.py:54:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr/tests/test_self_user_access.py:63:35: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr/tests/test_multi_company.py:4:1: F401 'odoo.tests.Form' imported but unused
./Viindoo-odoo-17.0/addons/hr/tests/test_hr_employee.py:248:19: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr/tests/test_hr_employee.py:257:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr/tests/test_hr_employee.py:258:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:14:1: F401 'odoo.tools.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:14:1: F401 'odoo.tools.float_is_zero' imported but unused
./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:416:29: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:986:87: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:987:89: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_hu_edi/wizard/account_move_send.py:77:66: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/delivery/models/sale_order.py:25:48: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/delivery/models/sale_order.py:122:70: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_profile/controllers/main.py:33:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/website_profile/controllers/main.py:58:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_hr_recruitment/models/hr_job.py:119:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/website_hr_recruitment/tests/test_website_hr_recruitment.py:4:1: F401 'odoo.api.Environment' imported but unused
./Viindoo-odoo-17.0/addons/website_hr_recruitment/tests/test_website_hr_recruitment.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_hr_recruitment/tests/__init__.py:1:42: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/privacy_lookup/models/privacy_log.py:40:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/privacy_lookup/wizard/privacy_lookup_wizard.py:138:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/privacy_lookup/wizard/privacy_lookup_wizard.py:146:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/privacy_lookup/wizard/privacy_lookup_wizard.py:153:75: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:38:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:39:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:40:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:41:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:43:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:44:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_resource/tests/common.py:96:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:111:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:623:43: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:632:43: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:737:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:1342:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_account/models/google_service.py:36:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_account/models/google_service.py:67:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sms_twilio/tests/test_sms_twilio_controller.py:81:21: F841 local variable '_python_versionresponse' is assigned to but never used
./Viindoo-odoo-17.0/addons/sms_twilio/tests/common.py:82:13: F841 local variable '_sid' is assigned to but never used
./Viindoo-odoo-17.0/addons/sms_twilio/tests/common.py:219:13: F841 local variable '_response' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_project_stock/models/sale_order_line.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order/__init__.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order/controllers/orders.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order/controllers/orders.py:211:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/pos_self_order/controllers/orders.py:260:31: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_session.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_order.py:25:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_restaurant.py:5:1: F401 'typing.Callable' imported but unused
./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_restaurant.py:5:1: F401 'typing.List' imported but unused
./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_restaurant.py:5:1: F401 'typing.Optional' imported but unused
./Viindoo-odoo-17.0/addons/pos_self_order/models/res_config_settings.py:94:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/pos_self_order/models/product_product.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_config.py:394:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/pos_self_order/tests/self_order_common_test.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order/tests/self_order_common_test.py:58:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_debit_note/__manifest__.py:10:97: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/account_debit_note/__manifest__.py:11:51: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/account_debit_note/__manifest__.py:12:95: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/account_debit_note/models/account_move.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_debit_note/models/__init__.py:4:27: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/account_debit_note/tests/__init__.py:3:34: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/account_debit_note/wizard/account_debit_note.py:71:78: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account_debit_note/wizard/account_debit_note.py:71:79: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/account_debit_note/wizard/__init__.py:4:33: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_ec_website_sale/models/payment_method.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ec_website_sale/models/sale_order.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase_mrp/models/stock_move.py:5:1: F401 'odoo.tools.float_utils.float_round' imported but unused
./Viindoo-odoo-17.0/addons/purchase_mrp/report/mrp_report_bom_structure.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase_mrp/report/mrp_report_mo_overview.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase_mrp/tests/test_purchase_mrp_flow.py:764:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_mrp/tests/test_purchase_mrp_flow.py:874:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/pos_sale_margin/tests/test_pos_sale_margin_report.py:33:15: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/purchase/models/res_company.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase/models/purchase_order.py:802:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/purchase/models/purchase_order.py:844:97: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/purchase/models/purchase_order.py:1078:56: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/purchase/models/purchase_order_line.py:645:11: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/purchase/models/account_invoice.py:61:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/purchase/models/account_invoice.py:474:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/purchase/models/product.py:100:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase/migrations/9.0.1.2/pre-create-properties.py:32:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase/report/purchase_report.py:89:61: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/purchase/report/purchase_bill.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:2:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:18:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:42:50: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:43:50: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:54:50: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:183:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:186:108: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:193:15: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:277:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:443:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:474:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:534:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:540:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:547:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:557:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:88:50: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:89:63: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:124:9: F841 local variable 'pol_prod_deliver' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:133:9: F841 local variable 'pol_serv_deliver' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:168:9: F841 local variable 'pol_prod_order' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:177:9: F841 local variable 'pol_serv_order' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:212:9: F841 local variable 'pol_prod_deliver' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:221:9: F841 local variable 'pol_serv_deliver' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:257:9: F841 local variable 'pol_prod_order' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:266:9: F841 local variable 'pol_serv_order' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:708:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_dashboard.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:3:1: F401 'logging' imported but unused
./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:40:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:47:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:111:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_method.py:87:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_method.py:101:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_method.py:158:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:5:1: F401 'psycopg2.sql' imported but unused
./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:192:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:291:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:340:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:457:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:496:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:136:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:148:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:168:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:234:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:319:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:924:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:1029:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:1065:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/tests/test_multicompany_flows.py:17:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/payment/tests/test_multicompany_flows.py:18:81: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/payment/tests/test_multicompany_flows.py:55:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/payment/tests/http_common.py:3:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/payment/tests/http_common.py:5:1: F401 'uuid.uuid4' imported but unused
./Viindoo-odoo-17.0/addons/payment/tests/common.py:121:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/wizards/payment_onboarding_wizard.py:106:79: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/payment/wizards/payment_capture_wizard.py:39:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/wizards/payment_capture_wizard.py:107:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/wizards/payment_capture_wizard.py:127:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:19:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:21:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:29:130: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:60:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:62:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:92:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:94:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:100:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:102:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:104:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:153:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:155:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:157:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:234:27: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:237:9: F841 local variable 'r' is assigned to but never used
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:237:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/iap/tests/common.py:53:90: F841 local variable 'contact_iap_mock' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_fr/__init__.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr/__init__.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr/models/res_company.py:45:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr/models/res_company.py:53:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr/models/res_partner.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_fr/models/res_partner.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/__init__.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:997:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1145:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1243:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1328:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1471:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:2175:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:2180:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/models/website.py:169:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/website_sale/models/website.py:171:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/website_sale/models/website.py:654:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:26:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:42:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:125:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:169:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:178:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/product_tag.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/models/website_visitor.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/website_visitor.py:4:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/website_visitor.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/models/product_pricelist.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/sale_order.py:22:6: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/models/sale_order.py:82:74: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/website_sale/models/sale_order.py:648:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:5:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:7:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:7:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:8:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:8:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/sale_order_line.py:16:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/sale_order_line.py:34:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/report/sale_report.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/populate/product_public_category.py:22:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_cart_recovery.py:5:1: F401 'odoo.tests.common.HttpCase' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_cart_recovery.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:59:9: F841 local variable 'item_benelux' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:68:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:75:9: F841 local variable 'item_christmas' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:90:9: F841 local variable 'item_europe' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:395:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:723:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_visitor.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_express_checkout_flows.py:3:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/tests/test_express_checkout_flows.py:4:1: F401 'uuid.uuid4' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_editor.py:96:23: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_editor.py:101:23: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_sale/tests/test_sale_process.py:552:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/tests/test_sale_process.py:562:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/tests/test_sale_process.py:666:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/tests/test_delivery_express_checkout_flows.py:3:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/tests/test_delivery_express_checkout_flows.py:4:1: F401 'uuid.uuid4' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/tests/test_customize.py:135:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_product_attribute_value_config.py:7:1: F401 'odoo.addons.account.tests.common.AccountTestInvoicingCommon' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_cart_abandoned.py:123:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_delivery_ui.py:48:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_reorder_from_portal.py:37:16: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:338:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:388:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:401:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:414:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/models/account_analytic.py:49:15: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/models/project_task.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/models/__init__.py:4:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_holidays.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_holidays.py:179:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:4:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:250:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:419:106: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:420:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:459:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:498:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant_category.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant.py:677:13: F601 dictionary key 'private_phone' repeated with different values
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant.py:682:82: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant.py:685:13: F601 dictionary key 'private_phone' repeated with different values
./Viindoo-odoo-17.0/addons/hr_recruitment/models/res_users.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_employee.py:4:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/hr_recruitment/models/calendar.py:36:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/models/calendar.py:36:51: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_job.py:284:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_job.py:370:45: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:89:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:98:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:99:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:100:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:101:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:102:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:103:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/wizard/applicant_refuse_reason.py:56:37: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_gamification/models/gamification.py:30:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_gamification/wizard/gamification_badge_user_wizard.py:5:1: F401 'odoo.exceptions.AccessError' imported but unused
./Viindoo-odoo-17.0/addons/base_geolocalize/models/res_partner.py:37:55: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/res_config_settings.py:25:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:174:88: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:175:75: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:176:100: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:230:85: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:231:71: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:232:76: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:290:37: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:439:27: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:488:62: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:488:63: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:615:88: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:663:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:4:1: F811 redefinition of unused 'Command' from line 2
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:13:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:162:98: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:182:98: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:243:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:258:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:271:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_epson_printer/models/pos_session.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_epson_printer/models/pos_config.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_epson_printer/models/pos_printer.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_do/models/template_do.py:2:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/__init__.py:5:21: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/pos_sale/models/pos_session.py:5:1: F401 'odoo.osv.expression.OR' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/models/pos_order.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_sale/models/pos_order.py:163:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_sale/models/pos_order.py:183:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/models/sale_order.py:108:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:5:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:6:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:7:1: F401 'pytz' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_report.py:16:69: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:77:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:79:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:82:75: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:122:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:135:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:170:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:182:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:198:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:214:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:271:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:283:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:305:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:324:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:345:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:370:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:925:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:1113:58: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/survey/controllers/main.py:12:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/addons/survey/controllers/main.py:115:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/survey/controllers/main.py:171:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/survey/controllers/main.py:197:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/survey/controllers/main.py:250:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/survey/controllers/main.py:451:22: F841 local variable 'answer_sudo' is assigned to but never used
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:34:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:39:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:42:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:45:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:50:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:54:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:59:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:62:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:65:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:70:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:73:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:76:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:92:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:109:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:115:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:119:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:122:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:125:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:128:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:135:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:139:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:142:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:147:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:152:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:156:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:161:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:164:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:193:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:197:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:200:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:205:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:210:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:214:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:217:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:222:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:227:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:231:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:236:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:241:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_question.py:447:63: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/addons/survey/models/survey_question.py:681:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_question.py:701:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/survey/models/survey_survey.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/survey/models/survey_survey.py:957:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/survey/models/survey_survey.py:961:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_invite.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_invite.py:216:52: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_results.py:128:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/tests/test_certification_badge.py:83:72: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_controller.py:67:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_controller.py:72:67: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_controller.py:113:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/tests/test_certification_flow.py:185:13: F841 local variable 'page1' is assigned to but never used
./Viindoo-odoo-17.0/addons/survey/tests/test_certification_flow.py:193:13: F841 local variable 'q101' is assigned to but never used
./Viindoo-odoo-17.0/addons/survey/tests/test_certification_flow.py:202:13: F841 local variable 'q102' is assigned to but never used
./Viindoo-odoo-17.0/addons/survey/tests/common.py:8:1: F401 'contextlib.contextmanager' imported but unused
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_ui_backend.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:7:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:276:13: F841 local variable 'answer_other' is assigned to but never used
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:278:13: F841 local variable 'answer_line_other' is assigned to but never used
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:333:9: F841 local variable 'surveys' is assigned to but never used
./Viindoo-odoo-17.0/addons/account_peppol/__init__.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:80:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:85:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:98:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:128:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:162:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/models/res_company.py:9:1: F401 'odoo.addons.account.models.company.PEPPOL_LIST' imported but unused
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:19:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:20:22: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:21:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:22:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:26:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:27:22: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:28:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:29:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:47:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:64:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:133:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock/__init__.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/__init__.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/controllers/main.py:2:1: F401 'werkzeug' imported but unused
./Viindoo-odoo-17.0/addons/stock/controllers/__init__.py:1:19: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/stock/models/stock_rule.py:11:1: F401 'odoo.tools.html_escape' imported but unused
./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:11:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:17:1: F401 'odoo.tools.float_utils.float_round' imported but unused
./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:492:127: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:912:79: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/models/stock_location.py:95:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/models/stock_location.py:96:84: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/models/res_company.py:103:13: F841 local variable 'scrap_location' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/models/res_company.py:131:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/stock/models/res_company.py:149:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/stock/models/res_company.py:157:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/stock/models/res_company.py:165:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/stock/models/res_company.py:172:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/stock/models/stock_orderpoint.py:84:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock/models/stock_orderpoint.py:373:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/models/stock_package_level.py:34:6: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/models/stock_package_level.py:114:77: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:11:1: F401 'odoo.addons.base.models.ir_model.MODULE_UNINSTALL_FLAG' imported but unused
./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:332:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:356:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:643:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:867:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:992:19: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:923:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:1348:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:1524:25: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:1692:9: F841 local variable 'quants_cache' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:2066:72: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:2067:69: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/models/product.py:29:67: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/models/product.py:30:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/models/product.py:684:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/models/product.py:862:71: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/addons/stock/models/product.py:1050:50: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/models/product.py:1081:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/models/stock_lot.py:5:1: F401 'operator.attrgetter' imported but unused
./Viindoo-odoo-17.0/addons/stock/models/stock_lot.py:153:26: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/stock/models/res_config_settings.py:4:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/addons/stock/models/stock_quant.py:786:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/stock/models/stock_quant.py:791:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/stock/models/stock_quant.py:1442:30: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:64:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:65:40: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:66:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:67:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:68:43: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:70:39: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:71:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:76:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:77:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:78:39: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:79:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:152:21: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:158:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:159:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:160:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:161:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:170:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:171:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:172:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:173:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:5:1: F401 'odoo.tools.config' imported but unused
./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:11:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:67:13: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:71:17: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:75:17: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:78:17: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:79:139: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:80:135: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/report/report_stock_rule.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/stock/report/report_stock_rule.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/stock/report/product_label_report.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/populate/stock.py:321:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:997:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:998:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:999:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:1000:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:1001:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:1003:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/stock/tests/test_robustness.py:362:53: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/tests/test_robustness.py:372:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/stock/tests/test_packing_neg.py:30:31: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/tests/test_packing_neg.py:70:9: F841 local variable 'new_pack1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_packing_neg.py:80:9: F841 local variable 'new_pack2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_proc_rule.py:145:9: F841 local variable 'rule_low_priority' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_proc_rule.py:285:9: F841 local variable 'orderpoint' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_proc_rule.py:310:9: F841 local variable 'delivery_move' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_stock_lot.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/tests/test_report_tours.py:2:1: F401 'odoo' imported but unused
./Viindoo-odoo-17.0/addons/stock/tests/test_report_tours.py:3:1: F401 'odoo.tests.Form' imported but unused
./Viindoo-odoo-17.0/addons/stock/tests/test_stock_flow.py:1174:9: F841 local variable 'quants' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_stock_flow.py:2602:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:242:9: F841 local variable 'package_level' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:284:9: F841 local variable 'ship_move_a' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:351:9: F841 local variable 'package' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:774:9: F841 local variable 'first_pack' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:925:115: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:1887:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:702:9: F841 local variable 'untracked_move_line' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:4909:29: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:4942:29: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:5798:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:5807:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:6377:23: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/tests/test_replenish.py:12:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/stock/tests/test_stock_return_picking.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/tests/test_stock_return_picking.py:125:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/stock/tests/test_stock_return_picking.py:138:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/tests/test_quant_inventory_mode.py:158:13: F841 local variable 'invalid_quant' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:12:1: F401 'odoo.tools.float_is_zero' imported but unused
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:12:1: F401 'odoo.tools.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:152:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:352:66: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:955:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2243:9: F841 local variable 'move_3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2315:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2345:9: F841 local variable 'supplier_location' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2359:9: F841 local variable 'putaway_product' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2380:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2782:9: F841 local variable 'precision_digits' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:3009:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:3611:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:3672:9: F841 local variable 'pack_location' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:90:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1038:32: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1041:33: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1092:32: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1095:33: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1168:157: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1168:158: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/stock/tests/test_warehouse.py:7:1: F401 'odoo.tools.mute_logger' imported but unused
./Viindoo-odoo-17.0/addons/stock/wizard/stock_inventory_adjustment_name.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/stock/wizard/product_replenish.py:4:1: F401 'datetime' imported but unused
./Viindoo-odoo-17.0/addons/stock/wizard/stock_scheduler_compute.py:12:1: F401 'threading' imported but unused
./Viindoo-odoo-17.0/addons/uom/models/uom_uom.py:18:80: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/uom/models/uom_uom.py:51:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_sg/__init__.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_sg/models/res_company.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_sg/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_sg/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_industry.py:14:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:89:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_role.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_helpers.py:1:1: F401 'math.floor' imported but unused
./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_helpers.py:1:1: F401 'math.log10' imported but unused
./Viindoo-odoo-17.0/addons/crm_iap_mine/tests/common.py:10:1: F401 'odoo.addons.iap.tools.iap_tools' imported but unused
./Viindoo-odoo-17.0/addons/crm_iap_mine/tests/common.py:49:17: F841 local variable 'iap_payload' is assigned to but never used
./Viindoo-odoo-17.0/addons/auth_totp/controllers/home.py:10:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/auth_totp/controllers/home.py:17:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/auth_totp/models/res_users.py:21:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/auth_totp/models/ir_http.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_totp/models/totp.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_totp/models/totp.py:43:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:29:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:46:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:98:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/auth_totp/wizard/auth_totp_wizard.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_totp/wizard/auth_totp_wizard.py:64:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account_tax_python/tests/test_tax.py:39:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_verifactu/models/verifactu_document.py:427:21: F841 local variable '_xml_node' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_skills/models/hr_employee_skill.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_skills/models/hr_skill_level.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/hr_skills/report/hr_employee_skill_report.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_skills/report/hr_employee_cv_report.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_skills/tests/test_ui.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_hr/models/hr_employee.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_hr/report/pos_order_report.py:3:1: F401 'functools.partial' imported but unused
./Viindoo-odoo-17.0/addons/pos_mrp/models/pos_order.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_mrp/models/pos_order.py:15:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_mrp/models/pos_order.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_mrp/tests/test_pos_mrp_flow.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_mrp/tests/test_pos_mrp_flow.py:13:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_mrp/tests/test_pos_mrp_flow.py:511:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp_repair/tests/test_tracability.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_repair/tests/test_tracability.py:63:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_fi/__init__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_id_efaktur/models/efaktur.py:56:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_id_efaktur/models/account_move.py:290:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_id_efaktur/tests/test_l10n_id_efaktur.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import/controllers/main.py:8:1: F401 'odoo.tools.misc' imported but unused
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:5:1: F401 'binascii' imported but unused
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:117:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:150:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:540:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:541:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1099:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1434:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1485:17: F402 import 'fields' from line 25 shadowed by loop variable
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1579:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1594:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1605:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1606:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1609:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1621:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1629:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1632:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/base_import/models/odf_ods_reader.py:88:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/project/__manifest__.py:147:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project/__manifest__.py:160:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project/__init__.py:37:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/controllers/portal.py:445:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/controllers/project_sharing_chatter.py:100:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project/models/project_project_stage.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/models/project_tags.py:6:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/addons/project/models/project_task_recurrence.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/models/project_task.py:9:1: F401 'odoo._lt' imported but unused
./Viindoo-odoo-17.0/addons/project/models/project_task.py:14:1: F401 'odoo.tools.misc.get_lang' imported but unused
./Viindoo-odoo-17.0/addons/project/models/project_task.py:965:31: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1094:52: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1095:57: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1096:75: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1103:56: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1104:88: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1108:56: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1109:113: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1110:83: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1110:89: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1118:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1401:82: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1795:119: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project/models/project_update.py:4:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/project/models/project_update.py:6:1: F401 'werkzeug.urls.url_encode' imported but unused
./Viindoo-odoo-17.0/addons/project/models/project_update.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/models/project_task_stage_personal.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/models/project_project.py:776:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project/models/project_milestone.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/report/project_report.py:6:1: F401 'odoo.addons.rating.models.rating_data.RATING_TEXT' imported but unused
./Viindoo-odoo-17.0/addons/project/report/project_report.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/populate/project.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/populate/project.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/populate/project.py:86:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/project/populate/project.py:88:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/project/populate/project.py:90:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/project/populate/project.py:94:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/project/tests/test_task_follow.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_project_milestone.py:56:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/tests/test_project_milestone.py:191:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/tests/test_project_update_flow.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:7:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:115:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:140:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:161:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:235:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:256:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_task_dependencies.py:9:1: F401 'datetime.date' imported but unused
./Viindoo-odoo-17.0/addons/project/tests/test_project_base.py:6:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/project/tests/test_project_base.py:226:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/tests/test_personal_stages.py:64:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/project/tests/test_personal_stages.py:381:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_project_flow.py:71:13: F841 local variable 'task' is assigned to but never used
./Viindoo-odoo-17.0/addons/project/tests/test_project_profitability.py:53:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_project_report.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_project_update_access_rights.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:121:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:227:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:367:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/tests/test_project_subtasks.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_project_subtasks.py:221:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/project/tests/test_task_state.py:47:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/tests/test_project_sharing.py:77:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_project_sharing.py:330:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/tests/test_project_update_ui.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/wizard/project_project_stage_delete.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr_fec/__manifest__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_fec/__init__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_fec/tests/__init__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/__init__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:114:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:447:61: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:447:62: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/crm/models/crm_lead_scoring_frequency.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/crm/models/digest.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/crm/models/res_partner.py:9:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:589:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:632:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:637:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:642:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:647:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:652:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:656:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/crm/models/crm_team_member.py:6:1: F401 'math' imported but unused
./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:7:1: F401 'ast.literal_eval' imported but unused
./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:788:53: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:1876:9: F841 local variable 'Partner' is assigned to but never used
./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:2225:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:2597:82: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/addons/crm/populate/crm_lead.py:37:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/crm/populate/crm_lead.py:122:19: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/crm/populate/crm_lead.py:144:19: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:100:9: F841 local variable '_opp_proba100' is assigned to but never used
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:236:9: F841 local variable 'customer' is assigned to but never used
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:241:9: F841 local variable 'convert' is assigned to but never used
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_merge.py:180:71: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_pls.py:9:1: F401 'odoo.tests.loaded_demo_data' imported but unused
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_pls.py:107:47: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead.py:563:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/crm/tests/common.py:21:14: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/crm/tests/common.py:24:31: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/crm/tests/common.py:663:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_smart_calendar.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/crm/wizard/crm_lead_lost.py:5:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/crm/wizard/crm_merge_opportunities.py:56:160: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_lu/__init__.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_lu/__init__.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_lu/migrations/2.2/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_lu/migrations/2.1/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_session.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_order.py:56:41: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_order.py:56:61: E202 whitespace before '}'
./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_payment.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_payment.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_restaurant.py:72:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_restaurant/tests/test_frontend.py:190:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_restaurant/tests/test_frontend.py:195:56: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ro_efactura/models/ciusro_document.py:89:150: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_ee/migrations/1.1/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:6:14: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:15:14: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:16:11: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:19:11: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/bus/__manifest__.py:2:11: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/bus/websocket.py:67:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/bus/websocket.py:728:69: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/bus/websocket.py:806:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/bus/websocket.py:943:5: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/bus/models/bus.py:8:1: F401 'random' imported but unused
./Viindoo-odoo-17.0/addons/bus/models/bus.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/bus/models/bus.py:266:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/bus/tests/test_assetsbundle.py:4:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/bus/tests/test_assetsbundle.py:22:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/bus/tests/test_websocket_caryall.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/bus/tests/test_websocket_rate_limiting.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/res_company.py:27:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/res_company.py:68:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:10:1: F401 'operator.itemgetter' imported but unused
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:33:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:447:87: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:816:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:1045:18: F841 local variable 'elements' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:1317:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:1328:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/ddt.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/res_config_settings.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_export.py:334:9: F841 local variable 'tax_10' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_reverse_charge.py:4:1: F401 'collections.namedtuple' imported but unused
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_pa.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:90:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:91:13: E117 over-indented
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:92:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:102:15: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:103:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:108:15: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:109:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:115:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:120:15: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_import.py:180:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/pos_stripe/models/pos_payment_method.py:27:93: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/pos_stripe/models/pos_payment_method.py:55:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hr_presence/models/ir_websocket.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_presence/models/hr_employee.py:46:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_presence/models/res_users_log.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_my_edi/models/account_edi_xml_ubl_my.py:523:42: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/l10n_my_edi/models/account_edi_proxy_user.py:72:9: F841 local variable '_error' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_expense/models/account_journal_dashboard.py:54:30: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_expense/models/account_journal_dashboard.py:54:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_expense/models/hr_expense.py:919:9: F841 local variable 'target_currency' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_expense/models/account_move_line.py:11:76: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_expense/tests/test_expenses.py:541:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_expense/tests/test_expenses.py:989:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_expense/wizard/hr_expense_split_wizard.py:4:1: F401 'odoo.tools.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/hr_expense/wizard/account_payment_register.py:3:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/hr_expense/wizard/account_payment_register.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/auth_password_policy_portal/controllers.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:49:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:170:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:232:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:232:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:234:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:234:15: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:360:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:437:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:584:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:639:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/gamification/models/gamification_goal.py:176:90: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/gamification/tests/test_challenge.py:158:54: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/gamification/tests/test_challenge.py:158:55: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/gamification/tests/test_challenge.py:290:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/gamification/wizard/update_goal.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/gamification/wizard/update_goal.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/gamification/wizard/grant_badge.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/gamification/wizard/grant_badge.py:26:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_hr_work_entry_holidays/models/hr_work_entry.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr_hr_work_entry_holidays/tests/test_french_work_entries.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_setup/tests/test_res_config_doc_links.py:9:64: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_work_entry/__manifest__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_work_entry/models/hr_employee.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_gcc_invoice/models/account_move.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_gcc_invoice/models/account_move.py:68:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_homeworking/models/res_users.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_homeworking/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_homeworking/models/hr_employee.py:62:77: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_homeworking/models/hr_work_location.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_homeworking/tests/test_hr_employee_location.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_homeworking/wizard/homework_location_wizard.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_password_policy_signup/controllers.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mass_mailing/models/ir_qweb.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/test_mailing_test.py:7:1: F401 'odoo.fields.Command' imported but unused
./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/test_mailing_sms.py:399:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/test_performance.py:25:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/common.py:113:9: F841 local variable '_country_us_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/microsoft_account/models/microsoft_service.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_account/models/microsoft_service.py:165:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/microsoft_account/models/res_users.py:7:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_account/models/res_users.py:7:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/account_check_printing/models/account_journal.py:82:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account_check_printing/models/account_payment.py:222:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_account/models/stock_move_line.py:5:1: F401 'odoo.tools.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/stock_account/models/stock_move.py:8:1: F401 'odoo.tools.float_round' imported but unused
./Viindoo-odoo-17.0/addons/stock_account/models/stock_move.py:396:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/stock_account/models/product.py:624:55: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_account/models/stock_valuation_layer.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:150:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:319:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:391:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:433:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:501:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:613:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:843:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:939:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:1003:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:2613:52: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:3535:9: F841 local variable 'supplier1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:128:69: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:150:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:151:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:152:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:161:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:162:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:172:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:173:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:183:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:184:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:200:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:210:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:220:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:221:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:222:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:235:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:251:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:339:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:363:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:364:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:372:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:373:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:381:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:382:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:398:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:399:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:415:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:416:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:425:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:426:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:440:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:441:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:444:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:446:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:454:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:455:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:464:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:473:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:474:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:475:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:482:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:483:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:485:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:494:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:495:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:497:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:505:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:506:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:509:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:517:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:518:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:519:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:677:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:678:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:679:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:687:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:688:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:691:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:693:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:701:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:710:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:711:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:713:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:721:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:722:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:731:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:732:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:733:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:734:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:742:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:744:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:757:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:759:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:768:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:770:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:786:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:788:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:789:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:797:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:798:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:805:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:806:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:808:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:814:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:815:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:818:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:824:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:825:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:826:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:886:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:887:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:888:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:906:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:907:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:908:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:923:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:924:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:925:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:938:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:939:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:940:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:953:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:954:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:955:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:967:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:968:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:969:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:982:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:983:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:984:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1012:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1038:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1070:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1089:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1122:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1257:69: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1382:69: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stock_valuation_layer_revaluation.py:75:31: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stock_valuation_layer_revaluation.py:126:31: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stock_valuation_layer_revaluation.py:239:31: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock_account/tests/test_account_move.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_account/tests/test_anglo_saxon_valuation_reconciliation_common.py:7:1: F401 'odoo.tests.tagged' imported but unused
./Viindoo-odoo-17.0/addons/stock_account/tests/test_anglo_saxon_valuation_reconciliation_common.py:100:80: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/product_email_template/models/account_move.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/product_email_template/models/__init__.py:4:27: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/product_email_template/tests/test_account_move.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays_attendance/models/hr_leave.py:9:1: F401 'odoo.tools.float_round' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays_attendance/models/hr_leave.py:37:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_holidays_attendance/tests/test_holidays_overtime.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_cn/models/account_move.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_membership/models/membership.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_product_expiry/tests/test_mrp_product_expiry.py:7:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/mail_bot/models/res_users.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail_bot/models/discuss_channel.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/mail_bot/models/discuss_channel.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/mail_bot/models/mail_bot.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/__init__.py:36:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/controllers/portal.py:178:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/models/res_company.py:30:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hr_timesheet/models/project_task.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/models/project_task.py:51:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hr_timesheet/models/hr_timesheet.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/models/project_project.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/report/project_report.py:19:35: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:15:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:48:67: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:49:46: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_timesheet.py:159:13: F841 local variable 'timesheet2' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_timesheet.py:589:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_timesheet.py:641:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_performance.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_portal_timesheet.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_my_edi_extended/tests/test_new_submissions_flow.py:438:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_my_edi_extended/tests/test_new_submissions_flow.py:442:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/auth_totp_portal/tests/test_tour.py:23:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/auth_totp_portal/tests/test_tour.py:40:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:3:11: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:4:18: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:13:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:15:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account_edi/models/account_move.py:4:1: F401 'io' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_move.py:5:1: F401 'zipfile' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_move.py:6:1: F401 'werkzeug.urls.url_encode' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:5:1: F401 'odoo.tools.pdf.OdooPdfFileReader' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:6:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:8:1: F401 'odoo.exceptions.RedirectWarning' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:10:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:11:1: F401 'struct.error as StructError' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:12:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:13:1: F401 'io' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:15:1: F401 'pathlib' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:16:1: F401 're' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_document.py:189:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/account_edi/tests/common.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_edi/tests/common.py:127:30: E711 comparison to None should be 'if cond is not None:'
./Viindoo-odoo-17.0/addons/hr_holidays/__init__.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_accrual_plan_level.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:46:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:47:24: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:48:22: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:158:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:423:126: E211 whitespace before '['
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:428:138: E211 whitespace before '['
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:563:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:34:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:409:17: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:604:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:980:135: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:1144:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:1305:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:1401:110: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_department.py:7:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/report/holidays_summary_report.py:10:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/report/holidays_summary_report.py:81:46: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report.py:5:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_employee_type_report.py:19:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_employee_type_report.py:19:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report_calendar.py:41:16: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report_calendar.py:70:14: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_allocation_access_rights.py:149:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:11:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:384:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:408:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:492:13: F841 local variable 'res' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:507:13: F841 local variable 'name' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:720:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:771:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_accrual_allocations.py:2441:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:114:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:121:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:122:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:211:9: F841 local variable 'global_leave' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_holidays_calendar.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_leave_requests.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_leave_requests.py:303:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_automatic_leave_dates.py:7:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_automatic_leave_dates.py:195:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_automatic_leave_dates.py:225:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_company_leave.py:22:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_company_leave.py:322:10: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_company_leave.py:326:10: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_change_department.py:56:55: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_change_department.py:64:55: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_res_partner.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:4:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:6:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:20:100: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_holidays_summary_employees.py:5:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/mrp/__init__.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/__init__.py:32:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/__init__.py:41:5: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/mrp/models/mrp_routing.py:158:22: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mrp/models/mrp_routing.py:180:42: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/mrp/models/stock_picking.py:94:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/models/res_company.py:31:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/mrp/models/mrp_document.py:22:32: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mrp/models/mrp_document.py:32:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/stock_orderpoint.py:7:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/addons/mrp/models/mrp_unbuild.py:55:17: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/mrp/models/mrp_unbuild.py:113:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp/models/stock_scrap.py:15:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/stock_traceability.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/models/stock_move.py:5:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/addons/mrp/models/stock_move.py:491:84: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/models/stock_move.py:555:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/mrp/models/product.py:9:1: F811 redefinition of unused 'groupby' from line 6
./Viindoo-odoo-17.0/addons/mrp/models/product.py:9:1: F401 'odoo.tools.groupby' imported but unused
./Viindoo-odoo-17.0/addons/mrp/models/product.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/models/product.py:105:34: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/models/product.py:111:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/models/product.py:333:84: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/models/product.py:393:34: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:753:122: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:1321:112: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:2734:13: F841 local variable 'rounding' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:2817:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:33:75: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:40:63: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:43:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:84:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:98:9: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:123:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:129:9: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/mrp/models/stock_warehouse.py:309:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/models/mrp_bom.py:377:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mrp/models/mrp_bom.py:403:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/mrp/models/mrp_bom.py:413:24: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workcenter.py:308:34: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workcenter.py:389:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/report/stock_forecasted.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/mrp/report/mrp_report_bom_structure.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/report/mrp_report_mo_overview.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/tests/test_byproduct.py:20:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mrp/tests/test_byproduct.py:57:9: F841 local variable 'bom_product_b' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/tests/test_cancel_mo.py:5:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/mrp/tests/test_cancel_mo.py:5:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/mrp/tests/test_cancel_mo.py:7:1: F401 'odoo.fields.Datetime as Dt' imported but unused
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:54:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:121:13: F841 local variable 'unbuild_order' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:586:9: F841 local variable 'produce_wizard' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:841:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:846:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:921:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:973:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:130:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:131:49: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:132:49: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:136:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:137:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:138:49: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:142:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:143:49: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:144:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:238:111: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:244:111: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:252:111: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:260:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:706:9: F841 local variable 'report_values_12' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:709:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:1089:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:1755:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:1769:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:567:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:1709:9: F841 local variable 'res_dict' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:1835:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:1847:67: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:2575:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:2973:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:2988:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3239:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3264:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3449:26: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3706:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3737:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3799:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4014:101: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4019:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4020:82: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4025:101: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_replenish.py:14:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/mrp/tests/test_smp.py:240:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_stock_report.py:339:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:173:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:203:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:204:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:460:9: F841 local variable 'move_receipt_1' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:22:31: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:26:31: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:30:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:34:30: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:99:31: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:103:31: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:135:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:340:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/mrp/tests/test_backorder.py:307:33: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/mrp/tests/test_backorder.py:308:15: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/wizard/mrp_consumption_warning.py:94:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:103:116: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:103:117: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/wizard/stock_warn_insufficient_qty.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/mrp/wizard/stock_assign_serial_numbers.py:18:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/wizard/stock_assign_serial_numbers.py:19:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/wizard/stock_assign_serial_numbers.py:20:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_leave.py:4:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:53:40: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:54:44: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:55:45: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:60:41: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:78:69: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_multi_contract.py:4:1: F401 'datetime.time' imported but unused
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_multi_contract.py:209:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_multi_contract.py:220:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_leave.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_dropshipping/models/stock.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_dropshipping/models/stock.py:49:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_dropshipping/tests/test_lifo_price.py:4:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/stock_dropshipping/tests/test_lifo_price.py:6:1: F401 'odoo.tests.common' imported but unused
./Viindoo-odoo-17.0/addons/l10n_de/models/account_journal.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_de/models/chart_template.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_de/models/account_move.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_hr_expense/models/project_project.py:8:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/project_hr_expense/models/project_project.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_website_slides_full/tests/test_ui_wslides.py:146:9: F841 local variable 'slide_channel_demo_6_furn3' is assigned to but never used
./Viindoo-odoo-17.0/addons/pos_self_order_stripe/controllers/orders.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/phone_validation/models/res_partner.py:4:1: F401 'odoo.addons.phone_validation.tools.phone_validation' imported but unused
./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:5: F401 'phonenumbers.phonemetadata.NumberFormat' imported but unused
./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:5: F401 'phonenumbers.phonemetadata.PhoneNumberDesc' imported but unused
./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:5: F401 'phonenumbers.phonemetadata.PhoneMetadata' imported but unused
./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:88: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/phone_validation/tests/test_phonenumbers_patch.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:5:1: F401 'odoo.osv.expression.OR' imported but unused
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:6:1: F401 'ast' imported but unused
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:148:34: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_order.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_order.py:63:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_rule.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_rule.py:22:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_rule.py:22:74: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_card.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/res_config_settings.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_config.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_config.py:21:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_mail.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_reward.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_program.py:5:1: F401 'odoo.tools.unique' imported but unused
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_program.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_order_line.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:126:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:838:34: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:865:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:951:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:1549:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/project_purchase/tests/test_project_profitability.py:219:95: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/pos_razorpay/models/razorpay_pos_request.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_razorpay/models/pos_payment.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_razorpay/models/pos_payment.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_razorpay/models/pos_payment_method.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_delivery/models/stock_picking.py:199:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_delivery/models/sale_order.py:30:36: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/stock_delivery/models/stock_move.py:50:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:75:132: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:110:114: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:139:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:159:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:160:34: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:184:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_delivery_stock_move.py:160:122: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_delivery_stock_move.py:161:122: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_delivery_cost.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_attendance/controllers/main.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_attendance/models/res_users.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_attendance/models/res_users.py:38:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_employee_public.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_attendance.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_attendance.py:244:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_attendance.py:298:13: F841 local variable 'calendar' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_attendance/tests/test_hr_attendance_overtime.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_attendance/tests/test_hr_attendance_overtime.py:384:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_ch/__manifest__.py:19:159: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_ch/__manifest__.py:49:6: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/l10n_ch/__init__.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:11:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:40:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:41:64: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:233:16: E114 indentation is not a multiple of 4 (comment)
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:233:16: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:6:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:8:1: F401 'odoo.addons.base_iban.models.res_partner_bank.validate_iban' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:9:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_invoice.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_invoice.py:81:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_invoice.py:83:49: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:8:1: F401 'reportlab.lib.units.mm' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:10:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:11:62: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/migrations/0.0.0/pre-migrate-qr-template.py:20:9: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_ch/migrations/9.0.9.0/pre-set_tags_and_taxes_updatable.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/migrations/9.0.9.0/pre-set_tags_and_taxes_updatable.py:9:1: W391 blank line at end of file
./Viindoo-odoo-17.0/addons/l10n_ch/report/swissqr_report.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/report/__init__.py:3:29: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:67:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:72:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:76:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_swissqr.py:7:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/auth_ldap/__manifest__.py:6:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/auth_ldap/models/res_company_ldap.py:8:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/auth_ldap/models/__init__.py:6:34: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_ar/demo/account_demo.py:2:1: F401 'logging' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ar/models/res_company.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ar/models/l10n_latam_document_type.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ar/models/account_fiscal_position.py:2:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ar/models/account_chart_template.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ar/models/account_chart_template.py:4:1: F401 'odoo.addons.account.models.chart_template.template' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ar/tests/common.py:3:1: F401 'odoo.tests.common.tagged' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ar/tests/common.py:355:9: F841 local variable 'invoice_user_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_event/controllers/main.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event/controllers/main.py:416:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/website_event/models/website.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event/tests/test_event_mail.py:6:42: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/website_event/tests/test_event_mail.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event/tests/test_website_event.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event/tests/test_website_event.py:290:68: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/website_event/tests/test_website_event.py:290:88: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_event_event.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:103:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:122:17: F841 local variable '_event' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:143:17: F841 local variable '_event' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:249:13: F841 local variable '_registrations' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:273:13: F841 local variable '_registrations' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:296:13: F841 local variable '_registrations' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:311:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:324:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:337:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:351:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:366:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:381:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:395:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/account_lock/models/res_company.py:6:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/__init__.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/models/account_invoice.py:75:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/models/account_invoice.py:75:46: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/tests/test_ddt.py:14:30: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hr_timesheet_attendance/tests/test_timesheet_attendance.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet_attendance/tests/test_timesheet_attendance.py:16:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/payment_paypal/controllers/main.py:13:1: F401 'odoo.tools.html_escape' imported but unused
./Viindoo-odoo-17.0/addons/payment_paypal/models/payment_provider.py:5:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/payment_paypal/models/payment_provider.py:27:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_paypal/models/payment_transaction.py:7:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/payment_paypal/tests/test_paypal.py:9:1: F401 'odoo.tools.float_repr' imported but unused
./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/models/res_company.py:2:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/models/l10n_latam_document_type.py:3:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/models/account_journal.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/report/invoice_report.py:10:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_loyalty/models/sale_order.py:852:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/models/sale_order.py:945:90: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/models/sale_order_line.py:105:87: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_pay_with_gift_card.py:113:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_pay_with_gift_card.py:154:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_sale_invoicing.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_sale_invoicing.py:42:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_sale_invoicing.py:100:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_buy_gift_card.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_multi_company.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_with_code_operations.py:321:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_with_code_operations.py:335:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:293:60: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:299:60: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:309:60: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:319:60: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:329:60: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/common.py:78:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/common.py:238:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:732:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:732:39: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:820:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:820:39: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:962:11: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1058:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1072:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1077:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1083:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1089:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1118:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1174:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale_loyalty/wizard/sale_loyalty_coupon_wizard.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_loyalty/wizard/sale_loyalty_reward_wizard.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/crm_mail_plugin/tests/test_crm_mail_plugin.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:8:1: F401 'odoo.osv.expression.AND' imported but unused
./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:104:45: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:104:54: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:111:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:113:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:114:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:682:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:1146:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/stock_picking_batch/wizard/stock_add_to_wave.py:37:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock_picking_batch/wizard/stock_package_destination.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_es_pos/models/pos_order.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_pos/tests/test_frontend.py:31:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/controllers/main.py:24:60: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/controllers/main.py:53:56: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:31:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:31:86: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:32:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:33:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:33:66: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:38:70: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:39:106: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:45:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:46:71: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account_test/__manifest__.py:16:98: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/account_test/__manifest__.py:17:96: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/pos_adyen/controllers/main.py:80:56: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:6:1: F401 'random' imported but unused
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:8:1: F401 'string' imported but unused
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:10:1: F401 'werkzeug.exceptions.Forbidden' imported but unused
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:18:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:31:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:32:86: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/iap_crm/models/crm_lead.py:10:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_be_pos_sale/tests/test_l10n_be_pos_sale.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_be_pos_sale/tests/test_l10n_be_pos_sale.py:16:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/doc/cla/stats.py:9:1: F401 'pprint' imported but unused
./Viindoo-odoo-17.0/doc/cla/stats.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/doc/cla/stats.py:17:48: E231 missing whitespace after ','
./Viindoo-odoo-17.0/doc/cla/stats.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/doc/cla/stats.py:24:5: F841 local variable 'r' is assigned to but never used
./Viindoo-odoo-17.0/doc/cla/stats.py:29:199: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/doc/cla/stats.py:29:201: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/doc/cla/stats.py:31:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/doc/cla/stats.py:54:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-erponline-enterprise-17.0/viin_iot/__manifest__.py:82:26: E261 at least two spaces before inline comment
./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/__manifest__.py:53:13: E203 whitespace before ':'
./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/__manifest__.py:54:26: E261 at least two spaces before inline comment
./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/__manifest__.py:54:27: E262 inline comment should start with '# '
./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/models/mrp_production.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/models/mrp_workorder.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:8:5: W191 indentation contains tabs
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:8:5: E101 indentation contains mixed spaces and tabs
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:37:26: E261 at least two spaces before inline comment
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:37:27: E262 inline comment should start with '# '
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:16:13: E265 block comment should start with '# '
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:21: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:23: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:40: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:42: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:92:36: W291 trailing whitespace
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:98:1: W293 blank line contains whitespace
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:72: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:74: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:91: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:93: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:146:1: W293 blank line contains whitespace
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:149:1: W293 blank line contains whitespace
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:150:1: W293 blank line contains whitespace
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:152:5: E303 too many blank lines (3)
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:155:141: W291 trailing whitespace
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:176:13: E303 too many blank lines (2)
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/models/mobile_notification.py:1:1: F401 'odoo.fields' imported but unused
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/models/mobile_notification.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/models/mobile_notification.py:2:1: F401 'odoo.tools.safe_eval' imported but unused
./Viindoo-erponline-enterprise-17.0/viin_mrp_barcode_backdate/__manifest__.py:47:26: E261 at least two spaces before inline comment
./Viindoo-erponline-enterprise-17.0/viin_mrp_barcode_backdate/__manifest__.py:47:27: E262 inline comment should start with '# '
|
| 07/31/2026 14:30:30 | ERROR |
Subbuild # 400081:
odoo.addons.test_pylint.tests.test_pylint: FAIL: TestPyLint.test_pylint
Traceback (most recent call last):
File "/data/build/Viindoo-tvtmaaddons-17.0/test_pylint/tests/test_pylint.py", line 176, in test_pylint
self.fail("pylint test failed:\n" + (b"\n" + out + b"\n" + err).decode('utf-8').strip())
AssertionError: pylint test failed:
No files to lint: exiting.
|
| 07/31/2026 14:30:30 | ERROR |
Subbuild # 400081:
odoo.addons.test_pylint.tests.test_flake8: FAIL: TestFlake8.test_flake8
Traceback (most recent call last):
File "/data/build/Viindoo-tvtmaaddons-17.0/test_pylint/tests/test_flake8.py", line 117, in test_flake8
self.fail("flake8 test failed:\n" + (b"\n" + out + b"\n" + err).decode('utf-8').strip())
AssertionError: flake8 test failed:
./Viindoo-tvtmaaddons-17.0/to_bank_currency_rate_purchase_stock/tests/test_bank_rate_standard_price_receipt.py:565:5: E303 too many blank lines (2)
./Viindoo-tvtmaaddons-17.0/to_bank_currency_rate_purchase_stock/tests/test_bank_rate_standard_price_receipt.py:568:5: E301 expected 1 blank line, found 0
./Viindoo-tvtmaaddons-17.0/to_wallet_currency_conversion_diff/tests/test_account_payment.py:9:1: E303 too many blank lines (3)
./Viindoo-tvtmaaddons-17.0/to_wallet_currency_conversion_diff/tests/test_account_payment.py:83:1: W293 blank line contains whitespace
./Viindoo-tvtmaaddons-17.0/to_wallet_currency_conversion_diff/tests/test_account_payment.py:84:13: E303 too many blank lines (2)
./Viindoo-tvtmaaddons-17.0/viin_queue/__manifest__.py:11:5: W191 indentation contains tabs
./Viindoo-tvtmaaddons-17.0/viin_queue/__manifest__.py:11:5: E101 indentation contains mixed spaces and tabs
./Viindoo-tvtmaaddons-17.0/viin_queue/helpers.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/setup.py:13:13: F821 undefined name 'version'
./Viindoo-odoo-17.0/setup.py:14:17: F821 undefined name 'description'
./Viindoo-odoo-17.0/setup.py:15:22: F821 undefined name 'long_desc'
./Viindoo-odoo-17.0/setup.py:16:9: F821 undefined name 'url'
./Viindoo-odoo-17.0/setup.py:17:12: F821 undefined name 'author'
./Viindoo-odoo-17.0/setup.py:18:18: F821 undefined name 'author_email'
./Viindoo-odoo-17.0/setup.py:19:29: F821 undefined name 'classifiers'
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:17:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:19:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:20:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:28:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:31:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:32:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:33:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:34:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:35:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:37:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:39:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:44:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/odoo-wsgi.example.py:46:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/package.py:12:1: F401 'textwrap' imported but unused
./Viindoo-odoo-17.0/setup/package.py:21:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/package.py:23:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/setup/package.py:422:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:36:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:41:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:405:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/sql_db.py:779:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:814:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:816:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:829:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/sql_db.py:835:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/fields.py:8:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/odoo/fields.py:8:1: F401 'lxml.html' imported but unused
./Viindoo-odoo-17.0/odoo/fields.py:44:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/odoo/fields.py:52:10: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/fields.py:1209:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/fields.py:1209:28: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/fields.py:1896:21: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/fields.py:2334:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/fields.py:2615:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/fields.py:4234:17: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/fields.py:5062:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/fields.py:5243:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/fields.py:5244:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/models.py:26:1: F401 'copy' imported but unused
./Viindoo-odoo-17.0/odoo/models.py:40:1: F401 'collections.OrderedDict' imported but unused
./Viindoo-odoo-17.0/odoo/models.py:43:1: F401 'inspect.currentframe' imported but unused
./Viindoo-odoo-17.0/odoo/models.py:95:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:108:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:130:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:135:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:143:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/models.py:145:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:380:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/models.py:842:19: F402 import '_' from line 66 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/models.py:961:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/models.py:1349:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/models.py:1361:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/models.py:2253:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/models.py:2260:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/models.py:3728:40: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/models.py:4019:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/models.py:4478:17: F402 import 'fields' from line 7318 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/models.py:4662:17: F402 import 'fields' from line 7318 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/models.py:4697:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/models.py:5589:5: F811 redefinition of unused 'copy' from line 26
./Viindoo-odoo-17.0/odoo/models.py:6165:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/models.py:7064:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/models.py:7088:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/models.py:7112:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:7152:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:7168:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:7248:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:7260:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:7302:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/models.py:7308:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/models.py:7318:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/models.py:7319:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/models.py:7320:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/loglevels.py:4:1: F401 'sys' imported but unused
./Viindoo-odoo-17.0/odoo/loglevels.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/loglevels.py:29:27: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/loglevels.py:43:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/loglevels.py:44:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/api.py:89:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/api.py:400:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/api.py:421:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/api.py:442:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/api.py:1112:39: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/api.py:1391:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/api.py:1392:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/api.py:1393:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:7:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:10:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:23:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:25:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:61:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:63:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:65:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:66:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/__init__.py:67:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:79:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:82:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:83:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:84:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:90:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:92:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:108:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:110:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:111:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/__init__.py:111:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:112:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:113:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:114:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:115:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:116:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:117:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:118:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:119:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:120:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:121:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:123:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:125:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:126:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:127:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:128:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:129:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:130:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:132:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:134:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/__init__.py:135:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/__init__.py:136:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/release.py:37:54: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/netsvc.py:26:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:27:11: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/netsvc.py:28:17: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/netsvc.py:31:15: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/netsvc.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:84:21: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/netsvc.py:89:32: F541 f-string is missing placeholders
./Viindoo-odoo-17.0/odoo/netsvc.py:95:24: F541 f-string is missing placeholders
./Viindoo-odoo-17.0/odoo/netsvc.py:100:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:101:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/netsvc.py:102:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/netsvc.py:115:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:131:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:145:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:167:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:168:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/netsvc.py:175:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/netsvc.py:198:9: F402 import 'module' from line 22 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/netsvc.py:199:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/netsvc.py:200:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/netsvc.py:201:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/netsvc.py:202:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/netsvc.py:204:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/netsvc.py:353:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/netsvc.py:355:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/netsvc.py:371:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/netsvc.py:373:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/netsvc.py:375:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/http.py:227:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/http.py:237:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/http.py:324:70: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/http.py:344:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/http.py:809:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/http.py:856:46: E222 multiple spaces after operator
./Viindoo-odoo-17.0/odoo/http.py:938:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/http.py:1123:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/odoo/http.py:1127:1: E302 expected 2 blank lines, found 3
./Viindoo-odoo-17.0/odoo/http.py:1235:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/http.py:1238:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/http.py:1580:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/http.py:2025:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/http.py:2207:9: F841 local variable 'exc' is assigned to but never used
./Viindoo-odoo-17.0/odoo/http.py:2210:9: F841 local variable 'exc' is assigned to but never used
./Viindoo-odoo-17.0/odoo/http.py:2394:13: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/cli/obfuscate.py:201:72: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:56:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:56:1: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:61:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:72:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:78:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:88:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:91:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:144:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/scaffold.py:148:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/db.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/db.py:117:48: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/cli/db.py:118:63: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/cli/server.py:14:11: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/cli/server.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:42:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:76:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:84:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:96:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:120:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:131:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/server.py:182:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/start.py:38:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/cli/start.py:65:9: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/odoo/cli/start.py:74:26: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/cli/start.py:82:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/genproxytoken.py:3:1: F401 'os' imported but unused
./Viindoo-odoo-17.0/odoo/cli/deploy.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/cli/populate.py:94:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/cli/populate.py:110:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/cli/cloc.py:3:1: F401 'os' imported but unused
./Viindoo-odoo-17.0/odoo/cli/cloc.py:5:1: F401 'textwrap' imported but unused
./Viindoo-odoo-17.0/odoo/cli/cloc.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/db.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/db.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/db.py:117:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/db.py:149:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/db.py:154:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/db.py:178:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/registry.py:40:19: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/registry.py:41:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/registry.py:44:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/registry.py:56:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/registry.py:839:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/registry.py:939:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/modules/registry.py:941:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/modules/registry.py:943:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/modules/neutralize.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/neutralize.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/neutralize.py:27:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:19:1: F401 'odoo.tools.pycompat' imported but unused
./Viindoo-odoo-17.0/odoo/modules/module.py:57:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/modules/module.py:72:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/modules/module.py:77:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/modules/module.py:80:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/modules/module.py:160:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/module.py:187:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:220:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:240:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:243:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:275:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:283:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:289:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:305:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:332:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:386:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:400:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:404:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:410:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:437:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:465:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/module.py:476:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/migration.py:137:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/modules/loading.py:80:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/loading.py:260:47: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/modules/loading.py:336:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/loading.py:350:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/loading.py:376:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/loading.py:400:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/loading.py:608:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/modules/graph.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/modules/graph.py:47:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/modules/graph.py:49:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/modules/graph.py:52:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/modules/graph.py:55:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/modules/graph.py:73:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/modules/graph.py:86:20: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/modules/graph.py:109:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/modules/graph.py:113:99: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/modules/graph.py:122:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:9:1: F401 'threading' imported but unused
./Viindoo-odoo-17.0/odoo/service/db.py:10:1: F401 'traceback' imported but unused
./Viindoo-odoo-17.0/odoo/service/db.py:17:1: F401 'functools.wraps' imported but unused
./Viindoo-odoo-17.0/odoo/service/db.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:47:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/db.py:49:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/db.py:51:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:57:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:97:5: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/odoo/service/db.py:171:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:179:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:207:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:223:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:249:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:256:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:272:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:296:18: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/service/db.py:308:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:323:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:377:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:400:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:406:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:414:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/db.py:416:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/db.py:418:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:420:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/service/db.py:428:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:451:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:484:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:487:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:496:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/db.py:502:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/db.py:504:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/db.py:506:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:3:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:22:1: F401 'itertools.chain' imported but unused
./Viindoo-odoo-17.0/odoo/service/server.py:26:1: F401 'werkzeug.debug.DebuggedApplication' imported but unused
./Viindoo-odoo-17.0/odoo/service/server.py:58:5: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/service/server.py:71:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:89:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:97:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:99:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:100:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:108:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:202:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:251:36: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/odoo/service/server.py:251:38: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/odoo/service/server.py:252:34: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/odoo/service/server.py:252:36: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/odoo/service/server.py:288:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:290:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:291:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:374:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:376:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:437:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:522:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/service/server.py:716:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:812:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/service/server.py:828:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1060:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:1075:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1202:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/service/server.py:1206:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1249:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1338:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:1340:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/server.py:1342:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1344:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1358:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1378:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1399:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1463:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/server.py:1479:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/service/server.py:1532:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/security.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/security.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/security.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/__init__.py:11:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/service/model.py:46:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/model.py:74:9: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/service/model.py:75:9: F841 local variable '_0' is assigned to but never used
./Viindoo-odoo-17.0/odoo/service/common.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/common.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/common.py:31:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/common.py:34:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/common.py:47:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/service/common.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/osv/expression.py:766:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/osv/expression.py:1070:25: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:100:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:110:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:154:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:208:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:232:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/js_transpiler.py:660:76: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/tools/image.py:7:1: F401 'PIL.ImageOps' imported but unused
./Viindoo-odoo-17.0/odoo/tools/image.py:9:1: F401 'PIL.IcoImagePlugin' imported but unused
./Viindoo-odoo-17.0/odoo/tools/image.py:39:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/image.py:45:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/image.py:47:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/image.py:410:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:21:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:55:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/rendering_tools.py:65:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/view_validation.py:181:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/cache.py:30:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/cache.py:182:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/osutil.py:23:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/osutil.py:54:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/osutil.py:69:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/osutil.py:95:5: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:22:1: F401 'opcode.HAVE_ARGUMENT' imported but unused
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:49:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:79:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:200:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:223:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:253:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:299:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:320:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:358:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:423:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:459:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:482:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/safe_eval.py:482:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:26:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:27:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:28:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:29:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:31:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:58:51: E227 missing whitespace around bitwise or shift operator
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:80:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:99:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches.py:108:48: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:4:1: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:5:1: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:32: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:36: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:40: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:49: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:53: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:62: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:67: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:71: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:77: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:81: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:88: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:91: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:11:95: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:15:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:16:28: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:25:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:58:20: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:59:42: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:61:38: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:66:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:67:9: E117 over-indented
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:77:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:79:61: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/parse_version.py:80:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/tools/lru.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/lru.py:54:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:32:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:34:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:54:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:350:26: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:514:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:1001:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tools/_monkeypatches_urls.py:1016:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/which.py:22:78: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/which.py:45:1: F401 'os.R_OK' imported but unused
./Viindoo-odoo-17.0/odoo/tools/which.py:45:1: F401 'os.W_OK' imported but unused
./Viindoo-odoo-17.0/odoo/tools/which.py:46:1: F401 'os.path.dirname' imported but unused
./Viindoo-odoo-17.0/odoo/tools/which.py:54:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/which.py:65:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/which.py:123:8: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/tools/which.py:124:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/which.py:133:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/which.py:147:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/json.py:14:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/json.py:24:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/json.py:27:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/json.py:55:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/tools/mail.py:10:1: F401 'threading' imported but unused
./Viindoo-odoo-17.0/odoo/tools/mail.py:23:1: F401 'odoo' imported but unused
./Viindoo-odoo-17.0/odoo/tools/mail.py:40:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/mail.py:42:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/mail.py:338:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:408:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/tools/mail.py:409:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/tools/mail.py:410:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/tools/mail.py:515:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/mail.py:519:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:574:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/mail.py:576:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/mail.py:579:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:588:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:601:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:647:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:653:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:660:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:668:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:705:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:719:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:749:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:781:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:792:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:799:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:811:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:816:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:819:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:862:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:889:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mail.py:916:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/template_inheritance.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:29:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:54:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:78:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:88:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:114:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:123:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:146:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/mimetypes.py:210:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/__init__.py:19:1: F403 'from .barcode import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:21:1: F403 'from .date_utils import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:22:1: F403 'from .float_utils import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:23:1: F403 'from .func import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:24:1: F403 'from .image import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:25:1: F403 'from .mail import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:26:1: F403 'from .misc import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:28:1: F403 'from .sql import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:29:1: F403 'from .template_inheritance import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:30:1: F403 'from .translate import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:31:1: F403 'from .xml_utils import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/__init__.py:32:1: F403 'from .convert import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/config.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/config.py:39:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/config.py:40:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/config.py:48:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/tools/config.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/config.py:65:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/config.py:424:96: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/tools/config.py:425:55: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:439:97: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/tools/config.py:522:74: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:658:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tools/config.py:690:22: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/config.py:692:25: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:692:42: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:694:25: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:694:43: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:697:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/config.py:703:29: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:703:46: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:705:29: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:705:47: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/config.py:738:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/config.py:738:30: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/config.py:762:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:20:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:20:51: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:20:59: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:20:65: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:27:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:27:51: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/win32.py:27:57: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:25:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:46:76: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:75:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:113:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:116:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:123:17: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:128:73: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:132:76: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:141:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:155:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:158:73: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:162:76: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:177:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:192:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:194:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:220:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:232:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:270:29: E702 multiple statements on one line (semicolon)
./Viindoo-odoo-17.0/odoo/tools/float_utils.py:283:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:44:1: F401 'passlib.utils' imported but unused
./Viindoo-odoo-17.0/odoo/tools/misc.py:46:1: F401 'werkzeug.utils' imported but unused
./Viindoo-odoo-17.0/odoo/tools/misc.py:56:1: F403 'from .cache import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/misc.py:58:1: F401 '.parse_version.parse_version' imported but unused
./Viindoo-odoo-17.0/odoo/tools/misc.py:75:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:77:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:79:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:85:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:90:24: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/misc.py:94:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:101:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:103:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:105:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:114:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:137:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:146:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:152:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:154:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:156:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:198:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:260:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:262:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:290:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:290:23: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/tools/misc.py:310:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:318:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:424:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:424:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:424:66: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:426:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:432:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:455:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:10: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:13: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:15: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:21: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:23: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:27: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:461:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/misc.py:463:11: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/misc.py:467:28: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/misc.py:467:55: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/misc.py:470:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:480:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:488:11: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/misc.py:495:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:497:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:517:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:532:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:539:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:550:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:553:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:558:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:559:49: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/tools/misc.py:585:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:599:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:600:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:602:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:604:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:610:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:614:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:614:19: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:616:19: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:619:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:643:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:659:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:660:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/misc.py:663:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:686:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:688:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:690:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:692:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/misc.py:708:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:724:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:725:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:738:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:742:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:749:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:761:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:771:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:871:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:892:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:894:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:904:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:911:34: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/tools/misc.py:922:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:929:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:1006:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1017:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1270:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/tools/misc.py:1271:14: F405 'defaultdict' may be undefined, or defined from star imports: .cache
./Viindoo-odoo-17.0/odoo/tools/misc.py:1276:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1291:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1302:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1320:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1324:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1365:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1367:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1392:5: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/tools/misc.py:1395:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/tools/misc.py:1398:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1495:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1511:5: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/tools/misc.py:1670:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1689:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/misc.py:1695:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:1703:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:1901:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/misc.py:1932:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:105:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/translate.py:106:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/translate.py:137:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/translate.py:137:11: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/translate.py:138:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/translate.py:141:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:167:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:177:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:326:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:331:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tools/translate.py:370:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:377:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:399:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:409:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:427:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:443:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:461:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:469:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:574:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/odoo/tools/translate.py:649:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:655:35: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:656:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:659:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:660:48: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:662:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:665:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:669:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:678:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:706:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:796:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:815:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:815:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:815:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:815:62: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:815:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:815:76: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/translate.py:818:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tools/translate.py:934:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:940:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:954:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:998:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tools/translate.py:1021:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/translate.py:1064:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/translate.py:1289:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/translate.py:1781:31: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/tools/translate.py:1802:20: F541 f-string is missing placeholders
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:127:21: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:127:90: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:131:25: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:131:69: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:176:25: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:176:43: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:221:25: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:221:43: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:229:21: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:229:90: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:233:25: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:233:69: E202 whitespace before ']'
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:241:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:300:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:336:58: E702 multiple statements on one line (semicolon)
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:336:67: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:340:59: E702 multiple statements on one line (semicolon)
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:340:68: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:357:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:361:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:365:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:369:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:373:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:377:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:385:1: E303 too many blank lines (4)
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:385:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:387:1: E302 expected 2 blank lines, found 4
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:405:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:431:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:432:5: F811 redefinition of unused 'ctypes' from line 463
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:457:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:459:9: F401 'win32com.shell' imported but unused
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:463:13: F401 'ctypes' imported but unused
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:470:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/odoo/tools/appdirs.py:470:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/func.py:10:1: F401 'json.JSONEncoder' imported but unused
./Viindoo-odoo-17.0/odoo/tools/func.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:66:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:83:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:89:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/tools/func.py:91:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:95:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/tools/func.py:110:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:125:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tools/func.py:135:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/func.py:172:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/func.py:258:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/func.py:265:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/populate.py:4:1: F401 'odoo.tools.pycompat' imported but unused
./Viindoo-odoo-17.0/odoo/tools/populate.py:97:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/populate.py:140:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/populate.py:154:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/populate.py:162:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:17:1: F401 '.config' imported but unused
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:71:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:135:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:28: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:57: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:95: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:136:134: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:150:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:152:39: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:190:68: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:208:25: F841 local variable 'cancel_found' is assigned to but never used
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:237:57: E201 whitespace after '['
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:247:21: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/test_reports.py:260:28: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/profiler.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/profiler.py:472:39: F402 import 'time' from line 9 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/tools/pycompat.py:2:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/cloc.py:24:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/cloc.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/cloc.py:37:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/cloc.py:39:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/cloc.py:68:27: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/tools/cloc.py:101:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/cloc.py:103:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/cloc.py:299:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/cloc.py:301:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/convert.py:16:1: F401 'warnings' imported but unused
./Viindoo-odoo-17.0/odoo/tools/convert.py:33:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/odoo/tools/convert.py:33:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/tools/convert.py:38:1: F811 redefinition of unused 'pytz' from line 21
./Viindoo-odoo-17.0/odoo/tools/convert.py:38:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tools/convert.py:39:1: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/tools/convert.py:41:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:51:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tools/convert.py:56:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:71:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:89:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:90:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/convert.py:91:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/convert.py:95:35: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/convert.py:122:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tools/convert.py:131:20: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/tools/convert.py:137:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/convert.py:143:18: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/convert.py:178:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/convert.py:179:16: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/convert.py:182:17: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/tools/convert.py:213:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:221:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:304:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tools/convert.py:322:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tools/convert.py:334:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tools/convert.py:399:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tools/convert.py:406:36: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tools/convert.py:671:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:684:17: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/convert.py:688:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:689:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tools/convert.py:691:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/convert.py:726:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/date_utils.py:209:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/date_utils.py:251:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/tools/_vendor/send_file.py:34:14: F821 undefined name 'WSGIEnvironment'
./Viindoo-odoo-17.0/odoo/tools/pdf/_pypdf2_1.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tools/zeep/helpers.py:1:1: F401 'zeep.helpers.serialize_object' imported but unused
./Viindoo-odoo-17.0/odoo/tools/zeep/ns.py:1:1: F403 'from zeep.ns import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/zeep/ns.py:1:1: F401 'zeep.ns.*' imported but unused
./Viindoo-odoo-17.0/odoo/tools/zeep/exceptions.py:1:1: F403 'from zeep.exceptions import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/zeep/exceptions.py:1:1: F401 'zeep.exceptions.*' imported but unused
./Viindoo-odoo-17.0/odoo/tools/zeep/wsa.py:1:1: F403 'from zeep.wsa import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tools/zeep/wsa.py:1:1: F401 'zeep.wsa.*' imported but unused
./Viindoo-odoo-17.0/odoo/tools/zeep/wsdl/utils.py:1:1: F401 'zeep.wsdl.utils.etree_to_string' imported but unused
./Viindoo-odoo-17.0/odoo/tools/zeep/wsdl/utils.py:1:1: F401 'zeep.wsdl.utils.get_or_create_header' imported but unused
./Viindoo-odoo-17.0/odoo/tools/zeep/wsse/username/__init__.py:1:1: F403 'from zeep.wsse.username import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tests/case.py:34:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/tests/case.py:34:16: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/result.py:44:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/tests/result.py:201:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tests/result.py:253:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/loader.py:110:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/tests/loader.py:111:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tests/test_security.py:5:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/tests/__init__.py:9:1: F403 'from .common import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/odoo/tests/form.py:11:1: F401 'time' imported but unused
./Viindoo-odoo-17.0/odoo/tests/form.py:13:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/odoo/tests/common.py:108:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:110:62: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:119:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:203:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:206:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:261:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:263:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:264:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:281:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tests/common.py:826:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tests/common.py:843:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:940:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:949:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:957:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:964:5: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:968:13: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:1208:46: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tests/common.py:1209:52: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tests/common.py:1211:47: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/tests/common.py:1358:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:1456:71: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:1484:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:1515:13: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:1542:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/tests/common.py:1805:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/tests/common.py:1842:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:1877:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/common.py:2034:17: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:2117:63: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/tests/common.py:2127:85: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/odoo/tests/common.py:2164:78: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/common.py:2172:81: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/tests/common.py:2225:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:9:54: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:11:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:12:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:13:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:14:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:15:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:29:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:115:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:120:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/test_module_operations.py:125:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/suite.py:27:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/tests/tag_selector.py:69:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/tests/tag_selector.py:99:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/tests/_odoo_checker_markup.py:67:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:5:1: F401 'sys' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:22:9: F841 local variable 'l' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:22:9: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:28:43: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/test_limits/models.py:43:17: F841 local variable 'x' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:6:1: F401 'odoo.tools.pycompat' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:37:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:60:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_populate/models.py:78:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:68:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:83:60: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:86:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:99:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:101:67: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_populate/tests/test_populate.py:144:17: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:31:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_pylint_path_setup.py:66:1: W391 blank line at end of file
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:27:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:44:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:104:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:105:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:107:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:108:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:117:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:131:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:135:20: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:210:72: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:271:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:280:13: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:280:14: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:286:29: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:290:13: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:290:14: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:296:29: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:314:13: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:314:14: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:339:57: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:341:60: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:342:53: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_checkers.py:356:53: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_onchange_domains.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:3:1: F401 'itertools' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:42:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:45:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_override_signatures.py:159:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/__init__.py:12:1: F811 redefinition of unused 'test_pofile' from line 4
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/__init__.py:13:1: F811 redefinition of unused 'test_pylint' from line 3
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_eslint.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_eslint.py:33:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_dunderinit.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:36:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:49:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:69:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:80:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:97:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:97:19: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:103:11: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:106:11: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:157:17: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:374:126: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:374:171: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_sql_injection.py:376:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_unlink_override.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_unlink_override.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_unlink_override.py:41:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_gettext.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/_odoo_checker_gettext.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_jstranslate.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_lint/tests/test_l10n.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_read_group/tests/test_fill_temporal.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_read_group/tests/test_m2m_grouping.py:266:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_read_group/tests/test_group_operator.py:65:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_translation_import/models/models.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_translation_import/tests/test_term_count.py:164:9: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_uninstall/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_uninstall/models.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_convert/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_convert/models.py:25:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_env.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_env.py:87:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_convert.py:10:1: F401 'odoo' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_convert/tests/test_convert.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_converter/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:9:1: F401 'odoo.tools.html_escape as e' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:46:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_html.py:169:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_converter/tests/test_gbf.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:24:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:30:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:35:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:40:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:45:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_mimetypes/tests/test_guess_mimetypes.py:62:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:10:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:11:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:12:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:949:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1077:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1265:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1446:52: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1535:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_new_api/models/test_new_api.py:1885:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_json_field.py:26:84: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_qweb_float.py:34:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_qweb_float.py:60:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:120:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:123:9: F841 local variable 'books_with_edition' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:475:38: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_one2many.py:475:62: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_web_save.py:27:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:57:9: F841 local variable 'ok' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:63:13: F841 local variable 'faulty' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:75:46: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:75:58: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:505:9: F841 local variable 'baz' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:613:9: F841 local variable 'dean' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:615:9: F841 local variable 'finn' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:616:9: F841 local variable 'gabe' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:1555:9: F841 local variable 'rule' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:2314:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_new_api/tests/test_new_fields.py:3177:9: F841 local variable 'all_children' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:1:1: F401 're' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:24:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:62:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/controllers/rpc.py:120:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:9:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:268:42: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/base/models/res_config.py:299:22: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_sequence.py:64:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_sequence.py:129:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:9:1: F401 'psycopg2.IntegrityError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:27:10: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:27:11: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:28:10: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:28:11: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_country.py:148:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:16:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:18:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:22:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:29:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:33:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:36:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:43:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:212:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:313:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_fields.py:614:33: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:7:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:26:1: F401 'odoo.tools.str2bool' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:27:1: F401 'odoo.tools.safe_eval' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:587:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:589:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:981:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:983:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:985:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1064:17: F841 local variable 'is_base_model' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1187:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1189:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1284:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1286:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1326:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1328:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1387:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1389:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1511:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1614:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1630:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1632:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1635:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1811:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1816:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1832:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1839:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1939:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:1941:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:2083:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:2085:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_view.py:2884:9: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/res_company.py:281:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_company.py:282:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_company.py:360:82: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/base/models/res_bank.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/decimal_precision.py:70:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_rule.py:12:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_rule.py:217:101: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:41:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:43:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:421:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:421:16: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:430:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:442:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb_fields.py:515:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:43:5: F811 redefinition of unused 'SSLCryptoError' from line 21
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:90:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:97:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:111:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:114:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:117:1: E305 expected 2 blank lines after class or function definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:119:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:122:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:124:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:423:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_mail_server.py:864:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:20:1: F401 'babel.core' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:38:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:97:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:100:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:103:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:106:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:109:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:112:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:115:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:118:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:133:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:138:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:157:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:177:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:179:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:181:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:380:71: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:381:75: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:597:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:703:33: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:872:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1154:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1267:80: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1353:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1449:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1508:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:1717:80: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2008:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2048:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2050:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2052:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2092:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2114:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2114:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2115:15: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2122:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2172:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2175:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2262:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_users.py:2292:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:9:1: F401 'threading' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:15:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:20:1: F401 'odoo.osv.expression.get_unaccent_wrapper' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:26:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:27:30: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:28:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:34:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:41:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:63:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:67:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:68:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:335:13: F402 import '_' from line 19 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:400:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:401:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:969:9: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:971:9: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/res_partner.py:1020:19: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:7:1: F401 'io' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:8:1: F401 'itertools' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:17:1: F401 'PIL.Image' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:201:22: F402 import '_' from line 19 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:374:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:396:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:675:60: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_attachment.py:675:80: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_autovacuum.py:6:1: F401 'warnings' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_autovacuum.py:7:1: F401 'traceback' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_autovacuum.py:9:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:27:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:177:26: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:178:26: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:179:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:180:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:181:23: E203 whitespace before ':'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:201:9: F841 local variable 'lang' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:263:29: F402 import '_' from line 11 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:295:31: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:378:11: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:396:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:405:17: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:408:9: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:414:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:416:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_lang.py:426:65: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:38:5: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:568:97: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:601:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:1161:9: F841 local variable 'cr' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:1891:44: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:1891:62: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:2111:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_model.py:2237:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:2:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:4:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:5:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:9:1: F401 'mimetypes' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:11:1: F401 're' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:12:1: F401 'sys' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:13:1: F401 'traceback' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:28:1: F401 'odoo.exceptions.AccessError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:28:1: F401 'odoo.exceptions.MissingError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:120:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_http.py:122:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_menu.py:7:1: F401 'operator' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_ui_menu.py:34:120: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:7:1: F401 'operator.attrgetter' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:9:1: F401 'io' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:14:1: F401 'zipfile' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:16:1: F401 'requests' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:17:1: F401 'werkzeug.urls' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:48:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:80:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:181:43: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:420:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_module.py:967:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/res_currency.py:7:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/res_currency.py:194:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_demo_failure.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_logging.py:2:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:7:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:11:1: F401 'itertools' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:19:1: F401 'psycopg2' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:43:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:315:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:654:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:659:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:708:17: F841 local variable 'process' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:824:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:872:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/assetsbundle.py:1023:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:6:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:61:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:82:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:213:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:215:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:502:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions_report.py:539:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:518:1: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:521:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:568:1: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:675:60: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:766:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:981:66: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1098:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1111:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1161:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1174:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1194:94: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1279:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1280:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1669:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:1822:72: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2058:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2154:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2181:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2279:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2369:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2504:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2621:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_qweb.py:2729:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_cron.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:10:1: F401 'odoo.http.request' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:287:113: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:288:108: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:307:21: E722 do not use bare 'except'
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:336:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:413:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:1033:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_actions.py:1146:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_property.py:231:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/base/models/ir_property.py:247:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/migrations/17.0.1.4/post-migration.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/report/report_base_report_irmodulereference.py:14:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/report/__init__.py:4:51: W292 no newline at end of file
./Viindoo-odoo-17.0/odoo/addons/base/populate/res_company.py:1:1: F401 'collections' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/populate/res_partner.py:26:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/populate/res_partner.py:88:19: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/odoo/addons/base/populate/res_partner.py:149:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/populate/res_currency.py:4:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:50:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:145:9: F841 local variable '_b' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_db_cursor.py:259:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_acl.py:8:1: F401 'odoo.tests.common.TransactionCase' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_display_name.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:4:1: F401 'collections' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:5:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:6:1: F401 'os.path' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:7:1: F401 're' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:11:1: F401 'lxml.builder.E' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:12:1: F401 'copy.deepcopy' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:19:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:674:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:703:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:706:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:713:76: E203 whitespace before ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:713:77: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:715:80: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:716:80: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:721:66: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:721:74: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:828:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1387:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1390:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1392:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1393:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1395:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1397:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1398:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1498:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1517:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1831:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1835:49: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1852:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1856:49: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1873:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1876:36: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1888:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1892:36: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:1901:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:3113:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb.py:3214:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:7:1: F401 'odoo.tools.DEFAULT_SERVER_DATE_FORMAT as DATE_FORMAT' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:25:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:66:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence_date_range.py:114:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_actions.py:6:1: F401 'psycopg2.ProgrammingError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_actions.py:10:1: F401 'odoo' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_actions.py:507:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_test_suite.py:20:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server_smtpd.py:79:13: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server_smtpd.py:94:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server_smtpd.py:126:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mimetypes.py:2:1: F401 'unittest' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mimetypes.py:62:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mimetypes.py:113:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tz.py:17:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_cloc.py:129:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_sequence.py:102:21: F841 local variable 'n1' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:30:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:31:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:32:43: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:33:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:34:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:34:44: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:35:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:35:44: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:36:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:36:44: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:37:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:37:44: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:37:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_lang.py:40:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_module_category.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_qweb_field.py:61:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_avatar_mixin.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:12:1: F401 'odoo.addons.base.tests.common.TransactionCaseWithUserDemo' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:75:12: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:80:12: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_base.py:177:90: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ormcache.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ormcache.py:65:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:210:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:227:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:264:56: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:432:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_model.py:518:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_cache.py:11:1: F401 'odoo.tests.common.TransactionCase' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:5:1: F401 'xmlrpc.client.Binary' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:46:9: F841 local variable 'groups' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:131:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:205:65: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:206:65: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:207:65: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:215:61: E211 whitespace before '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_xmlrpc.py:229:69: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_split_table.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_split_table.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server.py:98:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_mail_server.py:182:13: F402 import 'email' from line 5 shadowed by loop variable
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:76:74: E202 whitespace before ')'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:291:9: F841 local variable 'filter_a' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:296:44: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_filters.py:308:108: E225 missing whitespace around operator
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:22:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:23:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:24:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:24:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:25:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:26:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:27:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:28:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:29:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:29:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:30:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:43:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:46:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:147:32: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:182:84: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:210:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:212:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:213:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:226:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:235:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_float.py:243:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_attachment.py:42:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_attachment.py:141:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_ir_attachment.py:176:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_country.py:25:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:12:1: F401 'odoo.fields.Date' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:13:1: F401 'odoo.models.BaseModel' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:297:9: F841 local variable 'res_8' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:386:95: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:388:83: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:390:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:392:69: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:394:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:396:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:411:69: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:437:78: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:439:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:510:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:512:88: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:552:61: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:553:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:560:48: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:596:92: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:598:95: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:600:94: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:65: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:69: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:80: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:90: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_expression.py:893:94: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:6:1: F401 'psycopg2' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:8:1: F401 'odoo.exceptions.MissingError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:70:62: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:70:66: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_orm.py:92:29: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_sql.py:164:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_sql.py:177:1: W391 blank line at end of file
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_image.py:6:1: F401 'binascii' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_image.py:115:40: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_image.py:117:40: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_pdf.py:77:9: F841 local variable 'page' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail.py:179:64: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail.py:181:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail.py:840:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_func.py:4:1: F401 'functools' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:56:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:172:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:174:110: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:176:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:178:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:180:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:186:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:188:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:190:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:193:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:193:37: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:196:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:198:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:201:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:203:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:206:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:208:110: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:210:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:212:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:214:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:216:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:218:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:220:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:222:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:225:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:228:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:230:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:233:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:236:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:238:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:240:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:243:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:246:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:249:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/common.py:252:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_user_has_group.py:107:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_user_has_group.py:140:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_user_has_group.py:154:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:173:13: F841 local variable 'dates' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:184:13: F841 local variable 'dates' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:308:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:433:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:440:63: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:446:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:482:63: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_misc.py:489:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:8:1: F401 'psycopg2.IntegrityError' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:15:1: F401 'odoo.tests.common.new_test_user' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:31:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:32:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:34:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:635:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1381:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1601:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1602:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1604:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1605:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1606:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1607:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1608:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1617:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1618:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1620:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1623:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1624:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1626:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1627:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_translate.py:1628:14: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_search.py:189:41: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_search.py:195:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:83:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:127:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:296:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:308:21: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:430:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:430:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:436:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:436:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:464:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:464:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:470:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:470:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:504:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:507:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:513:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:513:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:519:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_reports.py:519:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:484:117: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:490:116: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:499:116: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:508:116: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_profiler.py:527:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_partner.py:62:62: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_partner.py:336:9: F841 local variable 'partner_merge_wizard' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_partner.py:966:21: E227 missing whitespace around bitwise or shift operator
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:3:1: F401 'ast' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:217:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:1530:9: F841 local variable 'view2' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:2449:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:3840:9: F841 local variable 'c' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:3845:9: F841 local variable 'd' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4057:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4072:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4082:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_views.py:4488:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:111:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:117:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:199:54: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:361:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:366:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_tests_tags.py:398:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_menu.py:23:75: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_menu.py:29:18: E222 multiple spaces after operator
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_users.py:88:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_res_users.py:256:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:78:65: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:95:44: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:107:7: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:133:44: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:141:72: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:254:22: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:262:7: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:329:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:331:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:334:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:335:2: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:336:2: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:337:5: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:351:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:353:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:356:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:357:2: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:358:2: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:359:5: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:548:73: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:549:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:550:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:551:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:552:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:553:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:556:73: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:557:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:558:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:559:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:560:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:561:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:564:73: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:565:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:566:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:567:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:568:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:569:70: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:576:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:590:3: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/tests/test_mail_examples.py:612:43: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_import_language.py:10:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_import_language.py:10:1: F401 'odoo.sql_db' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:22:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:25:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:25:57: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:30:73: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:30:77: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_export_language.py:35:69: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_module_update.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:13:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:112:9: F841 local variable 'Partner' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:469:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:506:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/base/wizard/base_partner_merge.py:553:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_inherits_depends/tests/test_inherits.py:20:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_http/models.py:26:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_http/utils.py:11:25: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/odoo/addons/test_http/utils.py:46:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_error.py:67:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_echo_reply.py:42:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_misc.py:149:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_http/tests/test_static.py:253:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:5:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:66:25: E201 whitespace after '{'
./Viindoo-odoo-17.0/odoo/addons/test_exceptions/models.py:66:39: E202 whitespace before '}'
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/__manifest__.py:6:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/__manifest__.py:7:71: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:4:1: F401 'itertools.count' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:30:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:42:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:53:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:59:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:79:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:84:5: F811 redefinition of unused 'count' from line 4
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:101:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:108:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:126:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:132:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:138:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:150:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:174:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:181:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:190:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:259:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:263:5: F811 redefinition of unused 'count' from line 4
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:274:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:281:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:287:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:302:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:307:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:316:55: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:320:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:334:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/models.py:341:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:23:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:91:59: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/nested_o2m.py:148:55: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_lxml.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:111:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:116:9: F841 local variable 'a' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:166:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:293:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:294:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:332:17: E117 over-indented
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:630:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:654:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:655:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:663:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:664:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:699:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:700:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:708:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:709:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_form_impl.py:751:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_methods.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_testing_utilities/tests/test_res_config.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_inherit/models.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_inherit/tests/test_inherit.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/controllers/main.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:5:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:16:1: F401 'odoo.http' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:17:1: F401 'odoo.addons.__path__ as ADDONS_PATH' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:24:1: F401 'odoo.addons.base.models.ir_qweb.QWebException' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:25:1: F401 'odoo.tools.func' imported but unused
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:32:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:640:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1592:9: F841 local variable 'view' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1856:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1862:105: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1920:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1991:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:1995:92: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_assetsbundle.py:2004:1: W391 blank line at end of file
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler_regex.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:375:11: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:376:42: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:379:11: W291 trailing whitespace
./Viindoo-odoo-17.0/odoo/addons/test_assetsbundle/tests/test_js_transpiler.py:400:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_apikeys/tests/test_flow.py:14:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_apikeys/tests/test_flow.py:18:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/test_apikeys/tests/test_flow.py:22:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/test_main_flows/__init__.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_main_flows/models/model_multicompany.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_main_flows/tests/test_flow.py:99:58: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:36:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/models.py:42:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/tests/test_feedback.py:163:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_access_rights/tests/test_feedback.py:441:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_action_bindings/models.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_action_bindings/tests/test_bindings.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_action_bindings/tests/test_bindings.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:19:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:60:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:172:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:177:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:184:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:189:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:194:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/models.py:200:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:31:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:49:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:227:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:355:12: E201 whitespace after '('
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:369:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:465:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:655:9: F841 local variable 'sids' is assigned to but never used
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:718:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_export.py:743:69: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:29:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:114:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:147:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:148:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:149:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:150:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:151:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:333:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:411:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:593:47: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:745:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:760:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:782:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:833:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:1170:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:1326:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_impex/tests/test_load.py:1332:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/odoo/addons/test_search_panel/tests/test_search_panel_select_multi_range.py:535:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_search_panel/tests/test_search_panel_select_range.py:307:63: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/odoo/addons/test_search_panel/tests/test_search_panel_select_range.py:367:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/odoo/addons/test_auth_custom/__init__.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/odoo/addons/test_auth_custom/tests/test_endpoints.py:4:1: F401 'odoo.tests.HOST' imported but unused
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:37:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:43:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:46:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:49:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:59:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:67:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:77:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:81:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:86:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:101:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/node_modules/flatted/python/flatted.py:117:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_pe_website_sale/tests/test_l10n_pe_website_sale.py:30:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_pe_website_sale/tests/test_l10n_pe_website_sale.py:41:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/website_event_crm/tests/test_event_registration.py:157:13: F841 local variable '_attendees' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs_company/__init__.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet/__manifest__.py:35:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:1:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:2:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:5:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/spreadsheet/utils.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet/models/spreadsheet_mixin.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet/models/spreadsheet_mixin.py:51:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/spreadsheet/tests/validate_spreadsheet_data.py:3:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/spreadsheet/tests/validate_spreadsheet_data.py:6:1: F401 'odoo.tests.common.Form' imported but unused
./Viindoo-odoo-17.0/addons/spreadsheet/tests/validate_spreadsheet_data.py:7:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/spreadsheet/tests/test_currency.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_jitsi/models/chat_room_mixin.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment.py:28:39: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:129:21: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:129:22: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:157:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:158:24: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/pos_paytm/models/pos_payment_method.py:159:23: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_nl/models/account_journal.py:3:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_nl/models/account_journal.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_nl/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_expense_margin/models/sale_order_line.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_expense_margin/tests/test_so_expense_purchase_price.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/payment_razorpay/models/payment_provider.py:41:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_website/tests/test_is_multilang.py:21:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/test_website/tests/test_qweb.py:4:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/addons/test_website/tests/test_settings.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_website/tests/test_systray.py:3:1: F401 'odoo.tests.common.HOST' imported but unused
./Viindoo-odoo-17.0/addons/test_website/tests/test_systray.py:4:1: F401 'odoo.tools.config' imported but unused
./Viindoo-odoo-17.0/addons/test_website/tests/test_website_controller_page.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_website/tests/test_website_controller_page.py:170:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_website/tests/test_fuzzy.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_br_sales/models/sale_order.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_se/models/res_partner.py:20:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/l10n_se/models/res_partner.py:20:20: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_se/models/account_move.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_se/models/account_move.py:33:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_outlook/controllers/main.py:6:1: F401 'werkzeug' imported but unused
./Viindoo-odoo-17.0/addons/mrp_landed_costs/__manifest__.py:9:72: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mrp_landed_costs/__manifest__.py:10:72: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/sale/__manifest__.py:33:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/controllers/portal.py:154:17: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/controllers/portal.py:292:9: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/models/utm_campaign.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale/models/analytic.py:25:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale/models/res_partner.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale/models/account_move.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:49:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:301:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:351:17: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:703:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:728:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:811:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:850:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1224:54: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1224:70: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1314:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1520:9: F841 local variable 'local_msg_vals' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1720:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1742:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1935:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order.py:1945:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:64:30: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:64:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:68:63: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:138:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/models/crm_team.py:142:22: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/models/payment_transaction.py:158:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/models/product_product.py:108:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:11:1: F401 'odoo.tools.float_round' imported but unused
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:265:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:323:17: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:907:25: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:952:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:954:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:991:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1114:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1120:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1201:17: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1205:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1218:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/models/sale_order_line.py:1293:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_prices.py:407:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/tests/test_accrued_sale_orders.py:55:50: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale/tests/test_accrued_sale_orders.py:56:50: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale/tests/test_accrued_sale_orders.py:67:50: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale/tests/test_reinvoice.py:231:9: F841 local variable 'sale_order_line' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_to_invoice.py:172:15: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_to_invoice.py:215:15: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_to_invoice.py:1044:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/sale/tests/test_access_rights.py:4:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/sale/tests/test_payment_flow.py:135:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/tests/test_credit_limit.py:124:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:717:9: F841 local variable 'product_no_account' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:768:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:870:19: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order.py:874:19: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale/tests/common.py:13:19: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:120:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:121:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:122:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:124:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:125:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:127:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:147:92: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:149:92: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:151:92: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:168:107: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:169:107: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:170:107: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:172:107: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:173:107: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:175:107: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:191:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:192:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:193:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:195:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:196:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:198:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:215:93: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:216:93: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:218:93: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:219:93: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:221:93: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:238:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:239:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:240:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:242:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:243:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:245:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:263:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:264:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:265:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:267:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:268:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:270:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:285:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:287:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:288:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:289:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:291:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:292:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:294:94: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:313:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:314:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:315:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:317:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:318:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:320:102: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:359:95: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:360:95: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:361:95: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:363:95: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:364:95: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:366:95: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:422:133: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:424:133: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:426:92: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:426:133: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:428:133: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:429:133: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:431:133: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:454:125: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:457:125: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:459:125: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:461:125: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:506:128: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:507:128: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:509:128: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:510:128: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:512:128: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:555:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:557:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:559:101: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:609:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:610:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:612:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:613:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:615:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:634:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:636:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:637:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:639:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:640:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:642:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:659:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:660:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:662:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:664:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:665:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:667:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:668:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:670:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:717:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:718:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:720:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:721:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:723:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:742:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:744:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:745:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:747:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:748:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:750:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:767:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:768:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:770:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:772:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:773:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:775:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:776:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:778:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:783:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:820:23: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:848:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:849:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:850:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:851:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:852:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:854:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:855:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:856:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:857:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:858:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:860:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:879:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:880:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:881:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:882:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:883:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:885:79: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:887:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:888:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:889:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:890:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:891:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:893:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:894:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:895:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:896:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:897:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/tests/test_sale_order_down_payment.py:899:78: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/sale/wizard/sale_order_cancel.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/sale/wizard/sale_order_cancel.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/sale/wizard/payment_link_wizard.py:4:1: F401 'werkzeug.urls' imported but unused
./Viindoo-odoo-17.0/addons/sale/wizard/sale_order_discount.py:103:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale/wizard/res_config_settings.py:81:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/wizard/res_config_settings.py:105:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:88:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:145:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:153:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:177:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale/wizard/sale_make_invoice_advance.py:194:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_livechat/models/website_visitor.py:3:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/website_livechat/models/website_visitor.py:3:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/website_livechat/models/website_visitor.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/website_livechat/models/im_livechat_channel.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/website_livechat/models/im_livechat.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/website_livechat/tests/test_ui.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/website_livechat/tests/common.py:74:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/website_livechat/tests/common.py:88:9: F841 local variable 'rating_to_emoji' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_dk/models/account_account.py:7:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/product_margin/models/__init__.py:4:30: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/product_margin/models/product_product.py:58:70: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product_margin/wizard/product_margin.py:6:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ie/__manifest__.py:9:88: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_co/models/res_partner.py:16:84: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/website_twitter/models/website_twitter.py:82:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:5:1: F401 'pytz' imported but unused
./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:20:90: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:54:58: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/website_event_track/controllers/webmanifest.py:54:80: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/website_event_track/models/event_track.py:272:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/website_event_track/models/event_track.py:274:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/website_event_track/models/website_menu.py:12:57: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/website_event_track/tests/test_track_internals.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_track/tests/test_track_internals.py:98:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_track/tests/test_track_internals.py:163:70: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:120:63: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:127:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:135:110: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:178:42: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/models/account_move.py:199:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:44:55: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:45:55: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ke_edi_tremol/tests/test_move_export.py:77:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:32:40: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:33:23: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/hr_contract/models/resource_resource.py:33:81: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/hr_contract/models/resource.py:3:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/hr_contract/models/res_users.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/hr_contract/models/res_users.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/hr_contract/models/hr_contract.py:137:54: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_contract/models/hr_contract.py:234:155: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_contract/report/hr_contract_history.py:70:39: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hr_contract/tests/test_access.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_contract/tests/test_resource.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_contract/tests/test_contract.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_contract/tests/test_contract.py:26:48: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_contract/tests/test_mail_activity_plan.py:53:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_contract/tests/test_mail_activity_plan.py:54:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mail/web_push.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/web_push.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/web_push.py:80:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/web_push.py:120:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/web_push.py:149:78: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/web_push.py:150:50: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/__init__.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/static/scripts/odoo-mailgate.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/static/scripts/odoo-mailgate.py:41:5: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/static/scripts/odoo-mailgate.py:45:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/mail/tools/link_preview.py:45:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/tools/link_preview.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/controllers/mail.py:114:98: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/controllers/mail.py:194:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/mail/models/mail_render_mixin.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/models/mail_render_mixin.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/models/ir_actions_server.py:97:53: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/mail/models/ir_actions_server.py:130:57: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/mail/models/mail_ice_server.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/models/mail_message.py:10:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/mail_message.py:112:53: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/mail_message.py:669:17: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mail/models/fetchmail.py:164:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mail/models/fetchmail.py:165:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mail/models/fetchmail.py:268:33: F841 local variable 'res_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/models/mail_followers.py:94:34: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/models/mail_followers.py:97:81: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/models/mail_followers.py:98:52: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/models/res_partner.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/models/template_reset_mixin.py:8:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/template_reset_mixin.py:64:19: F402 import '_' from line 8 shadowed by loop variable
./Viindoo-odoo-17.0/addons/mail/models/mail_activity_type.py:76:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mail/models/models.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/models/update.py:8:1: F401 'werkzeug.urls' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:1285:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:2335:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:3443:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4002:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4118:9: F841 local variable 'fnames' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4123:17: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/mail_thread.py:4126:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/mail/models/mail_template.py:9:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/mail_template.py:237:38: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:120:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:122:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:124:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mail/models/mail_alias.py:146:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mail/models/mail_activity_mixin.py:186:101: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:11:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:12:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:106:55: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/mail_activity.py:110:61: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/models/ir_qweb.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:7:1: F401 'inspect.Parameter' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:7:1: F401 'inspect.signature' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:10:1: F401 'odoo.tools.get_lang' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:15:1: F401 'odoo.addons.bus.models.bus_presence.AWAY_TIMER' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/discuss/mail_guest.py:15:1: F401 'odoo.addons.bus.models.bus_presence.DISCONNECTION_TIMER' imported but unused
./Viindoo-odoo-17.0/addons/mail/models/discuss/discuss_channel.py:1102:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/populate/mail_notification.py:82:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mail/populate/mail_message.py:50:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mail/populate/discuss/mail_message.py:43:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_template.py:69:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_template.py:142:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_template.py:156:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_mail_stable_selection.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_tools.py:91:71: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_composer.py:43:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_composer.py:149:13: F841 local variable '_name' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_composer.py:155:13: F841 local variable '_form' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/tests/test_mail_render.py:241:13: F841 local variable '_rendered' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/tests/__init__.py:22:1: F403 'from .discuss import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/mail/tests/common.py:859:104: F841 local variable '_bus_bus_create_mock' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/tests/common.py:886:113: F841 local variable '_mail_message_create_mock' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/tests/common.py:887:139: F841 local variable '_mail_notification_create_mock' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail/tests/test_res_partner.py:36:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/mail/tests/discuss/test_discuss_channel_member.py:40:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mail/tests/discuss/test_ui.py:16:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/tests/discuss/test_message_controller.py:301:66: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mail/wizard/base_partner_merge_automatic_wizard.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/mail/wizard/mail_compose_message.py:7:1: F401 'logging' imported but unused
./Viindoo-odoo-17.0/addons/mail/wizard/mail_compose_message.py:787:30: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/mail/wizard/mail_template_preview.py:32:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_th/__init__.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_th/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_th/models/account_move.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/snailmail/country_utils.py:256:2: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/snailmail/models/res_company.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/snailmail/models/snailmail_letter.py:233:9: F841 local variable 'batch' is assigned to but never used
./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:1:24: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:2:75: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:4:32: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:7:48: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail/models/res_config_settings.py:8:37: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail/models/ir_actions_report.py:3:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/snailmail/models/ir_actions_report.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_missing_required_fields.py:2:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_missing_required_fields.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_format_error.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/snailmail/wizard/snailmail_letter_format_error.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/portal_rating/models/mail_message.py:31:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/portal_rating/models/mail_message.py:55:18: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/portal_rating/models/mail_message.py:55:18: E117 over-indented
./Viindoo-odoo-17.0/addons/website_crm_partner_assign/controllers/main.py:332:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/website_crm_partner_assign/controllers/main.py:333:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/website_crm_partner_assign/models/res_partner.py:5:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/website_crm_partner_assign/models/crm_lead.py:285:120: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/website_crm_partner_assign/tests/test_partner_assign.py:155:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/website_crm_partner_assign/wizard/__init__.py:4:37: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/analytic/__manifest__.py:5:11: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/analytic/__manifest__.py:8:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/analytic/models/analytic_plan.py:97:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/analytic/models/analytic_mixin.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/analytic/models/analytic_distribution_model.py:52:45: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/analytic/models/res_config_settings.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_partner/controllers/__init__.py:3:19: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/website_partner/models/res_partner.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/account_edi_proxy_client/__init__.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_edi_proxy_client/models/account_edi_proxy_user.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:39:33: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:77:41: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:88:41: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:90:48: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:99:60: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:117:41: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:128:41: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:147:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:148:47: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:183:38: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/demo/account_demo.py:557:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_in/models/res_partner.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_in/models/account_invoice.py:155:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_in/models/company.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_in/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:69:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:69:59: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:75:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:75:59: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:81:59: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:81:60: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:87:59: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_invoice_hsn_summary.py:87:60: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_l10n_in_fiscal_position.py:247:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:25:36: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:27:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:31:36: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:33:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:37:36: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:85:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:92:53: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in/tests/test_partner_details_on_invoice.py:97:15: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/test_discuss_full/tests/test_performance.py:72:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:4:1: F401 'pprint' imported but unused
./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:6:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:7:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_token.py:9:1: F401 '.authorize_request.AuthorizeAPI' imported but unused
./Viindoo-odoo-17.0/addons/payment_authorize/models/authorize_request.py:161:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_authorize/models/payment_provider.py:45:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_authorize/tests/test_authorize.py:6:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:55:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:134:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:190:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:190:47: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:191:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:191:51: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:198:9: F841 local variable 'eu_country_codes' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:365:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:473:9: F841 local variable 'error' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:562:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:661:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_sii/models/account_edi_format.py:661:24: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/controllers/download_efaktur.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/controllers/download_efaktur.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/product_template.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/uom_uom.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/account_move.py:37:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/account_move.py:362:9: F841 local variable 'idr' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/product_code.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/efaktur_document.py:3:17: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/l10n_id_efaktur_coretax/models/uom_code.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_skills_slides/models/slide_channel.py:67:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ph/wizard/generate_2307_wizard.py:29:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:22:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:24:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:248:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/__manifest__.py:250:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tools.py:4:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/web_editor/tools.py:164:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/web_editor/tools.py:167:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:20:1: F401 'odoo.release' imported but unused
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:28:1: F401 'odoo.addons.base.models.assetsbundle.AssetsBundle' imported but unused
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:57:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:58:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:60:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:172:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:174:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:202:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:204:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:224:41: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/web_editor/controllers/main.py:228:43: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/web_editor/models/ir_ui_view.py:46:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/models/ir_ui_view.py:48:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:23:26: E741 ambiguous variable name 'I'
./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:26:1: F401 'odoo.modules' imported but unused
./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:142:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:144:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb_fields.py:617:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/web_editor/models/assets.py:98:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web_editor/models/ir_qweb.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:29:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:31:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:36:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:38:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:43:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:48:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:57:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:69:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:75:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:77:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:97:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:99:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:109:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:111:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:114:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_tools.py:116:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web_editor/tests/test_odoo_editor.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/transifex/models/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/transifex/models/transifex_translation.py:61:47: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_ro_edi_stock_batch/models/stock_picking_batch.py:6:1: F401 'odoo.addons.l10n_ro_edi_stock.models.stock_picking.LOCATION_TYPE_MAP' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ro_edi_stock_batch/models/stock_picking_batch.py:6:1: F401 'odoo.addons.l10n_ro_edi_stock.models.stock_picking.STATE_CODES' imported but unused
./Viindoo-odoo-17.0/addons/website_event_track_quiz/models/event_event.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/website_event_track_quiz/models/event_track.py:95:21: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_sale_stock/controllers/main.py:46:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_product_warehouse.py:23:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_stock_message.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_stock_message.py:21:19: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/website_sale_stock/tests/test_website_sale_stock_stock_message.py:40:28: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/website_sale_wishlist/models/res_users.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/website_sale_wishlist/models/res_users.py:1:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/digest/models/digest.py:231:13: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/l10n_es_edi_facturae_certificate.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/account_move.py:70:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/account_move.py:132:24: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/models/account_move.py:132:44: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/tests/test_edi_xml.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae/tests/test_edi_xml.py:161:163: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp_account/models/analytic_account.py:81:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:4:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:6:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:6:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/mrp_account/models/stock_move.py:6:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/mrp_account/models/product.py:5:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/mrp_account/report/mrp_report_mo_overview.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:4:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:185:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:198:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_bom_price.py:211:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_analytic_account.py:211:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_analytic_account.py:297:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp_account/tests/test_mrp_account.py:299:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product/models/product_supplierinfo.py:90:11: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/product/models/product_template.py:601:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_template.py:671:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_tag.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product/models/product_document.py:34:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_document.py:48:32: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/product/models/product_packaging.py:6:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/product/models/product_product.py:5:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/product/models/product_product.py:6:1: F401 'operator.itemgetter' imported but unused
./Viindoo-odoo-17.0/addons/product/models/product_product.py:602:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_product.py:649:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:139:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:141:109: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:189:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:218:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:270:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:309:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:380:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:382:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/product/models/product_pricelist_item.py:433:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/populate/product.py:47:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:377:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:457:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:461:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:485:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:489:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:508:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:512:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:536:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:540:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:559:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:609:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product/tests/test_variants.py:1401:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product/tests/common.py:3:1: F401 'contextlib.nullcontext' imported but unused
./Viindoo-odoo-17.0/addons/product/tests/common.py:4:1: F401 'unittest.mock.patch' imported but unused
./Viindoo-odoo-17.0/addons/product/tests/test_product_attribute_value_config.py:178:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/attachment_indexation/models/ir_attachment.py:27:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/exception_logger.py:34:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/event_manager.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/main.py:3:1: F401 'traceback.format_exc' imported but unused
./Viindoo-odoo-17.0/addons/hw_drivers/main.py:131:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hw_drivers/main.py:149:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/http.py:10:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_W.py:24:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_W.py:37:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_W.py:187:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/DisplayDriver_L.py:132:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/KeyboardUSBDriver_L.py:10:1: F401 'pathlib.Path' imported but unused
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/KeyboardUSBDriver_L.py:66:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/KeyboardUSBDriver_L.py:374:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_L.py:27:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/PrinterDriver_L.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/iot_handlers/drivers/SerialBaseDriver.py:110:23: F821 undefined name '_'
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:71:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:74:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:85:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:216:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:293:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:297:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:305:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:327:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:330:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:331:75: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:380:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:413:17: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:413:19: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:414:20: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:414:22: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:458:39: F541 f-string is missing placeholders
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:469:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:494:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:498:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:517:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:541:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_drivers/tools/helpers.py:594:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/controllers/proxy.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_drivers/controllers/driver.py:4:1: F401 'base64.b64decode' imported but unused
./Viindoo-odoo-17.0/addons/hw_drivers/controllers/driver.py:9:1: F401 'subprocess' imported but unused
./Viindoo-odoo-17.0/addons/hw_drivers/controllers/driver.py:18:1: F401 'odoo.addons.hw_drivers.main.manager' imported but unused
./Viindoo-odoo-17.0/addons/auth_password_policy/models/res_config_settings.py:1:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_it_edi_ndd/models/account_move.py:101:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hw_escpos/__manifest__.py:20:17: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/__manifest__.py:20:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/__manifest__.py:20:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:23:5: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:28:1: F403 'from .constants import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:29:1: F403 'from .exceptions import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:31:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:38:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:39:4: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:51:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:56:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:66:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:69:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:78:22: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:83:29: F405 'TXT_ALIGN_LT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:84:29: F405 'TXT_ALIGN_RT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:85:29: F405 'TXT_ALIGN_CT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:89:29: F405 'TXT_UNDERL_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:90:29: F405 'TXT_UNDERL_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:91:29: F405 'TXT_UNDERL2_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:97:29: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:98:29: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:104:29: F405 'TXT_FONT_A' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:105:29: F405 'TXT_FONT_B' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:111:37: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:112:37: F405 'TXT_2HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:113:37: F405 'TXT_2WIDTH' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:114:37: F405 'TXT_DOUBLE' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:118:29: F405 'TXT_COLOR_BLACK' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:119:29: F405 'TXT_COLOR_RED' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:124:33: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:126:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:128:34: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:138:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:159:9: F841 local variable '_style' is assigned to but never used
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:168:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:179:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:180:4: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:185:22: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:190:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:198:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:215:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:221:18: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:226:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:226:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:236:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:240:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:244:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:245:4: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:253:19: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:258:21: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:259:21: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:260:18: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:262:18: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:272:29: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:274:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:278:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:284:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:287:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:287:18: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:291:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:291:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:297:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:297:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:299:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:299:17: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:307:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:311:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:312:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:332:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:333:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:333:19: F405 'S_RASTER_N' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:339:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:348:55: E202 whitespace before ')'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:360:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:361:16: F405 'S_RASTER_N' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:367:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:380:9: F841 local variable 'pixels' is assigned to but never used
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:380:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:382:16: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:384:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:385:21: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:385:26: E202 whitespace before ']'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:388:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:391:19: F405 'ImageSizeError' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:409:37: E202 whitespace before ')'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:419:30: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:425:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:433:32: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:447:55: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:447:59: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:456:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:468:16: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:481:19: F405 'TXT_ALIGN_CT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:483:21: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:483:35: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:484:23: F405 'BARCODE_HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:486:19: F405 'BarcodeSizeError' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:488:34: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:489:23: F405 'BARCODE_WIDTH' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:491:19: F405 'BarcodeSizeError' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:494:23: F405 'BARCODE_FONT_B' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:495:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:496:23: F405 'BARCODE_FONT_A' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:499:23: F405 'BARCODE_TXT_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:501:23: F405 'BARCODE_TXT_BTH' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:503:23: F405 'BARCODE_TXT_ABV' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:504:41: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:505:23: F405 'BARCODE_TXT_BLW' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:506:15: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:508:23: F405 'BARCODE_UPC_A' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:510:23: F405 'BARCODE_UPC_E' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:512:23: F405 'BARCODE_EAN13' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:514:23: F405 'BARCODE_EAN8' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:516:23: F405 'BARCODE_CODE39' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:518:23: F405 'BARCODE_ITF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:520:23: F405 'BARCODE_NW7' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:522:19: F405 'BarcodeTypeError' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:531:19: F405 'BarcodeCodeError' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:533:21: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:542:35: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:542:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:546:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:547:18: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:547:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:548:18: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:561:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:562:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:563:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:564:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:565:36: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:577:44: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:578:30: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:579:44: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:32: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:48: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:58: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:77: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:86: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:91: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:96: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:101: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:106: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:591:111: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:595:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:595:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:601:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:605:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:605:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:613:45: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:621:95: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:630:83: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:630:110: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:630:116: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:634:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:634:61: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:634:67: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:637:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:637:61: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:637:67: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:648:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:648:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:648:59: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:660:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:660:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:660:59: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:685:49: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:699:23: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:699:43: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:700:23: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:701:17: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:705:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:705:45: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:710:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:710:72: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:720:18: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:726:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:729:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:733:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:734:31: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:735:4: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:736:64: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:737:77: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:738:16: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:740:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:741:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:745:30: F405 'TXT_ENC_PC437' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:746:30: F405 'TXT_ENC_PC850' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:747:30: F405 'TXT_ENC_PC852' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:748:30: F405 'TXT_ENC_PC857' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:749:30: F405 'TXT_ENC_PC858' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:750:30: F405 'TXT_ENC_PC860' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:751:30: F405 'TXT_ENC_PC863' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:752:30: F405 'TXT_ENC_PC865' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:753:31: F405 'TXT_ENC_WPC1251' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:754:30: F405 'TXT_ENC_PC866' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:755:30: F405 'TXT_ENC_PC862' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:756:30: F405 'TXT_ENC_PC720' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:757:30: F405 'TXT_ENC_PC936' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:758:34: F405 'TXT_ENC_8859_2' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:759:34: F405 'TXT_ENC_8859_7' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:760:34: F405 'TXT_ENC_8859_9' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:761:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:761:34: F405 'TXT_ENC_WPC1254' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:762:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:762:34: F405 'TXT_ENC_WPC1255' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:763:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:763:34: F405 'TXT_ENC_WPC1256' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:764:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:764:34: F405 'TXT_ENC_WPC1257' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:765:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:765:34: F405 'TXT_ENC_WPC1258' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:766:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:766:34: F405 'TXT_ENC_KATAKANA' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:770:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:773:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:775:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:777:79: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:782:72: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:784:30: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:784:30: E117 over-indented
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:785:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:786:36: F405 'TXT_ENC_KATAKANA_MAP' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:787:39: F405 'TXT_ENC_KATAKANA_MAP' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:789:30: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:800:21: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:807:32: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:817:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:826:73: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:829:36: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:838:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:843:23: F405 'TXT_ALIGN_CT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:845:23: F405 'TXT_ALIGN_RT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:847:23: F405 'TXT_ALIGN_LT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:850:23: F405 'TXT_FONT_B' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:852:23: F405 'TXT_FONT_A' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:855:23: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:856:23: F405 'TXT_UNDERL_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:858:23: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:859:23: F405 'TXT_UNDERL_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:861:23: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:862:23: F405 'TXT_UNDERL2_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:864:23: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:865:23: F405 'TXT_UNDERL_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:867:23: F405 'TXT_BOLD_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:868:23: F405 'TXT_UNDERL2_ON' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:870:23: F405 'TXT_BOLD_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:871:23: F405 'TXT_UNDERL_OFF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:874:23: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:875:23: F405 'TXT_2WIDTH' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:877:23: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:878:23: F405 'TXT_2HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:880:23: F405 'TXT_2WIDTH' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:881:23: F405 'TXT_2HEIGHT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:882:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:883:23: F405 'TXT_NORMAL' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:886:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:892:23: F405 'PAPER_PART_CUT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:893:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:894:23: F405 'PAPER_FULL_CUT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:897:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:905:23: F405 'CD_KICK_2' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:907:23: F405 'CD_KICK_5' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:909:19: F405 'CashDrawerError' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:916:23: F405 'HW_INIT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:918:23: F405 'HW_SELECT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:920:23: F405 'HW_RESET' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:921:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:925:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:928:23: F405 'CTL_LF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:930:23: F405 'CTL_FF' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:932:23: F405 'CTL_CR' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:934:23: F405 'CTL_HT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/escpos.py:936:23: F405 'CTL_VT' may be undefined, or defined from star imports: .constants, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/__init__.py:1:23: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/__init__.py:1:32: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/__init__.py:1:45: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:53:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:62:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:81:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:90:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:99:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/exceptions.py:108:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:10:1: F403 'from .escpos import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:11:1: F403 'from .constants import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:12:1: F403 'from .exceptions import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:15:11: F405 'Escpos' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:27:54: F405 'PAPER_FULL_CUT' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:29:22: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:32:19: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:33:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:46:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:49:19: F405 'NoDeviceError' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:52:65: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:57:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:57:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:61:21: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:62:21: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:73:19: F405 'HandleDeviceError' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:86:13: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:90:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:97:19: F405 'TicketNotPrinted' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:98:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:102:19: E711 comparison to None should be 'if cond is None:'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:105:23: F405 'NoStatusError' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:113:27: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:114:27: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:115:21: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:115:27: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:116:21: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:119:40: F405 'DLE_EOT_PRINTER' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:120:42: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:121:40: F405 'DLE_EOT_OFFLINE' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:123:40: F405 'DLE_EOT_ERROR' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:125:40: F405 'DLE_EOT_PAPER' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:127:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:128:41: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:129:42: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:130:36: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:131:38: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:132:43: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:134:41: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:135:42: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:136:40: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:137:43: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:138:35: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:139:35: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:140:39: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:141:40: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:142:39: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:143:38: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:144:41: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:145:44: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:146:39: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:147:40: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:148:36: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:149:35: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:161:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:161:14: F405 'Escpos' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:171:21: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:174:21: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:178:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:188:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:193:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:200:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:200:15: F405 'Escpos' may be undefined, or defined from star imports: .constants, .escpos, .exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:203:22: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:203:27: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:213:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:222:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/printer.py:226:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:9:7: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:10:7: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:11:7: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:12:7: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:13:7: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:16:16: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:17:16: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:18:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:19:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:22:8: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:24:9: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:24:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:26:1: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:30:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:30:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:31:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:31:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:32:14: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:33:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:33:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:34:12: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:34:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:35:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:35:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:36:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:36:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:37:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:37:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:38:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:38:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:39:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:39:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:40:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:40:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:41:12: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:41:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:42:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:42:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:43:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:43:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:44:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:44:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:45:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:45:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:46:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:46:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:47:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:48:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:48:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:52:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:52:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:53:17: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:53:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:54:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:54:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:55:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:55:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:56:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:56:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:57:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:57:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:58:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:58:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:59:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:59:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:59:50: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:60:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:60:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:61:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:61:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:62:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:62:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:63:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:63:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:63:49: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:64:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:64:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:65:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:65:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:66:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:67:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:67:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:68:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:68:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:69:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:69:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:70:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:70:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:71:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:71:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:72:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:72:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:73:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:73:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:74:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:74:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:75:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:75:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:76:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:76:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:77:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:77:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:77:50: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:78:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:78:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:79:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:79:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:80:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:80:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:81:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:81:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:82:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:82:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:83:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:83:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:84:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:84:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:85:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:85:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:86:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:86:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:87:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:87:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:88:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:88:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:89:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:90:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:91:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:92:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:93:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:94:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:95:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:96:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:97:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:97:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:103:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:104:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:105:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:106:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:107:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:109:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:110:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:111:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:112:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:113:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:114:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:115:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:116:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:117:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:118:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:119:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:120:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:121:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:122:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:123:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:124:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:125:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:126:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:127:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:128:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:129:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:130:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:131:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:132:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:133:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:134:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:135:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:136:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:137:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:138:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:139:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:140:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:141:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:142:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:143:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:144:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:145:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:146:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:147:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:148:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:149:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:150:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:151:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:152:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:153:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:154:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:155:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:156:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:157:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:158:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:159:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:160:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:161:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:162:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:163:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:164:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:166:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:167:17: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:171:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:172:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:173:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:174:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:175:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:175:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:176:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:176:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:177:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:177:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:178:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:178:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:179:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:179:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:180:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:180:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:181:14: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:181:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:182:13: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:182:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:183:15: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:183:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:184:12: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:184:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:185:12: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:185:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:186:15: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:187:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:187:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:188:12: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:188:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:189:12: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:189:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:190:11: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/escpos/constants.py:190:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:9:1: F401 'os.path' imported but unused
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:10:1: F401 'subprocess' imported but unused
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:12:1: F401 'netifaces as ni' imported but unused
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:13:1: F401 'traceback' imported but unused
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:17:5: F403 'from ..escpos import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:18:5: F403 'from ..escpos.exceptions import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:23:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:24:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:31:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:32:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:38:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:41:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:45:18: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:46:32: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:46:57: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:56:13: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:107:20: F405 'HandleDeviceError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:119:43: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:126:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:130:41: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:130:43: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:131:34: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:133:24: E711 comparison to None should be 'if cond is not None:'
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:158:28: E711 comparison to None should be 'if cond is None:'
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:160:50: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:160:55: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:164:40: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:166:56: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:178:20: F405 'NoDeviceError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:180:20: F405 'HandleDeviceError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:183:20: F405 'TicketNotPrinted' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:185:20: F405 'NoStatusError' may be undefined, or defined from star imports: ..escpos, ..escpos.exceptions
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:197:23: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:197:34: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:197:36: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:199:36: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:199:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:201:32: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:201:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:204:27: E712 comparison to True should be 'if cond is not True:' or 'if not cond:'
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:219:40: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:220:36: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:236:57: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:236:88: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:244:38: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:244:47: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:244:56: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:247:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:270:59: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:270:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:272:59: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:276:33: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:276:44: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:278:33: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:278:44: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:284:48: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:284:75: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:286:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:291:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:292:50: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:292:83: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:301:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:302:50: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:302:75: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:308:49: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:308:82: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:311:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:317:21: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:318:22: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:318:25: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:319:22: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:319:25: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:320:22: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:320:25: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:321:22: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:321:25: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:321:66: E202 whitespace before ')'
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:330:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:333:46: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:335:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:338:47: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:339:35: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:343:51: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_escpos/controllers/main.py:344:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/product_expiry/__init__.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:37:23: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:116:43: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:125:27: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:136:23: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:190:103: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_stock_lot.py:497:9: F841 local variable 'user_group_stock_manager' is assigned to but never used
./Viindoo-odoo-17.0/addons/product_expiry/tests/test_generate_serial_numbers.py:7:1: F401 'odoo.tests.common.Form' imported but unused
./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_attendee.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_attendee.py:35:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/models/google_credentials.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/models/res_users.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/models/res_users.py:31:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/models/calendar.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_recurrence_rule.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/models/calendar_recurrence_rule.py:19:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/models/res_config_settings.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/google_calendar/models/google_sync.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_odoo2google.py:476:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_odoo2google.py:572:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_odoo2google.py:787:23: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:26:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:65:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:74:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_common.py:85:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:133:14: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:824:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1456:89: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1679:14: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1698:26: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1699:26: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1734:14: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1777:14: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:1986:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:2173:66: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_sync_google2odoo.py:2206:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/google_calendar/tests/test_token_access.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_event.py:38:26: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_event.py:123:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:26:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:113:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:114:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/google_calendar/utils/google_calendar.py:118:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sales_team/models/crm_team.py:219:67: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sales_team/models/crm_team.py:376:82: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sales_team/models/crm_team_member.py:62:89: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/sales_team/tests/test_sales_team.py:151:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sales_team/tests/common.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_crm/controllers/website_form.py:30:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/barcodes/__init__.py:7:48: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/barcodes/models/barcode_events_mixin.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/membership/models/product.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/membership/models/partner.py:31:15: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/membership/models/partner.py:34:15: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/membership/models/partner.py:37:15: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/membership/models/partner.py:72:106: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/membership/report/report_membership.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/membership/tests/test_membership.py:7:1: F401 'time' imported but unused
./Viindoo-odoo-17.0/addons/membership/tests/test_membership.py:124:9: F841 local variable 'payment' is assigned to but never used
./Viindoo-odoo-17.0/addons/membership/wizard/membership_invoice.py:28:15: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_move.py:70:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_edi_xml_ubl_21_zatca.py:95:119: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_edi_xml_ubl_21_zatca.py:234:101: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_sa_edi/models/account_edi_xml_ubl_21_zatca.py:235:99: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:3:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:7:1: F401 'os' imported but unused
./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:26:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:28:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:51:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/auth_oauth/controllers/main.py:53:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:18:1: F401 'odoo.addons.base' imported but unused
./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:37:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:62:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:63:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/auth_oauth/models/res_users.py:64:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_din5008_stock/models/stock.py:2:1: F401 'odoo.tools.format_date' imported but unused
./Viindoo-odoo-17.0/addons/mass_mailing_sms/controllers/main.py:16:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/res_users.py:15:69: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/res_users.py:32:94: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/res_users.py:40:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/mailing_mailing.py:47:76: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/mailing_mailing.py:49:76: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing_sms/models/utm.py:28:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mass_mailing_sms/tests/test_mailing_retry.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mass_mailing_sms/tests/test_mailing_retry.py:31:64: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/mass_mailing_sms/tests/test_mailing_controllers.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:4:1: F401 'datetime.date' imported but unused
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:4:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:14:1: F401 'odoo.tools.DEFAULT_SERVER_DATETIME_FORMAT' imported but unused
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:14:1: F401 'odoo.tools.misc' imported but unused
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury_transaction.py:121:1: W391 blank line at end of file
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury.py:6:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury.py:7:1: F401 'odoo.tools.float_utils.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/pos_mercury/models/pos_mercury.py:62:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail_plugin/controllers/mail_plugin.py:132:83: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/mail_plugin/controllers/mail_plugin.py:242:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mail_plugin/models/ir_http.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_meet_quiz/controllers/community.py:4:1: F401 'werkzeug.exceptions.Forbidden' imported but unused
./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_portal.py:42:165: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_rating.py:287:1: W391 blank line at end of file
./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_web_push.py:105:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_mail_full/tests/test_web_push.py:415:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/base_install_request/__manifest__.py:13:11: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/models/res_config_settings.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/models/account_edi_format.py:186:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/models/account_edi_format.py:257:51: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/tests/test_edi_json.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_eg_edi_eta/tests/common.py:5:1: F401 'odoo.tests.tagged' imported but unused
./Viindoo-odoo-17.0/addons/sale_timesheet_margin/models/sale_order_line.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_fleet/models/account_move.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/account_fleet/tests/test_account_fleet.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_fleet/wizard/account_automatic_entry_wizard.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_automation/models/test_base_automation.py:151:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_automation/models/__init__.py:4:35: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/test_base_automation/tests/test_flow.py:1223:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/repair/__init__.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:4:1: F401 'time' imported but unused
./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:7:1: F401 'odoo.tools.DEFAULT_SERVER_DATETIME_FORMAT' imported but unused
./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:101:45: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/repair/models/stock_picking.py:116:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/repair/models/repair.py:7:1: F401 'odoo.tools.clean_context' imported but unused
./Viindoo-odoo-17.0/addons/repair/models/repair.py:394:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/repair/models/repair.py:603:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/repair/models/sale_order.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/repair/models/stock_warehouse.py:34:50: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/repair/tests/test_anglo_saxon_valuation.py:4:1: F401 'odoo.tests.Form' imported but unused
./Viindoo-odoo-17.0/addons/repair/tests/test_anglo_saxon_valuation.py:6:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:177:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:178:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:179:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:180:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:181:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:182:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:235:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:237:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:238:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:239:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:248:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:249:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:250:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:251:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:252:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:253:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:260:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:268:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:273:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:274:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:275:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:276:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:277:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:278:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:279:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:280:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:281:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:282:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:318:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:325:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:326:17: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:340:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:548:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:759:13: F601 dictionary key 'product_id' repeated with different values
./Viindoo-odoo-17.0/addons/repair/tests/test_repair.py:762:13: F601 dictionary key 'product_id' repeated with different values
./Viindoo-odoo-17.0/addons/repair/wizard/repair_warn_uncomplete_move.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi_sale/tests/test_edi_sale_order_pa.py:101:1: W391 blank line at end of file
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/res_company.py:33:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/res_company.py:41:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/res_company.py:95:72: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:3:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:3:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:9:1: F401 'odoo.fields.Datetime' imported but unused
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:63:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:72:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:161:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:165:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:203:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/pos.py:209:111: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/account_closing.py:55:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/models/account_closing.py:95:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:16:22: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:17:24: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:18:19: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_fr_pos_cert/report/pos_hash_integrity.py:19:19: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_mass_mailing_sms/__manifest__.py:8:65: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/calendar/models/calendar_attendee.py:12:1: F401 'odoo.tools.split_every' imported but unused
./Viindoo-odoo-17.0/addons/calendar/models/calendar_attendee.py:141:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/models/calendar_event.py:51:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/calendar/models/calendar_event.py:202:54: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/models/mail_activity_mixin.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:82:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:303:40: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:457:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/models/calendar_recurrence.py:518:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:5:1: F811 redefinition of unused 'datetime' from line 3
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:14:1: F401 'pytz' imported but unused
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:15:1: F401 're' imported but unused
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:418:60: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:439:60: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:509:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:605:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:632:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:657:53: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_calendar.py:682:53: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:328:76: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:331:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:334:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:410:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:522:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_recurrence.py:811:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/calendar/tests/test_access_rights.py:117:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/calendar/tests/test_access_rights.py:133:30: E227 missing whitespace around bitwise or shift operator
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:49:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:353:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:356:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:377:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:380:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_event_notifications.py:397:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/calendar/tests/test_res_partner.py:56:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/calendar/wizard/calendar_popover_delete_wizard.py:12:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_xlsx_export/models.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/test_xlsx_export/models.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_xlsx_export/models.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:101:27: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:105:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:105:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:106:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:106:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:107:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:107:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:108:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:108:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:109:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:109:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:110:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:110:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:111:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:111:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:112:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:112:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:113:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:113:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:119:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:119:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:120:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:120:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:121:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:121:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:122:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:122:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:123:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:123:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:124:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:124:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:125:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:125:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:126:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:126:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:127:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:127:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:139:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:139:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:140:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:140:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:141:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:142:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:142:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:143:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:144:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:144:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:145:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:145:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:146:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:147:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:147:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:159:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:159:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:160:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:160:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:161:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:162:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:162:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:163:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:164:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:164:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:165:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:165:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:166:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:167:28: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:167:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:180:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:180:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:181:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:181:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:182:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:182:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:183:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:184:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:184:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:185:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:185:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:186:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:187:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:187:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:188:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:189:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:189:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:202:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:202:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:203:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:203:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:204:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:204:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:205:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:206:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:206:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:207:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:207:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:208:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:209:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:209:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:210:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:210:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:222:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:222:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:223:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:223:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:224:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:224:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:225:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:225:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:226:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:226:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:227:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:227:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:228:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:228:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:229:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:229:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:230:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:230:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:243:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:243:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:244:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:244:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:245:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:245:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:246:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:246:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:247:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:247:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:248:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:248:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:249:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:249:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:250:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:250:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:251:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:251:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:252:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:252:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:265:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:265:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:266:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:266:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:267:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:267:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:268:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:268:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:269:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:269:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:270:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:270:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:271:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:271:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:272:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:272:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:273:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:273:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:274:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:274:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:285:40: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:285:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:286:40: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:286:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:287:40: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:287:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:288:40: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:288:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:289:40: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:289:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:290:40: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:290:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:305:10: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:52: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:317:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:52: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:318:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:52: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:319:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:52: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:320:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:52: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:321:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:52: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:322:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:335:46: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:342:24: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:342:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:343:24: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:343:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:344:24: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:344:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:345:24: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:345:25: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:357:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:357:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:358:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:358:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:359:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:359:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:360:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:360:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:361:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:361:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:362:36: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:362:37: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:404:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:404:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:405:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:405:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:406:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:407:32: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:407:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_xlsx_export/tests/test_export.py:438:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/res_company.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:33:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:131:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:264:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:266:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_move.py:268:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:77:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:88:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:105:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/xml_utils.py:111:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_edi_format.py:111:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_edi_format.py:205:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai/models/account_edi_document.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ar_withholding/demo/account_demo.py:12:138: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:107:125: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:138:128: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:152:128: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:167:125: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/l10n_ar_withholding/tests/test_withholding_ar_ri.py:188:125: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/point_of_sale/__manifest__.py:116:72: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/point_of_sale/__manifest__.py:226:13: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/point_of_sale/__init__.py:11:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tools/pos_order_data.py:10:116: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/controllers/main.py:40:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_category.py:4:1: F401 'typing.Tuple' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:6:1: F401 'odoo.tools.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:12:13: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:29:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:114:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:160:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:179:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:184:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/stock_picking.py:225:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_combo.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/res_company.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:296:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:349:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:695:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:696:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1028:51: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1124:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1138:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1165:14: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1190:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1346:24: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1346:38: E202 whitespace before '}'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1359:50: E711 comparison to None should be 'if cond is None:'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1453:22: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1456:31: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1458:27: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1458:62: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1497:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1596:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1625:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_session.py:1626:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:16:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:161:105: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:162:109: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:311:60: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/report_sale_details.py:406:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_journal.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:44:50: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:165:27: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:167:52: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:356:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:357:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:400:44: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:557:75: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:909:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1013:79: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1014:70: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1262:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1326:42: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1500:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1500:52: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_order.py:1645:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/res_partner.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/res_partner.py:4:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_move.py:36:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_move.py:75:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_bank_statement.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_bank_statement.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_bank_statement.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/product.py:184:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/product.py:189:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/models/res_config_settings.py:137:28: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/point_of_sale/models/barcode_rule.py:5:1: F401 'odoo.tools.translate._' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/account_tax.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_config.py:562:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/models/pos_printer.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_other_currency_config.py:7:1: F401 'odoo.tests.common.Form' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_other_currency_config.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_setup.py:4:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_setup.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_setup.py:52:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_basic_config.py:613:9: F841 local variable 'order' is assigned to but never used
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common_setup_methods.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common_setup_methods.py:265:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_controller.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_with_fiscal_position.py:4:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_with_fiscal_position.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:7:1: F401 'odoo.api.Environment' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:225:9: F841 local variable 'chair_legs_line' is assigned to but never used
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:249:9: F841 local variable 'chair_fabrics_line' is assigned to but never used
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:391:9: F841 local variable 'p' is assigned to but never used
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:505:51: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:505:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:507:51: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:507:53: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:512:44: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:678:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:829:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:855:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:864:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:872:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1062:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1070:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1077:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1095:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_frontend.py:1380:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_pos_order.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_pos_order.py:62:15: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_products_with_tax.py:4:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:11:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:12:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:13:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:14:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_ui.py:16:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_stock_account.py:4:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_stock_account.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_stock_account.py:205:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:4:1: F401 'time' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:21:65: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:67:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:156:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:300:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_anglo_saxon.py:305:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:33:77: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:35:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:38:76: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:42:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:44:75: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:60:48: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:63:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:68:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:79:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:81:75: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_stock_product_updates.py:84:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:8:1: F401 'odoo.tests.tagged' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:120:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:239:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:240:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:243:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:308:19: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:411:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:451:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/common.py:470:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_multiple_receivable_accounts.py:6:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_multiple_receivable_accounts.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_margin.py:28:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_pos_margin.py:343:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:4:1: F401 'time' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:6:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:9:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:11:1: F401 'odoo.tools.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:11:1: F401 'odoo.tools.test_reports' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1121:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1490:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1576:27: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1680:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1699:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1724:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1757:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1843:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1857:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1880:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1912:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1931:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1938:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1946:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:1977:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:2085:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_point_of_sale_flow.py:2105:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_session.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/point_of_sale/tests/test_report_session.py:138:43: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/point_of_sale/wizard/pos_details.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/wizard/pos_details.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/point_of_sale/wizard/pos_payment.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/test_sale_product_configurators/tests/test_event_sale_with_product_configurator.py:112:98: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/controllers/share.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/models/spreadsheet_dashboard_share.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/models/spreadsheet_dashboard.py:18:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_dashboard_tour.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_dashboard_share.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/common.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:50:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:52:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:97:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/spreadsheet_dashboard/tests/test_share_controllers.py:99:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/event_sms/models/event_mail.py:83:40: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event_sms/models/event_mail.py:84:68: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event_sms/models/event_mail.py:85:78: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_br_website_sale/controllers/portal.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/utm/tests/common.py:5:1: F401 'odoo.tests.common.tagged' imported but unused
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/demo/account_demo.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/demo/account_demo.py:29:45: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:163:66: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:164:50: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:231:70: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:338:70: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:549:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/models/account_edi_format.py:579:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/tests/test_edi_ewaybill_json.py:116:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi_ewaybill/tests/test_edi_ewaybill_json.py:135:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_custom/models/payment_transaction.py:5:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/website_sale_picking/models/payment_provider.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/partner_autocomplete/models/res_partner_autocomplete_sync.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_subcontracting_purchase/tests/test_mrp_subcontracting_purchase.py:13:1: F401 'odoo.tests.loaded_demo_data' imported but unused
./Viindoo-odoo-17.0/addons/mrp_subcontracting_purchase/tests/test_mrp_subcontracting_purchase.py:1041:62: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account_qr_code_sepa/models/res_bank.py:3:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/account_qr_code_sepa/models/__init__.py:3:23: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/account_qr_code_sepa/tests/test_sepa_qr.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_qr_code_sepa/tests/__init__.py:3:27: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/payment_alipay/models/payment_transaction.py:7:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/payment_alipay/models/payment_transaction.py:9:1: F401 'odoo.tools.float_utils.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/l10n_tr_nilvera/lib/nilvera_client.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi_website_sale/controllers/main.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/event_crm/models/event_lead_rule.py:210:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/event_crm/models/event_lead_rule.py:211:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/event_crm/models/event_registration.py:4:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/event_crm/models/event_registration.py:8:1: F401 'odoo.addons.phone_validation.tools.phone_validation' imported but unused
./Viindoo-odoo-17.0/addons/event_crm/tests/test_event_crm_flow.py:7:1: F401 'odoo.tools.mute_logger' imported but unused
./Viindoo-odoo-17.0/addons/event_crm/tests/common.py:61:10: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:1:21: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/purchase.py:12:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/stock_landed_cost.py:181:105: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/stock_landed_cost.py:182:30: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/stock_landed_costs/models/account_move.py:37:20: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stock_landed_costs_purchase.py:6:1: F401 'odoo.addons.stock_account.tests.test_stockvaluation._create_accounting_data' imported but unused
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stock_landed_costs_purchase.py:669:80: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:61:9: F841 local variable 'picking' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:154:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:155:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:156:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:164:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:166:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:173:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:174:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:182:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:183:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:190:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:192:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:199:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:200:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:201:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:213:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:214:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:215:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:216:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:225:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:239:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:240:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:241:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:242:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:251:9: F841 local variable 'lc1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:253:9: F841 local variable 'lc2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:285:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:286:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:287:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:293:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:295:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:302:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:303:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:312:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:313:9: F841 local variable 'lc' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_landed_costs/tests/test_stockvaluationlayer.py:365:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_comparison/models/__init__.py:2:38: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/pos_viva_wallet/models/pos_payment_method.py:24:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_viva_wallet/models/pos_payment_method.py:29:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/pos_viva_wallet/models/pos_payment_method.py:175:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hw_posbox_homepage/__manifest__.py:18:61: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hw_posbox_homepage/controllers/main.py:18:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/payment_demo/models/payment_provider.py:14:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_demo/models/payment_transaction.py:16:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_demo/models/payment_transaction.py:60:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_cl/models/uom_uom.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_cl/models/uom_uom.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_cl/models/res_partner.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_cl/models/res_partner.py:5:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_cl/models/res_currency.py:2:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_cl/models/res_currency.py:2:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/sale_project/__init__.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_template_line.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_project/models/project_milestone.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_project/models/project.py:182:84: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_project/models/project.py:872:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_project/models/project.py:1090:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:4:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:8:1: F401 'odoo.tools.format_amount' imported but unused
./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:9:1: F401 'odoo.tools.sql.column_exists' imported but unused
./Viindoo-odoo-17.0/addons/sale_project/models/sale_order_line.py:9:1: F401 'odoo.tools.sql.create_column' imported but unused
./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:240:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:485:10: E114 indentation is not a multiple of 4 (comment)
./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:485:10: E117 over-indented (comment)
./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:485:10: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:516:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_project/tests/test_sale_project.py:523:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_project/tests/test_so_line_milestones.py:34:29: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:37:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:41:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:95:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:99:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:151:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_child_tasks.py:155:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_project/tests/test_project_profitability.py:636:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:145:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:151:19: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:151:83: E202 whitespace before '}'
./Viindoo-odoo-17.0/addons/auth_signup/controllers/main.py:175:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_signup/models/res_users.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_signup/models/res_partner.py:12:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/auth_signup/models/res_partner.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_signup/models/res_partner.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_signup/tests/test_login.py:2:1: F401 'odoo.addons.web.tests.test_login.TestWebLogin' imported but unused
./Viindoo-odoo-17.0/addons/l10n_in_pos/models/pos_order.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_in_pos/models/pos_order.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_in_pos/models/pos_config.py:20:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/payment_adyen/utils.py:1:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/payment_adyen/utils.py:2:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_token.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:41:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:65:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:76:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_provider.py:149:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_adyen/models/payment_transaction.py:20:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_adyen/tests/test_adyen.py:8:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_latam_base/models/res_company.py:3:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_latam_base/models/l10n_latam_identification_type.py:4:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/event_booth_sale/tests/test_event_booth_sale.py:157:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_be.py:1010:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_be.py:1011:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_de.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:109:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:110:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:509:128: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py:510:128: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_us.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance_multicompany.py:40:44: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance_multicompany.py:61:9: F841 local variable 'team' is assigned to but never used
./Viindoo-odoo-17.0/addons/maintenance/tests/test_maintenance_multicompany.py:66:9: F841 local variable 'teamb' is assigned to but never used
./Viindoo-odoo-17.0/addons/pos_self_order_epson_printer/models/pos_config.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order_epson_printer/models/pos_config.py:10:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae_adm_centers/tests/test_edi_xml.py:45:78: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar_attendee.py:7:1: F401 'odoo.addons.microsoft_calendar.utils.microsoft_calendar.MicrosoftCalendarService' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar_attendee.py:36:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_credentials.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:12:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:29:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:53:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/microsoft_sync.py:57:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar.py:38:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar.py:308:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar.py:502:9: F841 local variable 'microsoft_guid' is assigned to but never used
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/calendar_recurrence_rule.py:13:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_calendar/models/res_config_settings.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_microsoft_event.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:5:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:12:1: F401 'odoo.modules.registry.Registry' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:13:1: F401 'odoo.addons.microsoft_account.models.microsoft_service.TIMEOUT' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_odoo2microsoft.py:42:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_update_events.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_microsoft_service.py:299:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_microsoft_service.py:391:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_create_events.py:1:1: F401 'unittest.mock.call' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_create_events.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/common.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/common.py:27:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/common.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_answer_events.py:2:1: F401 'unittest.mock.ANY' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_delete_events.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/tests/test_sync_microsoft2odoo.py:7:1: F401 'datetime.date' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:42:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:199:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:200:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_calendar.py:203:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/event_id_storage.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/event_id_storage.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_calendar/utils/microsoft_event.py:5:1: F401 'odoo.api.model' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_calendar/wizard/reset_account.py:6:1: F401 'odoo.addons.microsoft_calendar.models.microsoft_sync.microsoft_calendar_token' imported but unused
./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:5:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_iban/models/res_partner_bank.py:105:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/base_iban/models/__init__.py:4:31: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_it_edi_withholding/__init__.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi_withholding/__init__.py:10:76: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/purchase_stock/models/stock.py:66:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/models/res_partner.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/purchase_stock/models/res_partner.py:4:1: F401 'datetime.time' imported but unused
./Viindoo-odoo-17.0/addons/purchase_stock/models/res_partner.py:16:120: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/purchase_stock/models/purchase_order_line.py:47:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/models/purchase_order_line.py:268:69: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/purchase_stock/models/product.py:23:73: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/purchase_stock/models/product.py:40:102: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/purchase_stock/models/res_config_settings.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:6:7: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:10:7: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:17:7: F841 local variable 'product_tmpl' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:17:7: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:24:7: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:25:7: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_product_template.py:26:7: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:13:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:73:67: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:73:71: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:266:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:462:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:699:63: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py:706:63: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_reordering_rule.py:729:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_reordering_rule.py:1093:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_move_cancel_propagation.py:3:1: F401 'odoo.tests.tagged' imported but unused
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:83:9: F841 local variable 'supplierinfo1' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:90:9: F841 local variable 'supplierinfo2' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:135:9: F841 local variable 'supplierinfo1' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:142:9: F841 local variable 'supplierinfo2' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:149:9: F841 local variable 'supplierinfo3' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:193:9: F841 local variable 'supplierinfo1' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:199:9: F841 local variable 'supplierinfo2' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:241:9: F841 local variable 'supplierinfo1' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:247:9: F841 local variable 'supplierinfo2' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:253:9: F841 local variable 'supplierinfo3' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:336:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_replenish_wizard.py:372:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_order_process.py:1:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:70:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:169:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:717:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:1279:51: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:1783:72: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_stockvaluation.py:1931:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_create_picking.py:78:67: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_create_picking.py:78:97: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_create_picking.py:418:9: F841 local variable 'customer_move' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_uninstall.py:42:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/purchase_stock/tests/common.py:6:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_onchange_product.py:63:9: F841 local variable 'fp_tax_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_order.py:113:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_order.py:144:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_stock/tests/test_purchase_method.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase_stock/wizard/product_replenish.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/website_event_sale/models/product_pricelist.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_sale/models/product.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_mrp/models/sale_order_line.py:87:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_mrp/models/sale_order_line.py:123:84: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_procurement.py:4:1: F401 'time' imported but unused
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_procurement.py:130:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_procurement.py:150:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_kit_bom.py:236:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:11:1: F401 'odoo.addons.stock_account.tests.test_stockvaluation._create_accounting_data' imported but unused
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:249:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:428:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:469:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:470:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:600:97: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:790:9: F841 local variable 'wiz' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:942:9: F841 local variable 'wiz' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:1512:9: F841 local variable 'bom' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:1560:9: F841 local variable 'bom' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:1614:9: F841 local variable 'bom' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2133:28: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2505:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2506:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2507:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2508:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_flow.py:2516:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/sale_mrp/tests/test_sale_mrp_lead_time.py:121:106: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/social_media/models/res_company.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/resource/models/resource_calendar.py:21:1: F401 'odoo.tools.float_utils' imported but unused
./Viindoo-odoo-17.0/addons/resource/models/resource_calendar.py:350:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/resource/models/utils.py:55:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/resource/models/utils.py:76:15: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/resource/models/utils.py:77:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/resource/models/utils.py:84:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/resource/models/utils.py:100:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/resource/models/utils.py:109:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/resource/models/utils.py:112:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/resource/models/utils.py:187:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/resource/models/utils.py:194:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/__manifest__.py:93:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/__manifest__.py:96:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/__manifest__.py:325:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/__manifest__.py:458:26: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/web/controllers/domain.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/controllers/export.py:162:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/controllers/export.py:206:76: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/controllers/export.py:276:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/controllers/export.py:520:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/controllers/export.py:564:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/controllers/report.py:20:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web/controllers/report.py:22:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web/controllers/report.py:52:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web/controllers/report.py:54:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/web/controllers/main.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/controllers/session.py:5:1: F401 'operator' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/session.py:12:1: F401 'odoo.modules.module' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/session.py:13:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/session.py:13:1: F401 'odoo.exceptions.AccessDenied' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/profiling.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/controllers/dataset.py:4:1: F401 'warnings' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/binary.py:4:1: F401 'functools' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/binary.py:98:20: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/web/controllers/webclient.py:11:1: F401 'werkzeug.wsgi' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/webclient.py:19:1: F401 'odoo.tools.misc.file_open' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:3:1: F401 'copy' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:4:1: F401 'hashlib' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:5:1: F401 'io' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:7:1: F401 're' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:8:1: F401 'collections.OrderedDict' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:8:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/web/controllers/utils.py:16:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/addons/web/models/ir_qweb_fields.py:117:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/models/models.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/models/models.py:31:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/web/models/models.py:499:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web/models/models.py:550:28: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/web/models/models.py:550:71: E202 whitespace before '}'
./Viindoo-odoo-17.0/addons/web/models/models.py:558:33: E711 comparison to None should be 'if cond is not None:'
./Viindoo-odoo-17.0/addons/web/models/models.py:576:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web/models/models.py:595:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web/models/models.py:620:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web/models/models.py:699:27: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/web/models/models.py:750:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web/models/models.py:855:23: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/web/models/models.py:882:21: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/web/models/models.py:915:23: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/web/models/models.py:931:21: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/web/models/models.py:1162:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/web/models/ir_http.py:134:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:21:52: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:21:66: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:28:48: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:28:70: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:35:48: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:35:70: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:42:48: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_domain.py:42:70: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_assets.py:83:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_assets.py:101:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_web_search_read.py:25:86: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_ir_qweb.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_js.py:18:7: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/web/tests/test_load_menus.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:3:1: F401 'random' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:4:1: F401 're' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:6:1: F401 'textwrap' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:12:1: F401 'odoo.tests.common.BaseCase' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:12:1: F401 'odoo.tests.common.HttpCase' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:13:1: F401 'odoo.tools.topological_sort' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_assets_xml.py:82:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:16:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:27:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:38:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/web/tests/test_click_everywhere.py:61:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_translate.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:8:1: F401 'odoo.tools.mute_logger' imported but unused
./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:27:61: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:29:38: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_profiler.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/web/tests/test_login.py:26:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/web/tests/test_base_document_layout.py:210:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/web/tests/test_base_document_layout.py:227:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/test_spreadsheet/tests/test_spreadsheet.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:1:24: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:2:75: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:4:32: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:7:48: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail_account/models/res_config_settings.py:8:37: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/snailmail_account/tests/test_pingen_send.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/snailmail_account/tests/test_snailmail_on_invoice.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/payment_stripe/models/payment_provider.py:38:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_stripe/models/payment_provider.py:50:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_stripe/models/payment_provider.py:441:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_hr_holidays/models/hr_leave.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr_hr_holidays/models/res_config_settings.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr_hr_holidays/tests/test_french_leaves.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_booth_sale/models/product_product.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_booth_sale/tests/test_event_booth_sale.py:13:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:64:13: F841 local variable '_leads' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:86:13: F841 local variable '_lead' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:101:13: F841 local variable '_lead' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:124:13: F841 local variable '_lead' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_crm_full/tests/test_performance.py:137:13: F841 local variable '_lead' is assigned to but never used
./Viindoo-odoo-17.0/addons/payment_mollie/models/payment_provider.py:29:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:14:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:26:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:32:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:45:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:51:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:57:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:63:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:70:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:77:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:85:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/models/test_base_import.py:93:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/tests/test_base_import.py:285:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/test_base_import/tests/test_base_import.py:841:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_base_import/tests/test_base_import.py:925:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project_sale_expense/models/project_project.py:6:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/project_sale_expense/tests/test_project_profitability.py:66:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_din5008/models/hr_timesheet.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/im_livechat/tools/misc.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/im_livechat/controllers/main.py:4:1: F401 're' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/controllers/main.py:12:1: F401 'odoo.addons.base.models.assetsbundle.AssetsBundle' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/controllers/webclient.py:5:1: F401 'odoo.addons.mail.models.discuss.mail_guest.add_guest_to_context' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:3:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:6:1: F401 'operator.itemgetter' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:8:1: F401 'odoo.modules' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:344:65: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:345:110: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:346:107: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/im_livechat/models/im_livechat_channel.py:376:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/im_livechat/models/discuss_channel.py:5:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:29:63: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:56:68: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:61:25: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:76:25: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_channel.py:87:25: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/im_livechat/report/im_livechat_report_operator.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/im_livechat/tests/test_im_livechat_support_page.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/im_livechat/tests/test_chatbot_internals.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/__manifest__.py:4:11: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/__manifest__.py:5:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/__init__.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/__init__.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/__init__.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/__init__.py:59:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/account/__init__.py:59:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/__init__.py:60:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/__init__.py:61:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/__init__.py:62:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/__init__.py:63:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/__init__.py:64:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/__init__.py:65:1: E402 module level import not at top of file
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:32:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:64:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:77:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:86:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/structured_reference.py:125:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tools/__init__.py:4:1: F403 'from .structured_reference import *' used; unable to detect undefined names
./Viindoo-odoo-17.0/addons/account/controllers/download_docs.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_partial_reconcile.py:63:9: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/account/models/account_partial_reconcile.py:417:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_partial_reconcile.py:448:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move_line_tax_details.py:29:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_move_line_tax_details.py:42:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_move_line_tax_details.py:42:39: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/account/models/decimal_precision.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_account.py:2:1: F401 'contextlib.nullcontext' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_account.py:4:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_account.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_account.py:92:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_account.py:761:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_account.py:768:111: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/account/models/account_account.py:848:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:3:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:3:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:6:1: F401 'math.copysign' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:7:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:8:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_reconcile_model.py:298:78: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:5:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:6:1: F401 'odoo.tools.remove_accents' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:30:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:96:63: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:97:57: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:98:95: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:122:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:134:158: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:135:166: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:136:157: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:435:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_journal.py:599:52: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/account/models/res_users.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/account/models/res_users.py:5:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:13:1: F401 'psycopg2.extras.Json' imported but unused
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:19:1: F401 'odoo.tools.groupby' imported but unused
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:85:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:89:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:295:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:301:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:310:117: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:339:71: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:340:87: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:360:23: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/account/models/chart_template.py:434:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/account/models/account_move.py:109:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_move.py:823:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_move.py:1497:51: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_move.py:1517:17: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/addons/account/models/account_move.py:2028:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move.py:2089:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account/models/account_move.py:2258:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account/models/account_move.py:2403:13: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account/models/account_move.py:2585:17: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_move.py:2765:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_move.py:3070:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_move.py:3080:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_move.py:3111:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_move.py:3849:63: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move.py:3856:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_move.py:4606:13: F841 local variable 'next_amount_to_pay' is assigned to but never used
./Viindoo-odoo-17.0/addons/account/models/account_payment.py:268:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_payment.py:575:39: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/account/models/account_payment.py:575:41: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/account/models/account_payment.py:576:43: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/account/models/account_payment.py:576:45: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/account/models/account_payment.py:1111:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_bank_statement.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:3:1: F401 'odoo.osv.expression.get_unaccent_wrapper' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:6:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:321:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:325:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/account/models/account_bank_statement_line.py:379:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/product.py:25:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/product.py:27:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/product.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/ir_module.py:19:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/account/models/ir_module.py:19:1: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/account/models/ir_module.py:21:1: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/account/models/ir_module.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/company.py:55:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/company.py:120:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/company.py:397:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/company.py:410:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/company.py:509:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/company.py:596:27: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/account/models/company.py:614:14: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/account/models/company.py:729:21: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:9:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:13:1: F401 'odoo.tools.misc.formatLang' imported but unused
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:31:94: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:32:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:194:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:241:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:242:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:259:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/account/models/account_journal_dashboard.py:860:110: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/res_config_settings.py:218:6: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_tax.py:58:136: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/models/account_tax.py:540:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_tax.py:541:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_tax.py:542:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_tax.py:917:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_tax.py:1614:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/account_payment_term.py:268:70: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/account/models/account_payment_term.py:325:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/models/template_generic_coa.py:6:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/account/models/account_report.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_report.py:252:59: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_report.py:255:60: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_report.py:590:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/account/models/account_report.py:731:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/models/account_report.py:776:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/partner.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/partner.py:289:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/partner.py:566:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_analytic_line.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:383:6: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:1696:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:1703:78: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:2817:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:2952:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/models/account_move_line.py:3398:61: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/report/account_invoice_report.py:6:1: F401 'functools.lru_cache' imported but unused
./Viindoo-odoo-17.0/addons/account/report/account_invoice_report.py:197:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:18:22: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:19:24: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:20:19: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/report/account_hash_integrity_templates.py:21:19: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:6:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:157:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:471:86: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:657:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account/tests/test_sequence_mixin.py:705:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:18:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:18:35: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:19:62: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_partner.py:19:63: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_chart_template.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_chart_template.py:136:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_chart_template.py:154:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_tour.py:40:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:113:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:134:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:134:88: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:696:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:698:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:724:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:726:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_early_payment_discount.py:727:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:2:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1092:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1100:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1108:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_line_tax_details.py:1116:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1784:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1785:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1786:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1831:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1832:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:1833:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:2087:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_invoice.py:2213:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_entry.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_entry.py:425:10: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_entry.py:684:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_payment.py:6:1: F401 'odoo.tests.new_test_user' imported but unused
./Viindoo-odoo-17.0/addons/account/tests/test_account_payment.py:1078:87: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_payment_items.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_incoming_supplier_invoice.py:164:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:35:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:3494:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4423:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4425:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4431:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4433:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4468:83: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4546:83: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_reconcile.py:4726:24: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:105:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:110:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:114:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:138:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:151:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:151:21: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:155:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_fiscal_position.py:155:21: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_send.py:500:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_send.py:534:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:145:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:306:21: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:333:74: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:365:74: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:397:74: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_payment_term.py:434:74: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:29:21: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:34:21: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:39:21: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:328:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_transfer_wizard.py:349:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_refund.py:1032:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_in_refund.py:1158:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_tax_totals.py:34:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/common.py:531:50: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/tests/common.py:532:63: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:128:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:128:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:129:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:129:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:130:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:130:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:131:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:131:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:132:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:132:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:133:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:133:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:134:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:135:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:150:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:150:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:151:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:151:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:152:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:152:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:153:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:153:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:154:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:154:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:155:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:155:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:156:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_invoice_report.py:157:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:4:1: F401 'odoo.tests.common.Form' imported but unused
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:795:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:923:9: F841 local variable '_line5' is assigned to but never used
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:1166:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:1290:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_bank_statement.py:1292:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:233:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:238:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:245:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:253:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:258:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:264:19: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:387:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:566:35: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:566:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_invoice_taxes.py:566:41: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:16:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:372:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:1737:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2592:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2593:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2594:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2639:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2640:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:2641:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:3455:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:3581:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:3751:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_invoice.py:4387:5: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:121:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:122:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:123:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:124:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:125:14: E201 whitespace after '['
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:131:17: F841 local variable '_draft_bill' is assigned to but never used
./Viindoo-odoo-17.0/addons/account/tests/test_account_journal_dashboard.py:180:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_account_payment_register.py:4:1: F401 'odoo.tests.Form' imported but unused
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_refund.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_refund.py:987:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_move_out_refund.py:1113:56: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/tests/test_account_all_l10n.py:27:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/account/tests/test_account_all_l10n.py:36:49: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/account/tests/test_download_xsds.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/wizard/accrued_orders.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/wizard/accrued_orders.py:220:105: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/account/wizard/accrued_orders.py:224:61: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:20:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:21:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:328:40: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account/wizard/account_automatic_entry_wizard.py:515:37: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:84:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:86:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:131:54: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/wizard/account_payment_register.py:133:54: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account/wizard/account_resequence.py:4:1: F401 'odoo.tools.date_utils.get_month' imported but unused
./Viindoo-odoo-17.0/addons/account/wizard/account_resequence.py:7:1: F401 're' imported but unused
./Viindoo-odoo-17.0/addons/account/wizard/account_resequence.py:103:31: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/account/wizard/account_unreconcile.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/account/wizard/account_move_send.py:428:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_din5008_purchase/models/purchase.py:35:5: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/event/controllers/main.py:21:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/event/models/event_event.py:431:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/event/models/event_event.py:433:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/event/models/event_mail.py:9:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/event/models/event_mail.py:12:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/event/models/event_mail.py:73:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/event/models/event_mail.py:301:40: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/models/event_mail.py:302:68: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/models/event_mail.py:303:78: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/models/res_config_settings.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/event/models/event_tag.py:6:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:353:13: F841 local variable '_existing' is assigned to but never used
./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:378:13: F841 local variable '_new' is assigned to but never used
./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:474:49: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:475:39: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:476:44: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/tests/test_event_mail_schedule.py:477:50: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:27:47: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:28:48: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:151:9: F841 local variable 'registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:368:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/event/tests/test_event_internals.py:851:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_common.py:2:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused
./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_common.py:6:1: F401 'odoo.tools.misc.clean_context' imported but unused
./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_common.py:396:65: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py:234:63: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py:234:64: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/account_edi_ubl_cii/models/account_edi_xml_ubl_20.py:867:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_stock/controllers/portal.py:5:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/addons/sale_stock/models/stock.py:6:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/sale_stock/models/stock.py:41:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/models/stock.py:185:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:40:37: E201 whitespace after '('
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:86:41: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:223:54: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order.py:223:70: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order_line.py:248:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order_line.py:341:64: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/sale_stock/models/sale_order_line.py:388:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglo_saxon_valuation_reconciliation.py:103:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglo_saxon_valuation_reconciliation.py:117:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglosaxon_account.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_create_perf.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_anglo_saxon_valuation.py:834:13: F841 local variable 'invoice_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:110:9: F841 local variable 'inv_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:232:55: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:233:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1516:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1527:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1534:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_stock.py:1823:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_stock/tests/test_sale_order_dates.py:9:1: F401 'odoo.tests.common' imported but unused
./Viindoo-odoo-17.0/addons/sale_stock/wizard/stock_rules_report.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/lunch/models/lunch_product.py:4:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/lunch/models/lunch_product.py:89:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:30:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:33:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/lunch/models/lunch_supplier.py:319:13: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/lunch/models/lunch_order.py:268:17: F841 local variable 'context' is assigned to but never used
./Viindoo-odoo-17.0/addons/lunch/models/lunch_alert.py:75:13: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/lunch/report/lunch_cashmove_report.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/lunch/tests/test_ui.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/lunch/tests/test_ui.py:11:19: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/lunch/tests/common.py:26:23: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/web_hierarchy/models/ir_ui_view.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_links/tests/test_link_tracker.py:11:24: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/website/tools.py:109:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tools.py:146:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tools.py:165:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tools.py:192:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/controllers/model_page.py:68:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website/controllers/model_page.py:135:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website/controllers/form.py:13:1: F401 'odoo.addons.base.models.ir_qweb_fields.nl2br' imported but unused
./Viindoo-odoo-17.0/addons/website/models/res_partner.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/models/website_page.py:13:1: F401 'odoo.tools.translate._' imported but unused
./Viindoo-odoo-17.0/addons/website/models/ir_http.py:84:15: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/website/models/res_config_settings.py:6:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/website/models/ir_asset.py:10:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website/models/ir_asset.py:20:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website/models/ir_qweb.py:11:1: F401 'odoo.addons.base.models.assetsbundle.AssetsBundle' imported but unused
./Viindoo-odoo-17.0/addons/website/models/ir_qweb.py:13:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/website/tests/test_assets.py:72:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website/tests/test_assets.py:83:86: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website/tests/test_sitemap.py:74:31: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/website/tests/test_website_form_editor.py:69:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_website_visitor.py:25:69: F841 local variable '_get_visitor_from_request_mock' is assigned to but never used
./Viindoo-odoo-17.0/addons/website/tests/test_configurator.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_configurator.py:51:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_converter.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_disable_unused_snippets_assets.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_disable_unused_snippets_assets.py:74:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/website/tests/test_disable_unused_snippets_assets.py:111:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_performance.py:10:1: F401 'odoo.tests.common.HttpCase' imported but unused
./Viindoo-odoo-17.0/addons/website/tests/test_performance.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_grid_layout.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_iap.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website/tests/test_fuzzy.py:238:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ae/models/template_ae.py:50:29: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/controllers/payment_portal.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/controllers/payment_portal.py:31:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/models/pos_config.py:3:1: F401 'typing.Dict' imported but unused
./Viindoo-odoo-17.0/addons/pos_online_payment_self_order/tests/test_self_order_frontend.py:3:1: F401 'unittest.mock.patch' imported but unused
./Viindoo-odoo-17.0/addons/l10n_no/__init__.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail_sms/models/test_mail_sms_models.py:158:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail_sms/tests/test_sms_sms.py:37:83: F841 local variable '_send_mock' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail_sms/tests/test_sms_post.py:370:13: F841 local variable 'messages' is assigned to but never used
./Viindoo-odoo-17.0/addons/project_mrp/tests/test_project_profitability.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/payment_razorpay_oauth/controllers/onboarding.py:56:35: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/payment_aps/models/payment_provider.py:42:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:201:21: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:332:9: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:367:9: F841 local variable 'e' is assigned to but never used
./Viindoo-odoo-17.0/addons/portal/controllers/portal.py:524:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/portal/models/mail_thread.py:13:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/portal/models/portal_mixin.py:6:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/project_todo/__init__.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_todo/models/project_task.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_todo/tests/test_access_rights.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_todo/wizard/mail_activity_todo_create.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle_log_contract.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle.py:4:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_fleet/models/fleet_vehicle_log_services.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_fleet/wizard/hr_departure_wizard.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/hr_fleet/wizard/hr_departure_wizard.py:18:93: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hr_fleet/wizard/hr_departure_wizard.py:19:99: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:6:1: F401 'random' imported but unused
./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:9:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:9:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:9:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_be/models/account_move.py:10:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/loyalty/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/loyalty/models/res_partner.py:39:53: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_rule.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_card.py:184:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_mail.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_reward.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_program.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_program.py:320:62: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/loyalty/models/loyalty_program.py:442:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/loyalty/tests/test_loyalty.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/loyalty/wizard/loyalty_generate_wizard.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_vat/__manifest__.py:20:77: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:409:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:426:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:501:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:528:77: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:529:48: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:530:95: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:531:48: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:543:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:621:27: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:822:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:825:103: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:826:66: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:826:67: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:828:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:828:69: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:829:108: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:829:109: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:830:92: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:830:93: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:913:84: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/base_vat/models/res_partner.py:1002:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_timesheet/__init__.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/models/project_update.py:44:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_timesheet/models/sale_order.py:3:1: F401 'math' imported but unused
./Viindoo-odoo-17.0/addons/sale_timesheet/models/sale_order.py:25:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale_timesheet/models/project.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/models/project.py:641:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/models/account.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:4:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:768:67: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:773:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:778:69: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_service.py:783:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_project_billing.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:3:1: F401 'datetime.date' imported but unused
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:412:9: F841 local variable 'so_line_ordered_project_only' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:432:9: F841 local variable 'project_serv2' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:517:9: F841 local variable 'invoice2' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:529:9: F841 local variable 'invoice3' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:994:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet.py:994:43: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_project_update.py:3:1: F401 'freezegun.freeze_time' imported but unused
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_project_update.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/tests/test_sale_timesheet_portal.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_timesheet/wizard/sale_make_invoice_advance.py:18:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_timesheet/wizard/sale_make_invoice_advance.py:31:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_timesheet/wizard/project_create_sale_order.py:191:65: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/im_livechat_mail_bot/models/__init__.py:5:24: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/sale_management/__init__.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_line.py:65:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_line.py:79:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_line.py:93:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:7:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:26:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:79:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:94:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order.py:162:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_option.py:65:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_option.py:138:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:59:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:78:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:86:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template.py:107:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_line.py:46:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_option.py:46:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/models/sale_order_template_option.py:60:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_management/tests/common.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/product_matrix/tests/common.py:3:1: F401 'odoo.tests.tagged' imported but unused
./Viindoo-odoo-17.0/addons/product_matrix/tests/common.py:46:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_sale.py:514:9: F841 local variable 'sol' is assigned to but never used
./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_internals.py:4:1: F401 'datetime.date' imported but unused
./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_internals.py:8:1: F401 'odoo.fields.Date as FieldsDate' imported but unused
./Viindoo-odoo-17.0/addons/event_sale/tests/test_event_internals.py:56:100: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/event_sale/wizard/event_edit_registration.py:3:1: F401 'collections.Counter' imported but unused
./Viindoo-odoo-17.0/addons/event_sale/wizard/event_edit_registration.py:3:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/event_sale/wizard/event_edit_registration.py:6:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_mt_pos/wizards/compliance_letter.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_pl/__init__.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_pl/__init__.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_pl/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_free_shipping_reward.py:54:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_free_shipping_reward.py:57:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_free_shipping_reward.py:371:33: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_loyalty_delivery.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_loyalty_delivery/tests/test_loyalty_delivery.py:139:97: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/website_event_exhibitor/controllers/exhibitor.py:7:1: F401 'werkzeug.exceptions.NotFound' imported but unused
./Viindoo-odoo-17.0/addons/base_sparse_field/models/fields.py:37:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_sparse_field/models/fields.py:49:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_sparse_field/models/fields.py:58:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_sparse_field/models/models.py:5:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/pos_online_payment/controllers/payment_portal.py:18:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/pos_online_payment/controllers/payment_portal.py:239:41: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/controllers/payment_portal.py:282:24: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_session.py:19:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_session.py:35:74: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_order.py:11:116: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_order.py:54:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_payment.py:14:118: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/models/pos_payment_method.py:27:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/models/payment_transaction.py:39:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/tests/test_frontend.py:68:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/tests/test_frontend.py:282:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_online_payment/tests/online_payment_common.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:265:9: F841 local variable '_blocklist_rec' is assigned to but never used
./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:339:13: F841 local variable '_mailing_sudo' is assigned to but never used
./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:560:9: F841 local variable '_blocklist_rec' is assigned to but never used
./Viindoo-odoo-17.0/addons/mass_mailing/controllers/main.py:587:9: F841 local variable '_blocklist_rec' is assigned to but never used
./Viindoo-odoo-17.0/addons/mass_mailing/models/utm_campaign.py:7:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/mass_mailing/models/utm_campaign.py:8:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:38:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:701:71: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:880:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:1095:52: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing.py:1410:40: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing_trace.py:70:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/models/mailing_filter.py:32:17: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:23:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:33:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:43:80: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:43:81: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:52:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:53:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:54:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:63:81: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:63:82: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:73:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:74:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:75:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:84:81: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:84:82: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:93:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:94:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:95:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:112:82: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:112:83: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:115:81: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_mailing_schedule_date.py:115:82: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:12:1: F811 redefinition of unused 'patch' from line 8
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:42:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:45:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:88:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:264:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:268:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:272:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:331:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:332:34: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:333:32: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:339:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:340:34: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:341:32: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:364:54: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:365:60: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_internals.py:704:72: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_retry.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_ab_testing.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mass_mailing/tests/common.py:114:81: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/mass_mailing/tests/common.py:115:56: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/mass_mailing/tests/test_mailing_controllers.py:487:9: F841 local variable '_test_email' is assigned to but never used
./Viindoo-odoo-17.0/addons/mass_mailing/wizard/mailing_contact_to_list.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_rs_edi/wizard/account_move_send.py:2:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/sms/models/ir_actions_server.py:41:47: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/sms/models/mail_message.py:5:1: F401 'operator.itemgetter' imported but unused
./Viindoo-odoo-17.0/addons/sms/models/mail_message.py:7:1: F401 'odoo.exceptions' imported but unused
./Viindoo-odoo-17.0/addons/sms/models/mail_message.py:8:1: F401 'odoo.tools.groupby' imported but unused
./Viindoo-odoo-17.0/addons/sms/models/models.py:2:1: F401 'odoo.addons.phone_validation.tools.phone_validation' imported but unused
./Viindoo-odoo-17.0/addons/sms/wizard/sms_resend.py:89:73: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/calendar_sms/models/calendar_event.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event_track_live/controllers/track_live.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/controllers/website_form.py:2:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/controllers/website_form.py:4:1: F401 'odoo.http' imported but unused
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_view.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_view.py:30:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:10:1: F401 'odoo' imported but unused
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:88:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:96:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:100:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:164:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/crm_reveal_rule.py:329:17: F841 local variable 'lead' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_crm_iap_reveal/models/ir_http.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase_requisition/wizard/purchase_requisition_alternative_warning.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/mrp_subcontracting/__init__.py:25:5: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/mrp_subcontracting/models/stock_move.py:7:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/mrp_subcontracting/models/mrp_bom.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/test_subcontracting.py:4:1: F401 'freezegun.freeze_time' imported but unused
./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/test_subcontracting.py:293:9: F841 local variable 'orderpoint' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/test_subcontracting.py:1758:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/common.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_subcontracting/tests/common.py:91:68: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_br/models/res_company.py:12:116: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_br/models/res_company.py:13:91: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/__manifest__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/resource_calendar.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:12:1: F401 'odoo.addons.resource.models.utils.Intervals' imported but unused
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:212:84: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:240:47: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:241:70: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:285:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:286:17: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:472:58: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/models/hr_contract.py:473:78: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/tests/test_global_time_off.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_work_entry_contract/wizard/hr_work_entry_regeneration_wizard.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_address_extended/models/res_city.py:5:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/base_address_extended/models/res_city.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_address_extended/models/res_partner.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_address_extended/tests/test_street_fields.py:4:1: F401 'odoo.models' imported but unused
./Viindoo-odoo-17.0/addons/mrp_subcontracting_dropshipping/models/purchase.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/mail_group/tests/test_mail_group_moderation.py:33:13: F841 local variable 'moderation' is assigned to but never used
./Viindoo-odoo-17.0/addons/mail_group/tests/test_mail_group.py:106:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mail_group/tests/test_mail_group_mailing.py:32:13: F841 local variable '_response' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_dk_oioubl/tests/test_xml_oioubl_dk.py:188:53: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_dk_oioubl/tests/test_xml_oioubl_dk.py:199:53: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/rating/controllers/main.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:31:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:43:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/rating/models/rating_data.py:63:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/rating/tests/test_security.py:6:1: F401 'odoo.tests.new_test_user' imported but unused
./Viindoo-odoo-17.0/addons/rating/tests/test_security.py:42:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/rating/tests/test_security.py:74:56: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/rating/tests/test_controller.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/sale_order.py:51:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_rule.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_rule.py:15:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_card.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/sale_order_line.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_loyalty/models/loyalty_program.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale_loyalty/wizard/coupon_share.py:25:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale_loyalty/wizard/coupon_share.py:26:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale_loyalty/wizard/coupon_share.py:27:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_blog/controllers/main.py:5:1: F401 'itertools' imported but unused
./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:5:1: F401 'random' imported but unused
./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:124:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_blog/models/website_blog.py:342:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:318:33: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:319:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:319:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:695:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:695:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:696:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:696:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:697:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:697:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:699:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:699:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:700:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:700:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:701:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:701:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:702:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:702:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:703:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:703:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:716:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:716:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:717:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:717:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:764:35: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:824:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:824:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:825:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:825:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:843:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:843:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:844:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:844:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:883:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:883:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:884:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:884:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:885:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:885:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:886:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:886:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:888:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:888:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:889:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:889:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:894:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:894:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:895:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:895:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1185:19: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1271:155: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1280:10: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1286:31: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1305:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1305:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1306:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1306:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1307:231: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1309:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1309:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1310:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1310:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1311:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1311:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1314:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1314:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1315:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1315:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1316:1: W191 indentation contains tabs
./Viindoo-odoo-17.0/addons/test_mail/data/test_mail_data.py:1316:1: E101 indentation contains mixed spaces and tabs
./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_models.py:170:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_models.py:321:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_models.py:412:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_corner_case_models.py:82:51: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_corner_case_models.py:95:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/models/test_mail_thread_models.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_alias.py:204:77: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_alias.py:708:21: F841 local variable '_new_domain' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:365:57: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:366:61: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:367:66: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:505:77: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:530:17: F841 local variable '_new_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:572:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:573:73: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:574:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:882:9: F841 local variable '_new_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:940:73: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:982:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1032:21: F841 local variable '_new_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1052:72: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1054:69: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1056:49: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1057:49: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1058:49: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1059:45: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1569:17: F841 local variable '_new_mails' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1575:17: F841 local variable '_new_messages' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:1588:13: F841 local variable '_new_mails' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_post.py:2157:29: F841 local variable '_mail' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_composer.py:9:1: F401 'unittest.mock.DEFAULT' imported but unused
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_composer.py:543:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_composer.py:3309:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:215:9: F841 local variable '_name' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:580:76: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:777:90: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:780:90: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:783:90: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_followers.py:786:90: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_template_preview.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_template_preview.py:53:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:141:19: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:142:20: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:145:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:862:21: F841 local variable '_new_record' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:880:13: F841 local variable '_new_record' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:1748:71: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2200:13: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2250:21: F541 f-string is missing placeholders
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2298:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2361:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2362:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2367:9: F841 local variable '_user_notif' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2398:71: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2399:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2404:9: F841 local variable '_other_log' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2430:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2431:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_gateway.py:2457:38: F541 f-string is missing placeholders
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_management.py:17:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_management.py:20:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:290:13: F841 local variable '_category' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:323:13: F841 local variable '_category' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:347:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:348:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:349:13: F841 local variable '_category' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_performance.py:922:13: F841 local variable '_composer' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_thread_internals.py:539:21: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_thread_internals.py:627:13: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:200:21: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:245:17: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:333:13: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_message_security.py:486:13: F841 local variable '_message' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_multicompany.py:165:13: F841 local variable '_name' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_multicompany.py:169:13: F841 local variable '_subject' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:387:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:469:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:470:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:471:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_mail/tests/test_message_track.py:844:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_mail.py:685:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_mail.py:947:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_activity.py:102:13: F841 local variable 'activity' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_mail/tests/test_mail_activity.py:180:17: F841 local variable 'activity' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_es_edi_facturae_invoice_period/models/account_move.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/controllers/main.py:7:1: F401 'odoo.http.request' imported but unused
./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/controllers/main.py:18:17: E117 over-indented
./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/models/pos_payment.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/pos_restaurant_adyen/models/pos_payment.py:5:1: F401 'requests' imported but unused
./Viindoo-odoo-17.0/addons/base_import_module/controllers/main.py:2:1: F401 'functools' imported but unused
./Viindoo-odoo-17.0/addons/base_import_module/models/ir_ui_view.py:4:1: F401 'operator.itemgetter' imported but unused
./Viindoo-odoo-17.0/addons/base_import_module/models/ir_ui_view.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import_module/models/ir_module.py:180:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import_module/models/base_import_module.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/base_import_module/models/base_import_module.py:25:9: F841 local variable 'res' is assigned to but never used
./Viindoo-odoo-17.0/addons/base_import_module/tests/test_cloc.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import_module/tests/test_cloc.py:37:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:44:34: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:157:34: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:179:34: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/base_import_module/tests/test_import_module.py:188:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/l10n_it/migrations/0.7/post-map_carryover_to_new_report.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it/migrations/0.6/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_product_configurator/tests/common.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/delivery_stock_picking_batch/models/stock_picking_batch.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_in_sale/tests/test_l10n_in_sale_fiscal_position.py:66:9: F841 local variable 'company_state' is assigned to but never used
./Viindoo-odoo-17.0/addons/payment_payumoney/models/payment_provider.py:51:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_payumoney/models/payment_transaction.py:5:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/sale_purchase/models/sale_order_line.py:136:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_purchase/models/sale_order_line.py:193:81: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_purchase/tests/common.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_purchase/tests/test_sale_purchase.py:5:1: F401 'odoo.exceptions.AccessError' imported but unused
./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:6:1: F401 'requests' imported but unused
./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:8:1: F401 'lxml.html' imported but unused
./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:30:11: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/link_tracker/models/link_tracker.py:211:29: F811 redefinition of unused 'html' from line 8
./Viindoo-odoo-17.0/addons/board/__manifest__.py:29:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_mx/controllers/portal.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_mx/models/template_mx.py:56:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_mx/models/template_mx.py:61:60: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_slides_survey/__init__.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides_survey/controllers/website_profile.py:14:57: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/website_slides_survey/controllers/website_profile.py:27:45: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/website_slides_survey/models/survey_user.py:5:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/website_slides_survey/models/survey_user.py:15:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_slides_survey/models/slide_slide.py:30:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides_survey/models/survey_survey.py:11:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:4:11: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:5:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:8:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:9:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/fleet/__manifest__.py:10:18: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle_log_contract.py:141:109: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle_log_contract.py:141:129: E202 whitespace before ')'
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:8:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:12:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle.py:140:117: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/fleet/models/fleet_vehicle_model.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/fleet/report/fleet_report.py:6:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ec/models/account_journal.py:34:1: W391 blank line at end of file
./Viindoo-odoo-17.0/addons/payment_ogone/models/payment_provider.py:39:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_ogone/models/payment_provider.py:64:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_forum/models/forum_post.py:436:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_forum/models/forum_post.py:567:16: E111 indentation is not a multiple of 4
./Viindoo-odoo-17.0/addons/website_forum/populate/forum_post.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_forum/populate/forum_forum.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_forum/populate/mail_message.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_forum/tests/test_forum_internals.py:97:9: F841 local variable '_answer' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_forum/tests/test_forum_internals.py:159:9: F841 local variable '__' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_fi_sale/__init__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai_multi_refund/models/account_move.py:12:6: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_es_edi_tbai_multi_refund/models/account_edi_format.py:22:22: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/mrp_subcontracting_account/models/product_product.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_subcontracting_account/tests/test_subcontracting_account.py:217:9: F841 local variable 'stock_cop_acc_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/base_automation/controllers/main.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_automation/controllers/main.py:16:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_automation/models/ir_actions_server.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_automation/models/ir_actions_server.py:81:22: F841 local variable 'other' is assigned to but never used
./Viindoo-odoo-17.0/addons/base_automation/models/base_automation.py:518:35: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_automation/models/base_automation.py:536:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_automation/models/base_automation.py:872:35: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/addons/l10n_cf/models/template_cf.py:31:1: W391 blank line at end of file
./Viindoo-odoo-17.0/addons/payment_flutterwave/models/payment_provider.py:40:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_org_chart/__init__.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_org_chart/tests/test_employee_deletion.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_org_chart/tests/test_employee.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_crm/__init__.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_crm/__init__.py:9:45: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/sale_crm/models/sale_order.py:15:53: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_crm/models/sale_order.py:15:61: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:4:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:19:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:22:72: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:24:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:29:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:34:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:39:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_team.py:44:29: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_crm/models/crm_lead.py:4:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/addons/l10n_cz/models/res_company.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/payment_payulatam/models/payment_provider.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/payment_payulatam/models/payment_provider.py:81:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_payulatam/models/payment_transaction.py:3:1: F401 'hmac' imported but unused
./Viindoo-odoo-17.0/addons/l10n_eu_oss/__init__.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_eu_oss/tests/test_oss.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:168:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:346:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:1435:13: F841 local variable 'can_publish' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:1538:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_slides/controllers/main.py:1539:29: E117 over-indented (comment)
./Viindoo-odoo-17.0/addons/website_slides/controllers/mail.py:4:1: F401 'werkzeug' imported but unused
./Viindoo-odoo-17.0/addons/website_slides/models/slide_question.py:61:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides/models/res_groups.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:182:100: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:202:101: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:1106:96: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/website_slides/models/slide_slide.py:1397:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_slides/tests/test_statistics.py:249:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides/tests/test_slide_question.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides/tests/test_slide_slide.py:101:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides/tests/test_security.py:663:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/website_slides/tests/test_attendee.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_slides/tests/test_attendee.py:248:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:3:1: F401 'contextlib' imported but unused
./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:29:1: F401 'odoo.tools.config' imported but unused
./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:37:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/http_routing/models/ir_http.py:660:21: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/http_routing/models/ir_qweb.py:34:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/http_routing/tests/test_res_lang.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_service/__manifest__.py:9:116: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/account_payment/controllers/__init__.py:5:22: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/account_payment/models/account_payment_method_line.py:6:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/account_payment/models/payment_provider.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_payment/models/payment_provider.py:20:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_provider.py:102:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:47:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:105:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:121:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/account_payment.py:180:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:18:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:37:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:66:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:106:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:209:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_payment/models/payment_transaction.py:236:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr/models/hr_employee.py:4:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/hr/models/hr_employee_base.py:94:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr/models/hr_employee_public.py:13:23: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr/populate/hr.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/populate/hr.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/populate/hr.py:54:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/populate/hr.py:58:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hr/populate/hr.py:66:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/populate/hr.py:76:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/tests/test_ui.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/tests/test_self_user_access.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr/tests/test_self_user_access.py:54:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr/tests/test_self_user_access.py:63:35: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr/tests/test_multi_company.py:4:1: F401 'odoo.tests.Form' imported but unused
./Viindoo-odoo-17.0/addons/hr/tests/test_hr_employee.py:248:19: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr/tests/test_hr_employee.py:257:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr/tests/test_hr_employee.py:258:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:14:1: F401 'odoo.tools.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:14:1: F401 'odoo.tools.float_is_zero' imported but unused
./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:416:29: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:986:87: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_hu_edi/models/account_move.py:987:89: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_hu_edi/wizard/account_move_send.py:77:66: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/delivery/models/sale_order.py:25:48: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/delivery/models/sale_order.py:122:70: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_profile/controllers/main.py:33:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/website_profile/controllers/main.py:58:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_hr_recruitment/models/hr_job.py:119:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/website_hr_recruitment/tests/test_website_hr_recruitment.py:4:1: F401 'odoo.api.Environment' imported but unused
./Viindoo-odoo-17.0/addons/website_hr_recruitment/tests/test_website_hr_recruitment.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_hr_recruitment/tests/__init__.py:1:42: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/privacy_lookup/models/privacy_log.py:40:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/privacy_lookup/wizard/privacy_lookup_wizard.py:138:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/privacy_lookup/wizard/privacy_lookup_wizard.py:146:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/privacy_lookup/wizard/privacy_lookup_wizard.py:153:75: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:38:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:39:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:40:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:41:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:43:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_resource/tests/test_performance.py:44:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/test_resource/tests/common.py:96:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:111:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:623:43: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:632:43: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:737:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_resource/tests/test_resource.py:1342:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_account/models/google_service.py:36:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/google_account/models/google_service.py:67:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sms_twilio/tests/test_sms_twilio_controller.py:81:21: F841 local variable '_python_versionresponse' is assigned to but never used
./Viindoo-odoo-17.0/addons/sms_twilio/tests/common.py:82:13: F841 local variable '_sid' is assigned to but never used
./Viindoo-odoo-17.0/addons/sms_twilio/tests/common.py:219:13: F841 local variable '_response' is assigned to but never used
./Viindoo-odoo-17.0/addons/sale_project_stock/models/sale_order_line.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order/__init__.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order/controllers/orders.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order/controllers/orders.py:211:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/pos_self_order/controllers/orders.py:260:31: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_session.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_order.py:25:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_restaurant.py:5:1: F401 'typing.Callable' imported but unused
./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_restaurant.py:5:1: F401 'typing.List' imported but unused
./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_restaurant.py:5:1: F401 'typing.Optional' imported but unused
./Viindoo-odoo-17.0/addons/pos_self_order/models/res_config_settings.py:94:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/pos_self_order/models/product_product.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order/models/pos_config.py:394:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/pos_self_order/tests/self_order_common_test.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_self_order/tests/self_order_common_test.py:58:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/account_debit_note/__manifest__.py:10:97: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/account_debit_note/__manifest__.py:11:51: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/account_debit_note/__manifest__.py:12:95: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/account_debit_note/models/account_move.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_debit_note/models/__init__.py:4:27: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/account_debit_note/tests/__init__.py:3:34: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/account_debit_note/wizard/account_debit_note.py:71:78: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account_debit_note/wizard/account_debit_note.py:71:79: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/account_debit_note/wizard/__init__.py:4:33: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_ec_website_sale/models/payment_method.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ec_website_sale/models/sale_order.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase_mrp/models/stock_move.py:5:1: F401 'odoo.tools.float_utils.float_round' imported but unused
./Viindoo-odoo-17.0/addons/purchase_mrp/report/mrp_report_bom_structure.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase_mrp/report/mrp_report_mo_overview.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase_mrp/tests/test_purchase_mrp_flow.py:764:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase_mrp/tests/test_purchase_mrp_flow.py:874:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/pos_sale_margin/tests/test_pos_sale_margin_report.py:33:15: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/purchase/models/res_company.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase/models/purchase_order.py:802:42: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/purchase/models/purchase_order.py:844:97: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/purchase/models/purchase_order.py:1078:56: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/purchase/models/purchase_order_line.py:645:11: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/purchase/models/account_invoice.py:61:42: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/purchase/models/account_invoice.py:474:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/purchase/models/product.py:100:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase/migrations/9.0.1.2/pre-create-properties.py:32:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase/report/purchase_report.py:89:61: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/purchase/report/purchase_bill.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:2:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:18:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:42:50: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:43:50: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:54:50: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:183:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:186:108: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/purchase/tests/test_accrued_purchase_orders.py:193:15: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:277:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:443:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:474:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:534:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:540:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:547:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase.py:557:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:88:50: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:89:63: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:124:9: F841 local variable 'pol_prod_deliver' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:133:9: F841 local variable 'pol_serv_deliver' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:168:9: F841 local variable 'pol_prod_order' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:177:9: F841 local variable 'pol_serv_order' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:212:9: F841 local variable 'pol_prod_deliver' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:221:9: F841 local variable 'pol_serv_deliver' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:257:9: F841 local variable 'pol_prod_order' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:266:9: F841 local variable 'pol_serv_order' is assigned to but never used
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_invoice.py:708:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/purchase/tests/test_purchase_dashboard.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:3:1: F401 'logging' imported but unused
./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:40:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:47:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_token.py:111:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_method.py:87:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_method.py:101:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_method.py:158:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:5:1: F401 'psycopg2.sql' imported but unused
./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:192:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:291:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:340:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:457:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_provider.py:496:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:136:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:148:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:168:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:234:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:319:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:924:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:1029:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/models/payment_transaction.py:1065:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/tests/test_multicompany_flows.py:17:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/payment/tests/test_multicompany_flows.py:18:81: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/payment/tests/test_multicompany_flows.py:55:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/payment/tests/http_common.py:3:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/payment/tests/http_common.py:5:1: F401 'uuid.uuid4' imported but unused
./Viindoo-odoo-17.0/addons/payment/tests/common.py:121:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/wizards/payment_onboarding_wizard.py:106:79: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/payment/wizards/payment_capture_wizard.py:39:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/wizards/payment_capture_wizard.py:107:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment/wizards/payment_capture_wizard.py:127:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:19:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:21:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:29:130: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:60:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:62:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:92:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:94:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:100:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:102:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:104:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:153:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:155:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:157:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:234:27: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:237:9: F841 local variable 'r' is assigned to but never used
./Viindoo-odoo-17.0/addons/iap/tools/iap_tools.py:237:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/iap/tests/common.py:53:90: F841 local variable 'contact_iap_mock' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_fr/__init__.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr/__init__.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr/models/res_company.py:45:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr/models/res_company.py:53:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr/models/res_partner.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_fr/models/res_partner.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/__init__.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:997:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1145:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1243:87: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1328:18: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:1471:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:2175:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/controllers/main.py:2180:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/models/website.py:169:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/website_sale/models/website.py:171:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/website_sale/models/website.py:654:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:14:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:26:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:42:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:125:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:169:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/product_template.py:178:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/product_tag.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/models/website_visitor.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/website_visitor.py:4:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/website_visitor.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/models/product_pricelist.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/sale_order.py:22:6: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/models/sale_order.py:82:74: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/website_sale/models/sale_order.py:648:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:5:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:7:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:7:24: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:8:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/crm_team.py:8:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/models/sale_order_line.py:16:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/models/sale_order_line.py:34:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/website_sale/report/sale_report.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/populate/product_public_category.py:22:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_cart_recovery.py:5:1: F401 'odoo.tests.common.HttpCase' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_cart_recovery.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:59:9: F841 local variable 'item_benelux' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:68:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:75:9: F841 local variable 'item_christmas' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:90:9: F841 local variable 'item_europe' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:395:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_pricelist.py:723:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_visitor.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_express_checkout_flows.py:3:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/tests/test_express_checkout_flows.py:4:1: F401 'uuid.uuid4' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_editor.py:96:23: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_editor.py:101:23: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/website_sale/tests/test_sale_process.py:552:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/tests/test_sale_process.py:562:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/tests/test_sale_process.py:666:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/tests/test_delivery_express_checkout_flows.py:3:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/tests/test_delivery_express_checkout_flows.py:4:1: F401 'uuid.uuid4' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/tests/test_customize.py:135:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_product_attribute_value_config.py:7:1: F401 'odoo.addons.account.tests.common.AccountTestInvoicingCommon' imported but unused
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_cart_abandoned.py:123:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_delivery_ui.py:48:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_reorder_from_portal.py:37:16: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:338:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:388:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:401:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_sale/tests/test_website_sale_image.py:414:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/models/account_analytic.py:49:15: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/models/project_task.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/models/__init__.py:4:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_holidays.py:40:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_holidays.py:179:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:4:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:250:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:419:106: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:420:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:459:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project_timesheet_holidays/tests/test_timesheet_global_time_off.py:498:74: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant_category.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant.py:677:13: F601 dictionary key 'private_phone' repeated with different values
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant.py:682:82: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_applicant.py:685:13: F601 dictionary key 'private_phone' repeated with different values
./Viindoo-odoo-17.0/addons/hr_recruitment/models/res_users.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_employee.py:4:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/hr_recruitment/models/calendar.py:36:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/models/calendar.py:36:51: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_job.py:284:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/hr_recruitment/models/hr_job.py:370:45: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:89:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:98:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:99:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:100:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:101:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:102:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/tests/test_recruitment.py:103:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_recruitment/wizard/applicant_refuse_reason.py:56:37: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_gamification/models/gamification.py:30:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_gamification/wizard/gamification_badge_user_wizard.py:5:1: F401 'odoo.exceptions.AccessError' imported but unused
./Viindoo-odoo-17.0/addons/base_geolocalize/models/res_partner.py:37:55: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/res_config_settings.py:25:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:174:88: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:175:75: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:176:100: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:230:85: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:231:71: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:232:76: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:290:37: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:439:27: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:488:62: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:488:63: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:615:88: E228 missing whitespace around modulo operator
./Viindoo-odoo-17.0/addons/l10n_in_edi/models/account_edi_format.py:663:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:4:1: F811 redefinition of unused 'Command' from line 2
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:13:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:162:98: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:182:98: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:243:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:258:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_in_edi/tests/test_edi_json.py:271:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_epson_printer/models/pos_session.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_epson_printer/models/pos_config.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_epson_printer/models/pos_printer.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_do/models/template_do.py:2:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/__init__.py:5:21: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/pos_sale/models/pos_session.py:5:1: F401 'odoo.osv.expression.OR' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/models/pos_order.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_sale/models/pos_order.py:163:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_sale/models/pos_order.py:183:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/models/sale_order.py:108:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:5:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:6:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/models/crm_team.py:7:1: F401 'pytz' imported but unused
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_report.py:16:69: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:77:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:79:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:82:75: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:122:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:135:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:170:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:182:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:198:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:214:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:271:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:283:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:305:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:324:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:345:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:370:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:925:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/pos_sale/tests/test_pos_sale_flow.py:1113:58: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/survey/controllers/main.py:12:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/addons/survey/controllers/main.py:115:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/survey/controllers/main.py:171:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/survey/controllers/main.py:197:9: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/survey/controllers/main.py:250:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/survey/controllers/main.py:451:22: F841 local variable 'answer_sudo' is assigned to but never used
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:34:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:39:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:42:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:45:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:50:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:54:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:59:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:62:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:65:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:70:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:73:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:76:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:92:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:109:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:115:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:119:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:122:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:125:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:128:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:135:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:139:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:142:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:147:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:152:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:156:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:161:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:164:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:193:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:197:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:200:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:205:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:210:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:214:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:217:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:222:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:227:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:231:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:236:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_survey_template.py:241:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_question.py:447:63: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/addons/survey/models/survey_question.py:681:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/models/survey_question.py:701:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/survey/models/survey_survey.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/survey/models/survey_survey.py:957:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/survey/models/survey_survey.py:961:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_invite.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_invite.py:216:52: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_results.py:128:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/tests/test_certification_badge.py:83:72: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_controller.py:67:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_controller.py:72:67: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_controller.py:113:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/survey/tests/test_certification_flow.py:185:13: F841 local variable 'page1' is assigned to but never used
./Viindoo-odoo-17.0/addons/survey/tests/test_certification_flow.py:193:13: F841 local variable 'q101' is assigned to but never used
./Viindoo-odoo-17.0/addons/survey/tests/test_certification_flow.py:202:13: F841 local variable 'q102' is assigned to but never used
./Viindoo-odoo-17.0/addons/survey/tests/common.py:8:1: F401 'contextlib.contextmanager' imported but unused
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_ui_backend.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:7:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:276:13: F841 local variable 'answer_other' is assigned to but never used
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:278:13: F841 local variable 'answer_line_other' is assigned to but never used
./Viindoo-odoo-17.0/addons/survey/tests/test_survey_security.py:333:9: F841 local variable 'surveys' is assigned to but never used
./Viindoo-odoo-17.0/addons/account_peppol/__init__.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:80:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:85:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:98:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:128:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/tools/demo_utils.py:162:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_peppol/models/res_company.py:9:1: F401 'odoo.addons.account.models.company.PEPPOL_LIST' imported but unused
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:19:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:20:22: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:21:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:22:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:26:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:27:22: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:28:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:29:20: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:47:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:64:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale_purchase_stock/tests/test_unwanted_replenish_flow.py:133:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock/__init__.py:18:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/__init__.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/controllers/main.py:2:1: F401 'werkzeug' imported but unused
./Viindoo-odoo-17.0/addons/stock/controllers/__init__.py:1:19: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/stock/models/stock_rule.py:11:1: F401 'odoo.tools.html_escape' imported but unused
./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:11:1: F401 'odoo.Command' imported but unused
./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:17:1: F401 'odoo.tools.float_utils.float_round' imported but unused
./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:492:127: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/models/stock_picking.py:912:79: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/models/stock_location.py:95:79: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/models/stock_location.py:96:84: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/models/res_company.py:103:13: F841 local variable 'scrap_location' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/models/res_company.py:131:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/stock/models/res_company.py:149:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/stock/models/res_company.py:157:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/stock/models/res_company.py:165:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/stock/models/res_company.py:172:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/stock/models/stock_orderpoint.py:84:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock/models/stock_orderpoint.py:373:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/models/stock_package_level.py:34:6: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/models/stock_package_level.py:114:77: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:11:1: F401 'odoo.addons.base.models.ir_model.MODULE_UNINSTALL_FLAG' imported but unused
./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:332:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:356:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:643:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:867:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/models/stock_move_line.py:992:19: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:923:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:1348:47: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:1524:25: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:1692:9: F841 local variable 'quants_cache' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:2066:72: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/models/stock_move.py:2067:69: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/models/product.py:29:67: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/models/product.py:30:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/models/product.py:684:58: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/models/product.py:862:71: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/addons/stock/models/product.py:1050:50: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/models/product.py:1081:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/models/stock_lot.py:5:1: F401 'operator.attrgetter' imported but unused
./Viindoo-odoo-17.0/addons/stock/models/stock_lot.py:153:26: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/stock/models/res_config_settings.py:4:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/addons/stock/models/stock_quant.py:786:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/stock/models/stock_quant.py:791:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/stock/models/stock_quant.py:1442:30: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:64:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:65:40: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:66:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:67:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:68:43: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:70:39: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:71:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:76:36: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:77:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:78:39: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:79:35: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:152:21: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:158:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:159:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:160:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:161:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:170:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:171:28: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:172:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_forecasted.py:173:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:5:1: F401 'odoo.tools.config' imported but unused
./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:11:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/stock/report/stock_traceability.py:67:13: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:71:17: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:75:17: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:78:17: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:79:139: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/report/report_stock_quantity.py:80:135: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/report/report_stock_rule.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/stock/report/report_stock_rule.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/stock/report/product_label_report.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/populate/stock.py:321:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:997:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:998:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:999:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:1000:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:1001:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/stock/tests/test_quant.py:1003:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/stock/tests/test_robustness.py:362:53: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/tests/test_robustness.py:372:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/stock/tests/test_packing_neg.py:30:31: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/tests/test_packing_neg.py:70:9: F841 local variable 'new_pack1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_packing_neg.py:80:9: F841 local variable 'new_pack2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_proc_rule.py:145:9: F841 local variable 'rule_low_priority' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_proc_rule.py:285:9: F841 local variable 'orderpoint' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_proc_rule.py:310:9: F841 local variable 'delivery_move' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_stock_lot.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/tests/test_report_tours.py:2:1: F401 'odoo' imported but unused
./Viindoo-odoo-17.0/addons/stock/tests/test_report_tours.py:3:1: F401 'odoo.tests.Form' imported but unused
./Viindoo-odoo-17.0/addons/stock/tests/test_stock_flow.py:1174:9: F841 local variable 'quants' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_stock_flow.py:2602:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:242:9: F841 local variable 'package_level' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:284:9: F841 local variable 'ship_move_a' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:351:9: F841 local variable 'package' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:774:9: F841 local variable 'first_pack' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:925:115: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/stock/tests/test_packing.py:1887:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:702:9: F841 local variable 'untracked_move_line' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:4909:29: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:4942:29: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:5798:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:5807:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move.py:6377:23: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/tests/test_replenish.py:12:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/stock/tests/test_stock_return_picking.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/tests/test_stock_return_picking.py:125:25: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/stock/tests/test_stock_return_picking.py:138:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock/tests/test_quant_inventory_mode.py:158:13: F841 local variable 'invalid_quant' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:12:1: F401 'odoo.tools.float_is_zero' imported but unused
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:12:1: F401 'odoo.tools.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:152:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:352:66: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:955:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2243:9: F841 local variable 'move_3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2315:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2345:9: F841 local variable 'supplier_location' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2359:9: F841 local variable 'putaway_product' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2380:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:2782:9: F841 local variable 'precision_digits' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:3009:34: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:3611:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock/tests/test_move2.py:3672:9: F841 local variable 'pack_location' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:90:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1038:32: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1041:33: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1092:32: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1095:33: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1168:157: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock/tests/test_report.py:1168:158: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/stock/tests/test_warehouse.py:7:1: F401 'odoo.tools.mute_logger' imported but unused
./Viindoo-odoo-17.0/addons/stock/wizard/stock_inventory_adjustment_name.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/stock/wizard/product_replenish.py:4:1: F401 'datetime' imported but unused
./Viindoo-odoo-17.0/addons/stock/wizard/stock_scheduler_compute.py:12:1: F401 'threading' imported but unused
./Viindoo-odoo-17.0/addons/uom/models/uom_uom.py:18:80: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/uom/models/uom_uom.py:51:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_sg/__init__.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_sg/models/res_company.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_sg/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_sg/migrations/9.0.2.0/pre-set_tags_and_taxes_updatable.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_industry.py:14:44: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_mining_request.py:89:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_role.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_helpers.py:1:1: F401 'math.floor' imported but unused
./Viindoo-odoo-17.0/addons/crm_iap_mine/models/crm_iap_lead_helpers.py:1:1: F401 'math.log10' imported but unused
./Viindoo-odoo-17.0/addons/crm_iap_mine/tests/common.py:10:1: F401 'odoo.addons.iap.tools.iap_tools' imported but unused
./Viindoo-odoo-17.0/addons/crm_iap_mine/tests/common.py:49:17: F841 local variable 'iap_payload' is assigned to but never used
./Viindoo-odoo-17.0/addons/auth_totp/controllers/home.py:10:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/auth_totp/controllers/home.py:17:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/auth_totp/models/res_users.py:21:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/auth_totp/models/ir_http.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_totp/models/totp.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_totp/models/totp.py:43:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:29:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:46:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/auth_totp/tests/test_totp.py:98:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/auth_totp/wizard/auth_totp_wizard.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_totp/wizard/auth_totp_wizard.py:64:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account_tax_python/tests/test_tax.py:39:20: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_es_edi_verifactu/models/verifactu_document.py:427:21: F841 local variable '_xml_node' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_skills/models/hr_employee_skill.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_skills/models/hr_skill_level.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/hr_skills/report/hr_employee_skill_report.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_skills/report/hr_employee_cv_report.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_skills/tests/test_ui.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_hr/models/hr_employee.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_hr/report/pos_order_report.py:3:1: F401 'functools.partial' imported but unused
./Viindoo-odoo-17.0/addons/pos_mrp/models/pos_order.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_mrp/models/pos_order.py:15:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_mrp/models/pos_order.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_mrp/tests/test_pos_mrp_flow.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_mrp/tests/test_pos_mrp_flow.py:13:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_mrp/tests/test_pos_mrp_flow.py:511:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp_repair/tests/test_tracability.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_repair/tests/test_tracability.py:63:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_fi/__init__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_id_efaktur/models/efaktur.py:56:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_id_efaktur/models/account_move.py:290:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_id_efaktur/tests/test_l10n_id_efaktur.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import/controllers/main.py:8:1: F401 'odoo.tools.misc' imported but unused
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:5:1: F401 'binascii' imported but unused
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:117:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:150:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:540:30: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:541:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1099:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1434:37: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1485:17: F402 import 'fields' from line 25 shadowed by loop variable
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1579:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1594:26: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1605:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1606:40: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1609:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1621:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1629:1: E302 expected 2 blank lines, found 0
./Viindoo-odoo-17.0/addons/base_import/models/base_import.py:1632:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/base_import/models/odf_ods_reader.py:88:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/project/__manifest__.py:147:51: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project/__manifest__.py:160:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project/__init__.py:37:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/controllers/portal.py:445:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/controllers/project_sharing_chatter.py:100:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project/models/project_project_stage.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/models/project_tags.py:6:1: F401 'odoo.SUPERUSER_ID' imported but unused
./Viindoo-odoo-17.0/addons/project/models/project_task_recurrence.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/models/project_task.py:9:1: F401 'odoo._lt' imported but unused
./Viindoo-odoo-17.0/addons/project/models/project_task.py:14:1: F401 'odoo.tools.misc.get_lang' imported but unused
./Viindoo-odoo-17.0/addons/project/models/project_task.py:965:31: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1094:52: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1095:57: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1096:75: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1103:56: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1104:88: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1108:56: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1109:113: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1110:83: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1110:89: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1118:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1401:82: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/project/models/project_task.py:1795:119: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project/models/project_update.py:4:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/project/models/project_update.py:6:1: F401 'werkzeug.urls.url_encode' imported but unused
./Viindoo-odoo-17.0/addons/project/models/project_update.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/models/project_task_stage_personal.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/models/project_project.py:776:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/project/models/project_milestone.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/report/project_report.py:6:1: F401 'odoo.addons.rating.models.rating_data.RATING_TEXT' imported but unused
./Viindoo-odoo-17.0/addons/project/report/project_report.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/populate/project.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/populate/project.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/populate/project.py:86:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/project/populate/project.py:88:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/project/populate/project.py:90:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/project/populate/project.py:94:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/project/tests/test_task_follow.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_project_milestone.py:56:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/tests/test_project_milestone.py:191:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/tests/test_project_update_flow.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:7:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:115:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:140:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:161:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:235:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_access_rights.py:256:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_task_dependencies.py:9:1: F401 'datetime.date' imported but unused
./Viindoo-odoo-17.0/addons/project/tests/test_project_base.py:6:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/project/tests/test_project_base.py:226:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/tests/test_personal_stages.py:64:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/project/tests/test_personal_stages.py:381:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_project_flow.py:71:13: F841 local variable 'task' is assigned to but never used
./Viindoo-odoo-17.0/addons/project/tests/test_project_profitability.py:53:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_project_report.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_project_update_access_rights.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:121:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:227:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/project/tests/test_multicompany.py:367:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/tests/test_project_subtasks.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_project_subtasks.py:221:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/project/tests/test_task_state.py:47:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/tests/test_project_sharing.py:77:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/tests/test_project_sharing.py:330:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/project/tests/test_project_update_ui.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project/wizard/project_project_stage_delete.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr_fec/__manifest__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_fec/__init__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_fec/tests/__init__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/__init__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:114:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:447:61: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_fr_fec/wizard/account_fr_fec.py:447:62: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/crm/models/crm_lead_scoring_frequency.py:15:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/crm/models/digest.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/crm/models/res_partner.py:9:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:589:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:632:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:637:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:642:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:647:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:652:26: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/crm/models/crm_team.py:656:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/crm/models/crm_team_member.py:6:1: F401 'math' imported but unused
./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:7:1: F401 'ast.literal_eval' imported but unused
./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:788:53: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:1876:9: F841 local variable 'Partner' is assigned to but never used
./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:2225:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/crm/models/crm_lead.py:2597:82: E272 multiple spaces before keyword
./Viindoo-odoo-17.0/addons/crm/populate/crm_lead.py:37:14: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/crm/populate/crm_lead.py:122:19: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/crm/populate/crm_lead.py:144:19: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:100:9: F841 local variable '_opp_proba100' is assigned to but never used
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:236:9: F841 local variable 'customer' is assigned to but never used
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_convert.py:241:9: F841 local variable 'convert' is assigned to but never used
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_merge.py:180:71: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_pls.py:9:1: F401 'odoo.tests.loaded_demo_data' imported but unused
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_pls.py:107:47: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead.py:563:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/crm/tests/common.py:21:14: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/crm/tests/common.py:24:31: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/crm/tests/common.py:663:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/crm/tests/test_crm_lead_smart_calendar.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/crm/wizard/crm_lead_lost.py:5:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/crm/wizard/crm_merge_opportunities.py:56:160: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_lu/__init__.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_lu/__init__.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_lu/migrations/2.2/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_lu/migrations/2.1/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_session.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_order.py:56:41: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_order.py:56:61: E202 whitespace before '}'
./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_payment.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_payment.py:4:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/pos_restaurant/models/pos_restaurant.py:72:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_restaurant/tests/test_frontend.py:190:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_restaurant/tests/test_frontend.py:195:56: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ro_efactura/models/ciusro_document.py:89:150: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_ee/migrations/1.1/end-migrate_update_taxes.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:6:14: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:15:14: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:16:11: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/sale_margin/__manifest__.py:19:11: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/bus/__manifest__.py:2:11: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/bus/websocket.py:67:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/bus/websocket.py:728:69: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/bus/websocket.py:806:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/bus/websocket.py:943:5: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/bus/models/bus.py:8:1: F401 'random' imported but unused
./Viindoo-odoo-17.0/addons/bus/models/bus.py:52:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/bus/models/bus.py:266:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-odoo-17.0/addons/bus/tests/test_assetsbundle.py:4:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/bus/tests/test_assetsbundle.py:22:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/bus/tests/test_websocket_caryall.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/bus/tests/test_websocket_rate_limiting.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/res_company.py:27:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/res_company.py:68:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:10:1: F401 'operator.itemgetter' imported but unused
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:33:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:39:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:44:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:447:87: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:816:31: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:1045:18: F841 local variable 'elements' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:1317:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/account_move.py:1328:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/ddt.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/models/res_config_settings.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_export.py:334:9: F841 local variable 'tax_10' is assigned to but never used
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_reverse_charge.py:4:1: F401 'collections.namedtuple' imported but unused
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_pa.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:90:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:91:13: E117 over-indented
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:92:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:102:15: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:103:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:108:15: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:109:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:115:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_account_move_send.py:120:15: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_it_edi/tests/test_edi_import.py:180:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/pos_stripe/models/pos_payment_method.py:27:93: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/pos_stripe/models/pos_payment_method.py:55:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hr_presence/models/ir_websocket.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_presence/models/hr_employee.py:46:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_presence/models/res_users_log.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_my_edi/models/account_edi_xml_ubl_my.py:523:42: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/l10n_my_edi/models/account_edi_proxy_user.py:72:9: F841 local variable '_error' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_expense/models/account_journal_dashboard.py:54:30: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_expense/models/account_journal_dashboard.py:54:39: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_expense/models/hr_expense.py:919:9: F841 local variable 'target_currency' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_expense/models/account_move_line.py:11:76: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_expense/tests/test_expenses.py:541:43: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_expense/tests/test_expenses.py:989:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_expense/wizard/hr_expense_split_wizard.py:4:1: F401 'odoo.tools.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/hr_expense/wizard/account_payment_register.py:3:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/hr_expense/wizard/account_payment_register.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/auth_password_policy_portal/controllers.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:49:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:170:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:232:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:232:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:234:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:234:15: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:360:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:437:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:584:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/gamification/models/gamification_challenge.py:639:5: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/gamification/models/gamification_goal.py:176:90: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/gamification/tests/test_challenge.py:158:54: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/gamification/tests/test_challenge.py:158:55: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/gamification/tests/test_challenge.py:290:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/gamification/wizard/update_goal.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/gamification/wizard/update_goal.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/gamification/wizard/grant_badge.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/gamification/wizard/grant_badge.py:26:13: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_fr_hr_work_entry_holidays/models/hr_work_entry.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_fr_hr_work_entry_holidays/tests/test_french_work_entries.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/base_setup/tests/test_res_config_doc_links.py:9:64: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_work_entry/__manifest__.py:1:1: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_work_entry/models/hr_employee.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_gcc_invoice/models/account_move.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_gcc_invoice/models/account_move.py:68:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_homeworking/models/res_users.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_homeworking/models/res_partner.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_homeworking/models/hr_employee.py:62:77: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_homeworking/models/hr_work_location.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_homeworking/tests/test_hr_employee_location.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_homeworking/wizard/homework_location_wizard.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/auth_password_policy_signup/controllers.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mass_mailing/models/ir_qweb.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/test_mailing_test.py:7:1: F401 'odoo.fields.Command' imported but unused
./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/test_mailing_sms.py:399:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/test_performance.py:25:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_mass_mailing/tests/common.py:113:9: F841 local variable '_country_us_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/microsoft_account/models/microsoft_service.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/microsoft_account/models/microsoft_service.py:165:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/microsoft_account/models/res_users.py:7:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/microsoft_account/models/res_users.py:7:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/account_check_printing/models/account_journal.py:82:28: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/account_check_printing/models/account_payment.py:222:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_account/models/stock_move_line.py:5:1: F401 'odoo.tools.float_compare' imported but unused
./Viindoo-odoo-17.0/addons/stock_account/models/stock_move.py:8:1: F401 'odoo.tools.float_round' imported but unused
./Viindoo-odoo-17.0/addons/stock_account/models/stock_move.py:396:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/stock_account/models/product.py:624:55: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_account/models/stock_valuation_layer.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:150:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:319:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:391:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:433:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:501:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:613:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:843:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:939:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:1003:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:2613:52: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluation.py:3535:9: F841 local variable 'supplier1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:128:69: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:150:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:151:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:152:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:161:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:162:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:172:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:173:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:183:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:184:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:200:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:210:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:220:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:221:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:222:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:235:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:251:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:339:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:363:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:364:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:372:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:373:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:381:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:382:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:398:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:399:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:415:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:416:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:425:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:426:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:440:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:441:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:444:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:446:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:454:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:455:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:464:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:473:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:474:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:475:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:482:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:483:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:485:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:494:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:495:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:497:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:505:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:506:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:509:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:517:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:518:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:519:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:677:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:678:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:679:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:687:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:688:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:691:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:693:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:701:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:710:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:711:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:713:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:721:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:722:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:731:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:732:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:733:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:734:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:742:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:744:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:757:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:759:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:768:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:770:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:786:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:788:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:789:9: F841 local variable 'move4' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:797:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:798:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:805:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:806:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:808:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:814:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:815:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:818:9: F841 local variable 'move5' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:824:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:825:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:826:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:886:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:887:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:888:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:906:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:907:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:908:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:923:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:924:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:925:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:938:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:939:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:940:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:953:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:954:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:955:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:967:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:968:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:969:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:982:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:983:9: F841 local variable 'move2' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:984:9: F841 local variable 'move3' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1012:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1038:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1070:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1089:9: F841 local variable 'move1' is assigned to but never used
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1122:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1257:69: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stockvaluationlayer.py:1382:69: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stock_valuation_layer_revaluation.py:75:31: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stock_valuation_layer_revaluation.py:126:31: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock_account/tests/test_stock_valuation_layer_revaluation.py:239:31: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/stock_account/tests/test_account_move.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_account/tests/test_anglo_saxon_valuation_reconciliation_common.py:7:1: F401 'odoo.tests.tagged' imported but unused
./Viindoo-odoo-17.0/addons/stock_account/tests/test_anglo_saxon_valuation_reconciliation_common.py:100:80: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/product_email_template/models/account_move.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/product_email_template/models/__init__.py:4:27: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/product_email_template/tests/test_account_move.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays_attendance/models/hr_leave.py:9:1: F401 'odoo.tools.float_round' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays_attendance/models/hr_leave.py:37:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_holidays_attendance/tests/test_holidays_overtime.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_cn/models/account_move.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_membership/models/membership.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp_product_expiry/tests/test_mrp_product_expiry.py:7:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/mail_bot/models/res_users.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mail_bot/models/discuss_channel.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/mail_bot/models/discuss_channel.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/mail_bot/models/mail_bot.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/__init__.py:36:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/controllers/portal.py:178:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/models/res_company.py:30:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/hr_timesheet/models/project_task.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/models/project_task.py:51:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hr_timesheet/models/hr_timesheet.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/models/project_project.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/report/project_report.py:19:35: E222 multiple spaces after operator
./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:15:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:48:67: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/hr_timesheet/populate/hr_timesheet.py:49:46: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_timesheet.py:159:13: F841 local variable 'timesheet2' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_timesheet.py:589:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_timesheet.py:641:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_performance.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet/tests/test_portal_timesheet.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_my_edi_extended/tests/test_new_submissions_flow.py:438:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/l10n_my_edi_extended/tests/test_new_submissions_flow.py:442:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/auth_totp_portal/tests/test_tour.py:23:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/auth_totp_portal/tests/test_tour.py:40:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:3:11: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:4:18: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:13:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account_edi/__manifest__.py:15:14: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/account_edi/models/account_move.py:4:1: F401 'io' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_move.py:5:1: F401 'zipfile' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_move.py:6:1: F401 'werkzeug.urls.url_encode' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:5:1: F401 'odoo.tools.pdf.OdooPdfFileReader' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:6:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:8:1: F401 'odoo.exceptions.RedirectWarning' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:10:1: F401 'lxml.etree' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:11:1: F401 'struct.error as StructError' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:12:1: F401 'base64' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:13:1: F401 'io' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:15:1: F401 'pathlib' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_format.py:16:1: F401 're' imported but unused
./Viindoo-odoo-17.0/addons/account_edi/models/account_edi_document.py:189:13: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/account_edi/tests/common.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/account_edi/tests/common.py:127:30: E711 comparison to None should be 'if cond is not None:'
./Viindoo-odoo-17.0/addons/hr_holidays/__init__.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_accrual_plan_level.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:46:25: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:47:24: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:48:22: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_holidays/models/resource.py:158:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:21:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:423:126: E211 whitespace before '['
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:428:138: E211 whitespace before '['
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave_allocation.py:563:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:28:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:34:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:409:17: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:604:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:980:135: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:1144:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:1305:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_leave.py:1401:110: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_holidays/models/hr_department.py:7:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/report/holidays_summary_report.py:10:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/report/holidays_summary_report.py:81:46: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report.py:5:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_employee_type_report.py:19:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_employee_type_report.py:19:29: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report_calendar.py:41:16: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hr_holidays/report/hr_leave_report_calendar.py:70:14: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_allocation_access_rights.py:149:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:11:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:384:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:408:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:492:13: F841 local variable 'res' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:507:13: F841 local variable 'name' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:720:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_access_rights.py:771:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_accrual_allocations.py:2441:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:114:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:121:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:122:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_global_leaves.py:211:9: F841 local variable 'global_leave' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_holidays_calendar.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_leave_requests.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_leave_requests.py:303:46: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_automatic_leave_dates.py:7:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_automatic_leave_dates.py:195:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_automatic_leave_dates.py:225:13: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_company_leave.py:22:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_company_leave.py:322:10: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_company_leave.py:326:10: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_change_department.py:56:55: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_change_department.py:64:55: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_holidays/tests/test_res_partner.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:4:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:6:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_departure_wizard.py:20:100: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/hr_holidays/wizard/hr_holidays_summary_employees.py:5:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/mrp/__init__.py:24:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/__init__.py:32:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/__init__.py:41:5: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/mrp/models/mrp_routing.py:158:22: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mrp/models/mrp_routing.py:180:42: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/mrp/models/stock_picking.py:94:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/models/res_company.py:31:20: E221 multiple spaces before operator
./Viindoo-odoo-17.0/addons/mrp/models/mrp_document.py:22:32: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mrp/models/mrp_document.py:32:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/stock_orderpoint.py:7:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/addons/mrp/models/mrp_unbuild.py:55:17: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/mrp/models/mrp_unbuild.py:113:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp/models/stock_scrap.py:15:28: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/stock_traceability.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/models/stock_move.py:5:1: F401 'dateutil.relativedelta.relativedelta' imported but unused
./Viindoo-odoo-17.0/addons/mrp/models/stock_move.py:491:84: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/models/stock_move.py:555:12: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/mrp/models/product.py:9:1: F811 redefinition of unused 'groupby' from line 6
./Viindoo-odoo-17.0/addons/mrp/models/product.py:9:1: F401 'odoo.tools.groupby' imported but unused
./Viindoo-odoo-17.0/addons/mrp/models/product.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/models/product.py:105:34: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/models/product.py:111:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/models/product.py:333:84: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/models/product.py:393:34: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:753:122: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:1321:112: E502 the backslash is redundant between brackets
./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:2734:13: F841 local variable 'rounding' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/models/mrp_production.py:2817:29: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:33:75: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:40:63: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:43:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:84:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:98:9: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:123:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workorder.py:129:9: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/mrp/models/stock_warehouse.py:309:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/models/mrp_bom.py:377:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mrp/models/mrp_bom.py:403:16: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/mrp/models/mrp_bom.py:413:24: E713 test for membership should be 'not in'
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workcenter.py:308:34: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/models/mrp_workcenter.py:389:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/report/stock_forecasted.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/mrp/report/mrp_report_bom_structure.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/report/mrp_report_mo_overview.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/tests/test_byproduct.py:20:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/mrp/tests/test_byproduct.py:57:9: F841 local variable 'bom_product_b' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/tests/test_cancel_mo.py:5:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/mrp/tests/test_cancel_mo.py:5:1: F401 'datetime.timedelta' imported but unused
./Viindoo-odoo-17.0/addons/mrp/tests/test_cancel_mo.py:7:1: F401 'odoo.fields.Datetime as Dt' imported but unused
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:54:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:121:13: F841 local variable 'unbuild_order' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:586:9: F841 local variable 'produce_wizard' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:841:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:846:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:921:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_unbuild.py:973:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:130:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:131:49: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:132:49: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:136:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:137:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:138:49: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:142:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:143:49: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:144:46: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:238:111: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:244:111: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:252:111: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:260:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:706:9: F841 local variable 'report_values_12' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:709:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:1089:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:1755:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_bom.py:1769:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:567:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:1709:9: F841 local variable 'res_dict' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:1835:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:1847:67: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:2575:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:2973:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:2988:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3239:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3264:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3449:26: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3706:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3737:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:3799:9: E266 too many leading '#' for block comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4014:101: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4019:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4020:82: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_order.py:4025:101: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/tests/test_replenish.py:14:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/mrp/tests/test_smp.py:240:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_stock_report.py:339:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:173:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:203:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:204:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/tests/test_stock.py:460:9: F841 local variable 'move_receipt_1' is assigned to but never used
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:22:31: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:26:31: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:30:33: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:34:30: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:99:31: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:103:31: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:135:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/tests/test_manual_consumption.py:340:14: E201 whitespace after '{'
./Viindoo-odoo-17.0/addons/mrp/tests/test_backorder.py:307:33: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/mrp/tests/test_backorder.py:308:15: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/mrp/wizard/mrp_consumption_warning.py:94:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:4:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:103:116: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/wizard/change_production_qty.py:103:117: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/mrp/wizard/stock_warn_insufficient_qty.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/mrp/wizard/stock_assign_serial_numbers.py:18:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/wizard/stock_assign_serial_numbers.py:19:39: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/mrp/wizard/stock_assign_serial_numbers.py:20:50: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_leave.py:4:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:53:40: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:54:44: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:55:45: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:60:41: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/models/hr_contract.py:78:69: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_multi_contract.py:4:1: F401 'datetime.time' imported but unused
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_multi_contract.py:209:34: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_multi_contract.py:220:33: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/hr_work_entry_holidays/tests/test_leave.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_dropshipping/models/stock.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_dropshipping/models/stock.py:49:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_dropshipping/tests/test_lifo_price.py:4:1: F401 'odoo.tools' imported but unused
./Viindoo-odoo-17.0/addons/stock_dropshipping/tests/test_lifo_price.py:6:1: F401 'odoo.tests.common' imported but unused
./Viindoo-odoo-17.0/addons/l10n_de/models/account_journal.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_de/models/chart_template.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_de/models/account_move.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/project_hr_expense/models/project_project.py:8:1: F401 'collections.defaultdict' imported but unused
./Viindoo-odoo-17.0/addons/project_hr_expense/models/project_project.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/test_website_slides_full/tests/test_ui_wslides.py:146:9: F841 local variable 'slide_channel_demo_6_furn3' is assigned to but never used
./Viindoo-odoo-17.0/addons/pos_self_order_stripe/controllers/orders.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/phone_validation/models/res_partner.py:4:1: F401 'odoo.addons.phone_validation.tools.phone_validation' imported but unused
./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:5: F401 'phonenumbers.phonemetadata.NumberFormat' imported but unused
./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:5: F401 'phonenumbers.phonemetadata.PhoneNumberDesc' imported but unused
./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:5: F401 'phonenumbers.phonemetadata.PhoneMetadata' imported but unused
./Viindoo-odoo-17.0/addons/phone_validation/lib/phonemetadata.py:6:88: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/phone_validation/tests/test_phonenumbers_patch.py:12:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:5:1: F401 'odoo.osv.expression.OR' imported but unused
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:6:1: F401 'ast' imported but unused
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_session.py:148:34: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_order.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_order.py:63:9: E731 do not assign a lambda expression, use a def
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_rule.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_rule.py:22:73: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_rule.py:22:74: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_card.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/res_config_settings.py:3:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_config.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_config.py:21:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_mail.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_reward.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_program.py:5:1: F401 'odoo.tools.unique' imported but unused
./Viindoo-odoo-17.0/addons/pos_loyalty/models/loyalty_program.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/models/pos_order_line.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:126:22: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:838:34: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:865:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:951:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_loyalty/tests/test_frontend.py:1549:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/project_purchase/tests/test_project_profitability.py:219:95: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/pos_razorpay/models/razorpay_pos_request.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_razorpay/models/pos_payment.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_razorpay/models/pos_payment.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_razorpay/models/pos_payment_method.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_delivery/models/stock_picking.py:199:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/stock_delivery/models/sale_order.py:30:36: E225 missing whitespace around operator
./Viindoo-odoo-17.0/addons/stock_delivery/models/stock_move.py:50:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:75:132: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:110:114: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:139:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:159:30: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:160:34: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_carrier_propagation.py:184:27: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_delivery_stock_move.py:160:122: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_delivery_stock_move.py:161:122: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_delivery/tests/test_delivery_cost.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_attendance/controllers/main.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_attendance/models/res_users.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_attendance/models/res_users.py:38:5: E301 expected 1 blank line, found 0
./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_employee_public.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_attendance.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_attendance.py:244:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/hr_attendance/models/hr_attendance.py:298:13: F841 local variable 'calendar' is assigned to but never used
./Viindoo-odoo-17.0/addons/hr_attendance/tests/test_hr_attendance_overtime.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_attendance/tests/test_hr_attendance_overtime.py:384:1: W293 blank line contains whitespace
./Viindoo-odoo-17.0/addons/l10n_ch/__manifest__.py:19:159: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/l10n_ch/__manifest__.py:49:6: E203 whitespace before ','
./Viindoo-odoo-17.0/addons/l10n_ch/__init__.py:22:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:11:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:35:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:40:31: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:41:64: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:233:16: E114 indentation is not a multiple of 4 (comment)
./Viindoo-odoo-17.0/addons/l10n_ch/models/res_bank.py:233:16: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:6:1: F401 'odoo.exceptions.ValidationError' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:8:1: F401 'odoo.addons.base_iban.models.res_partner_bank.validate_iban' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_journal.py:9:1: F401 'odoo.addons.base.models.res_bank.sanitize_account_number' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_invoice.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_invoice.py:81:25: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ch/models/account_invoice.py:83:49: E203 whitespace before ':'
./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:8:1: F401 'reportlab.lib.units.mm' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:10:32: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:11:62: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_ch/models/ir_actions_report.py:13:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/migrations/0.0.0/pre-migrate-qr-template.py:20:9: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_ch/migrations/9.0.9.0/pre-set_tags_and_taxes_updatable.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/migrations/9.0.9.0/pre-set_tags_and_taxes_updatable.py:9:1: W391 blank line at end of file
./Viindoo-odoo-17.0/addons/l10n_ch/report/swissqr_report.py:4:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/report/__init__.py:3:29: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:67:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:72:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_l10n_ch_qr_print.py:76:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_ch/tests/test_swissqr.py:7:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/auth_ldap/__manifest__.py:6:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/auth_ldap/models/res_company_ldap.py:8:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/auth_ldap/models/__init__.py:6:34: W292 no newline at end of file
./Viindoo-odoo-17.0/addons/l10n_ar/demo/account_demo.py:2:1: F401 'logging' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ar/models/res_company.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_ar/models/l10n_latam_document_type.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ar/models/account_fiscal_position.py:2:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ar/models/account_chart_template.py:3:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ar/models/account_chart_template.py:4:1: F401 'odoo.addons.account.models.chart_template.template' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ar/tests/common.py:3:1: F401 'odoo.tests.common.tagged' imported but unused
./Viindoo-odoo-17.0/addons/l10n_ar/tests/common.py:355:9: F841 local variable 'invoice_user_id' is assigned to but never used
./Viindoo-odoo-17.0/addons/website_event/controllers/main.py:19:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event/controllers/main.py:416:13: E722 do not use bare 'except'
./Viindoo-odoo-17.0/addons/website_event/models/website.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event/tests/test_event_mail.py:6:42: E271 multiple spaces after keyword
./Viindoo-odoo-17.0/addons/website_event/tests/test_event_mail.py:10:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event/tests/test_website_event.py:17:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/website_event/tests/test_website_event.py:290:68: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/website_event/tests/test_website_event.py:290:88: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_event_event.py:4:1: F401 'datetime.datetime' imported but unused
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:103:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:122:17: F841 local variable '_event' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:143:17: F841 local variable '_event' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:249:13: F841 local variable '_registrations' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:273:13: F841 local variable '_registrations' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:296:13: F841 local variable '_registrations' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:311:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:324:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:337:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:351:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:366:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:381:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/test_event_full/tests/test_performance.py:395:13: F841 local variable '_registration' is assigned to but never used
./Viindoo-odoo-17.0/addons/account_lock/models/res_company.py:6:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/__init__.py:5:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/models/account_invoice.py:75:45: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/models/account_invoice.py:75:46: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/l10n_it_stock_ddt/tests/test_ddt.py:14:30: E231 missing whitespace after ':'
./Viindoo-odoo-17.0/addons/hr_timesheet_attendance/tests/test_timesheet_attendance.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/hr_timesheet_attendance/tests/test_timesheet_attendance.py:16:52: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/payment_paypal/controllers/main.py:13:1: F401 'odoo.tools.html_escape' imported but unused
./Viindoo-odoo-17.0/addons/payment_paypal/models/payment_provider.py:5:1: F401 'odoo._' imported but unused
./Viindoo-odoo-17.0/addons/payment_paypal/models/payment_provider.py:27:5: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/payment_paypal/models/payment_transaction.py:7:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/payment_paypal/tests/test_paypal.py:9:1: F401 'odoo.tools.float_repr' imported but unused
./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/models/res_company.py:2:1: F401 'odoo.fields' imported but unused
./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/models/l10n_latam_document_type.py:3:1: F401 'odoo.osv.expression' imported but unused
./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/models/account_journal.py:6:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_latam_invoice_document/report/invoice_report.py:10:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_loyalty/models/sale_order.py:852:29: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/models/sale_order.py:945:90: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/models/sale_order_line.py:105:87: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_pay_with_gift_card.py:113:49: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_pay_with_gift_card.py:154:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_sale_invoicing.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_sale_invoicing.py:42:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_sale_invoicing.py:100:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_buy_gift_card.py:9:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_multi_company.py:5:1: F401 'odoo.exceptions.UserError' imported but unused
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_with_code_operations.py:321:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_with_code_operations.py:335:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:293:60: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:299:60: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:309:60: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:319:60: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_loyalty.py:329:60: E741 ambiguous variable name 'l'
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/common.py:78:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/common.py:238:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:732:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:732:39: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:820:38: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:820:39: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:962:11: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1058:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1072:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1077:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1083:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1089:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1118:68: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/sale_loyalty/tests/test_program_numbers.py:1174:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/sale_loyalty/wizard/sale_loyalty_coupon_wizard.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/sale_loyalty/wizard/sale_loyalty_reward_wizard.py:7:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/crm_mail_plugin/tests/test_crm_mail_plugin.py:4:1: F401 'json' imported but unused
./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:8:1: F401 'odoo.osv.expression.AND' imported but unused
./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:11:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:104:45: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_picking_batch/models/stock_picking_batch.py:104:54: E231 missing whitespace after ','
./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:111:9: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:113:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:114:13: E116 unexpected indentation (comment)
./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:682:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/stock_picking_batch/tests/test_batch_picking.py:1146:1: E303 too many blank lines (3)
./Viindoo-odoo-17.0/addons/stock_picking_batch/wizard/stock_add_to_wave.py:37:5: E303 too many blank lines (2)
./Viindoo-odoo-17.0/addons/stock_picking_batch/wizard/stock_package_destination.py:4:1: F401 'odoo.api' imported but unused
./Viindoo-odoo-17.0/addons/l10n_es_pos/models/pos_order.py:3:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_es_pos/tests/test_frontend.py:31:9: E306 expected 1 blank line before a nested definition, found 0
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/controllers/main.py:24:60: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/controllers/main.py:53:56: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:31:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:31:86: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:32:57: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:33:65: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:33:66: E262 inline comment should start with '# '
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:38:70: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:39:106: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:45:68: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_self_order_adyen/models/pos_payment_method.py:46:71: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/account_test/__manifest__.py:16:98: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/account_test/__manifest__.py:17:96: W291 trailing whitespace
./Viindoo-odoo-17.0/addons/pos_adyen/controllers/main.py:80:56: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:6:1: F401 'random' imported but unused
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:8:1: F401 'string' imported but unused
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:10:1: F401 'werkzeug.exceptions.Forbidden' imported but unused
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:18:36: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:20:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:31:85: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/pos_adyen/models/pos_payment_method.py:32:86: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/iap_crm/models/crm_lead.py:10:48: E261 at least two spaces before inline comment
./Viindoo-odoo-17.0/addons/l10n_be_pos_sale/tests/test_l10n_be_pos_sale.py:8:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/addons/l10n_be_pos_sale/tests/test_l10n_be_pos_sale.py:16:9: E265 block comment should start with '# '
./Viindoo-odoo-17.0/doc/cla/stats.py:9:1: F401 'pprint' imported but unused
./Viindoo-odoo-17.0/doc/cla/stats.py:16:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/doc/cla/stats.py:17:48: E231 missing whitespace after ','
./Viindoo-odoo-17.0/doc/cla/stats.py:23:1: E302 expected 2 blank lines, found 1
./Viindoo-odoo-17.0/doc/cla/stats.py:24:5: F841 local variable 'r' is assigned to but never used
./Viindoo-odoo-17.0/doc/cla/stats.py:29:199: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/doc/cla/stats.py:29:201: E251 unexpected spaces around keyword / parameter equals
./Viindoo-odoo-17.0/doc/cla/stats.py:31:64: E231 missing whitespace after ','
./Viindoo-odoo-17.0/doc/cla/stats.py:54:1: E305 expected 2 blank lines after class or function definition, found 1
./Viindoo-erponline-enterprise-17.0/viin_iot/__manifest__.py:82:26: E261 at least two spaces before inline comment
./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/__manifest__.py:53:13: E203 whitespace before ':'
./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/__manifest__.py:54:26: E261 at least two spaces before inline comment
./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/__manifest__.py:54:27: E262 inline comment should start with '# '
./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/models/mrp_production.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-erponline-enterprise-17.0/to_mrp_barcode/models/mrp_workorder.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:8:5: W191 indentation contains tabs
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:8:5: E101 indentation contains mixed spaces and tabs
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:37:26: E261 at least two spaces before inline comment
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/__manifest__.py:37:27: E262 inline comment should start with '# '
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:16:13: E265 block comment should start with '# '
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:21: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:23: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:40: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:26:42: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:92:36: W291 trailing whitespace
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:98:1: W293 blank line contains whitespace
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:72: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:74: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:91: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:99:93: E251 unexpected spaces around keyword / parameter equals
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:146:1: W293 blank line contains whitespace
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:149:1: W293 blank line contains whitespace
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:150:1: W293 blank line contains whitespace
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:152:5: E303 too many blank lines (3)
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:155:141: W291 trailing whitespace
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/controllers/main.py:176:13: E303 too many blank lines (2)
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/models/mobile_notification.py:1:1: F401 'odoo.fields' imported but unused
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/models/mobile_notification.py:1:1: F401 'odoo.api' imported but unused
./Viindoo-erponline-enterprise-17.0/viin_mobile_messenger/models/mobile_notification.py:2:1: F401 'odoo.tools.safe_eval' imported but unused
./Viindoo-erponline-enterprise-17.0/viin_mrp_barcode_backdate/__manifest__.py:47:26: E261 at least two spaces before inline comment
./Viindoo-erponline-enterprise-17.0/viin_mrp_barcode_backdate/__manifest__.py:47:27: E262 inline comment should start with '# '
|
| 07/31/2026 14:30:30 | ERROR |
Subbuild # 400081:
odoo.addons.test_pylint.tests.test_pylint: FAIL: TestPyLint.test_pylint
Traceback (most recent call last):
File "/data/build/Viindoo-tvtmaaddons-17.0/test_pylint/tests/test_pylint.py", line 176, in test_pylint
self.fail("pylint test failed:\n" + (b"\n" + out + b"\n" + err).decode('utf-8').strip())
AssertionError: pylint test failed:
No files to lint: exiting.
|
| 07/31/2026 14:30:30 | ERROR |
Subbuild # 400081:
odoo.modules.loading: Module test_pylint: 4 failures, 0 errors of 39 tests
|
| 07/31/2026 14:30:30 | ERROR |
Subbuild # 400081:
odoo.modules.loading: At least one test failed when loading the modules.
|
| 07/31/2026 14:30:30 | ERROR |
Subbuild # 400081:
odoo.tests.result: 4 failed, 0 error(s) of 56 tests when loading database 'rb-d4649d1-223538-400081'
|