Skip to content

Support Deleted Modules into apriori.py #5336

Description

@mathben

I am working to automate migration with OpenUpgrade.

By example with Odoo 17, the information about deleting modules is only accessible into file :
https://github.com/OCA/OpenUpgrade/blob/17.0/docsource/modules160-170.rst

But this information is not into Python file like apriori.py :
https://github.com/OCA/OpenUpgrade/blob/17.0/openupgrade_scripts/apriori.py

Like :

# only used here for upgrade_analysis
deleted_modules = [
    # odoo
    "l10n_ae_pos",
    "l10n_it_edi_pa",
    "l10n_lu_peppol_id",
    "l10n_pl_jpk",
    "website_payment_paypal"
]

This can be useful to ignore missing module. OpenUpgrade work correctly.

What do you think?

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions