-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
[14.0][l10n_it_intrastat_statement] Code optimization when generating the statement #3882
[14.0][l10n_it_intrastat_statement] Code optimization when generating the statement #3882
Conversation
…essary triple for loop when generating the statement
5b062cf
to
e44d4e2
Compare
@robyf70 grazie della PR, puoi aprire una issue così la tracciamo anche per la 16? |
Si certo |
@sergiocorato Possiamo fare il merge 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
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 3c95af5. Thanks a lot for contributing to OCA. ❤️ |
La PR ottimizza il codice che elabora lo statement dell'intrastat rimuovendo 2 dei 3 for loop che vengono eseguiti per ogni blocco di righe intrastat di
account.move
rendendo l'algoritmo più efficiente e veloce.