[FIX] website_sale_aplicoop: lint fixes (exception chaining, imports, remove unused vars)

This commit is contained in:
GitHub Copilot 2026-05-20 15:57:11 +02:00
parent a997331c2d
commit 91cfb9e137
15 changed files with 1344 additions and 1472 deletions

View file

@ -1,6 +1,8 @@
[MASTER]
load-plugins=pylint_odoo
score=n
# Exclude virtual environment directory from pylint analysis
ignore=.venv
[MESSAGES CONTROL]
disable=all