Thursday, August 13, 2020
2 changes · master
Enhancements to existing features
The Latin American invoice document module now directly includes the debit note capability it relies on. This makes setup cleaner and ensures related localization features have the right dependency in newer versions.
Original PR description
task 356 --- Add account_move_debit dependency to l10n_latam_invoice_document module -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Argentina electronic invoicing module no longer carries a dependency that belongs in the broader Latin American invoicing document module. This keeps responsibilities clearer and reduces unnecessary coupling without changing day-to-day business workflows.
Original PR description
task 356 --- Remove account_move_debit dependency from l10n_ar_edi module This dependency was added in version 13.0 in l10n_ar_edi because we were not able to add a new dependency in stable version for l10n_latam_invoice_document module. Now that we have master then we move the dependency to l10n_latam_invoice_document where it belongs