odoo-ide / pycharm-odoo

PyCharm plugin for Odoo
https://plugins.jetbrains.com/plugin/13499-odoo
Other
41 stars 5 forks source link

Disable the PyUnusedLocal inspection on migration functions #454

Closed jcfernandez-890825 closed 3 months ago

jcfernandez-890825 commented 5 months ago

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 ?

trinhanhngoc commented 5 months ago

@jcfernandez-890825

Yes, we can disable that inspection for migration functions.

trinhanhngoc commented 3 months ago

Hi @jcfernandez-890825 ,

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