-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
[16.0] FIX l10n_it_reverse_charge avoiding extra "exchange difference" entry #3879
Conversation
/ocabot rebase |
Congratulations, PR rebased to 16.0. |
fda33bc
to
de5dd02
Compare
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.
Grazie della PR!
Puoi aggiungere un test? Così si evitano regressioni
@@ -221,7 +226,9 @@ def rc_payment_credit_line_vals(self, line_to_reconcile): | |||
) | |||
account = line_to_reconcile.account_id | |||
|
|||
line_values = self._rc_line_values(account, credit, debit) | |||
line_values = self._rc_line_values( | |||
account, credit, debit, line_to_reconcile.amount_currency |
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.
Qui e sotto, penso sia meglio
account, credit, debit, line_to_reconcile.amount_currency | |
account, credit, debit, line_amount_currency=line_to_reconcile.amount_currency |
Così se vengono aggiunti altri args
o kwargs
prima di questo non si rischia di assegnare il valore al parametro sbagliato, cosa ne pensi?
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Appena disponibile runboat la provo |
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.
@eLBati la differenza (secondo me) sostanziale tra la mia e la tua PR è nel metodo compute_rc_amount_tax_main_currency
perchè mi tengo da parte il valore della fattura originale per evitare una conversione di un valore già convertito e quindi possibili errori di arrotondamenti:
https://github.com/OCA/l10n-italy/pull/4238/files#diff-3c6a29bf7c09821dd6605e9b9c729ab09d0c83b13505138134c227b0b202ac2dR184
Per il resto sono molto simili e posso pensare di aggiungere un test
Avendo fatto merge di #4238 , questa si può chiudere giusto @odooNextev ? |
Estensione di #3864
Altrimenti la registrazione che chiude le autofatture sarebbe di questo tipo:
quindi con una valuta estera ma senza importo.
Questo produce (mentre su v12 no) una registrazione extra di questo tipo: