[IMP] l10n_ar_arba_ws: add warning when trying to validate a draft withholding#990
Open
fw-bot-adhoc wants to merge 1 commit intoingadhoc:19.0from
Open
[IMP] l10n_ar_arba_ws: add warning when trying to validate a draft withholding#990fw-bot-adhoc wants to merge 1 commit intoingadhoc:19.0from
fw-bot-adhoc wants to merge 1 commit intoingadhoc:19.0from
Conversation
…thholding X-original-commit: 4e1ba66
Contributor
Contributor
Author
|
@hav-adhoc @zaoral this PR targets 19.0 and is the last of the forward-port chain. To merge the full chain, use
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
Contributor
|
Hi @hav-adhoc remember this fw please. Thanks! |
Contributor
Author
|
@hav-adhoc @zaoral this forward port of #988 is awaiting action (not merged or closed). |
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.

Mejora propuesta en la tarea
Con este PR queremos evitar duplicidad de envio de Retención. Actualmente sucede que, si volvemos a borrador un pago confimado, la retencion se vuelve a enviar y se duplica en la DDJJ
Como lo corregimos:
Agregamos un warning al volver a borrador, donde se le indica al usuario las retenciones ya informadas, informándole que no se volveran a enviar, ni se eliminarán de la DDJJ
ACÁ es donde filtramos aquellas lineas de retencion que ya han sido informadas, de modo que solo enviamos aquellas no informadas
Forward-Port-Of: #988