odoo-ide/pycharm-odoo

Disable the PyUnusedLocal inspection on migration functions

Closed this issue · 2 comments

On migration functions like this one:

odoo/addons/l10n_es/upgrades/5.1/post-migrate_update_taxes.py
image

Could you disable the PyUnusedLocal inspection ?

@jcfernandez-890825

Yes, we can disable that inspection for migration functions.

Hi @jcfernandez-890825 ,

The new version 2024.3.0 has been released to address this issue.