Skip to content

smile_upgrade: addons.module.ad_paths doesn't exist anymore in 17  #126

Open
@benlegros

Description

@benlegros

Hi,

In smile_upgrade on Odoo 17, here is this line in upgrade.py (line 271):

for adp in addons.module.ad_paths:

But ad_paths doesn't exist anymore (replaced after deprecation) and this results to a fatal error during start if line 270 condition is false.

Here is ad_paths() deprecation warning from Odoo 14 code:

# ad_paths is a deprecated alias, please use odoo.addons.__path__ @tools.lazy def ad_paths(): warnings.warn( '"odoo.modules.module.ad_paths" is a deprecated proxy to ' '"odoo.addons.__path__".', DeprecationWarning, stacklevel=2) return odoo.addons.__path__

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions