vauxoo-dev / gist-vauxoo

All our gist files into organization
6 stars 7 forks source link

[IMP] generate_migration_issues.py: add script to get migration status and create issues #136

Open CLaurelB opened 10 months ago

CLaurelB commented 10 months ago

Generate a list of Vauxoo modules with a branch in the target Odoo version and assess their migration status. Process a project dependencies CSV file, obtained via the generate_module_dependency_priority.py server action, to determine their migration status. Create migration issues for the modules that are yet to be migrated.

CLaurelB commented 10 months ago

Example results: https://gist.github.com/CLaurelB/71fef50165ef3b17ee24caef43a058f7

CLaurelB commented 10 months ago

@luisg123v @desdelinux could you review please?

luisg123v commented 10 months ago

This is an ADD rather than an IMP