OCA/pylint-odoo

[REF] resource-not-exist: Consider the manifest's key `images`

Closed this issue · 3 comments

images has a local path to image file so we need to consider it from the check resource-not-exists

AFAIK images has non-local path in common case

Could you share a module using a non-local path, please?

FYI I just ran locally the following to get all the non-local path:
rgrep "images" --include=__manifest__.py |grep http |wc -l
Result: 0

Local paths:
rgrep "images" --include=__manifest__.py | wc -l
375

Please, share more details

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.