ref(l10n_do_banks): uninstall more windiescorp modules on the 19.0 upgrade - #69
Merged
Merged
Conversation
…grade Extend the 19.0 uninstall list with the remaining windiescorp modules that were discarded during the 13.0 -> 19.0 migration: - account_multicurrency_reconcile_patch - purchase_discount - website_base_filter_attribute - website_product_brands - website_product_sorting_and_shopping multiple_delivery_products, serial_traceability_lifedate, serial_traceability_remove_date and windies_invoice_template_stock were already listed, so they are left untouched. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KvaVkogvF2dxMo1MyVFRdr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Qué cambia
Se amplía la lista de módulos a desinstalar en
src/l10n_do_banks/19.0.1.0.0/pre-modules-uninstall.py, dentro del bloque ya existente de módulos windiescorp descartados en la migración 13.0 → 19.0:account_multicurrency_reconcile_patchpurchase_discountwebsite_base_filter_attributewebsite_product_brandswebsite_product_sorting_and_shoppingPor qué en el script de 19.0
De los 9 módulos solicitados, 4 ya estaban en esa misma lista, por lo que se agregan los 5 restantes al mismo bloque en lugar de crear un directorio
14.0nuevo (no existe ningún script14.0en el repo actualmente):account_multicurrency_reconcile_patchmultiple_delivery_productspurchase_discountserial_traceability_lifedateserial_traceability_remove_datewebsite_base_filter_attributewebsite_product_brandswebsite_product_sorting_and_shoppingwindies_invoice_template_stockLas entradas quedan en orden alfabético dentro del bloque.
Notas
uninstall_modulesya recorre la lista verificandoutil.module_installedantes de desinstalar, así que un módulo ausente en la base de datos simplemente se omite.ast.parse).ruffno está disponible en este entorno, pero el formato de las líneas agregadas es idéntico al de las existentes (comillas dobles, coma final, misma indentación).🤖 Generated with Claude Code
https://claude.ai/code/session_01KvaVkogvF2dxMo1MyVFRdr
Generated by Claude Code