-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX][l10n_it_withholding_tax] Fix amount residual reconciled for inv… #3781
[FIX][l10n_it_withholding_tax] Fix amount residual reconciled for inv… #3781
Conversation
4e8d8aa
to
fe1d9f6
Compare
/ocabot rebase |
Congratulations, PR rebased to 14.0. |
fe1d9f6
to
b149c8c
Compare
Ho visto che c'è anche un problema sul Riesci a caricare un test per verificare cosa risolvi con questa? |
Ciao @sergiocorato con questa siamo andati a risolvere con @alessandrocamilli il fatto che se si viene pagati in eccesso la fattura si chiude e non rimane aperta, come ci accadeva prima di questa PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…oice with withholding tax Co-authored-by: Alessandro Camilli <[email protected]>
…a d'account during reconcilation
b149c8c
to
688da72
Compare
@sergiocorato abbiamo fatto un ulteriore fix, fammi sapere se ti aiuta nel problema che avevi tu |
il fix dovrebbe risolvere la casistica che esponi |
vals.update( | ||
{ | ||
"amount": invoice.amount_net_pay, | ||
"credit_amount_currency": invoice.amount_net_pay, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non so se ci sia la casistica di una fattura emessa in valuta con ritenuta d'acconto, sarebbe da verificare se la valuta della fattura è uguale alla valuta aziendale e in caso contrario convertire no?
Questa PR corregge questa casistica, potrebbe anche essere mergiata senza la modifica sulla valuta, visto che mi pare poco probabile, se non hai tempo di svilupparla. |
merge? |
No @andreampiovesana , sto aspettando la risposta di @matteoopenf |
Guarda questa modica la abbiamo in produzione da un cliente e sta andando. Per la parte della valuta apriamo una issue a parte così da sistemarla a parte. |
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 546c2d6. Thanks a lot for contributing to OCA. ❤️ |
Superseed di #3778 e ho mantenuto l'autore del commit Risolve #3712