Skip to content
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

[ADD] l10n_it_fatturapa_import_zip #3526

Closed

Conversation

SirTakobi
Copy link
Contributor

Sostituisce #2258.

Borruso and others added 4 commits August 17, 2023 09:52
Also allow to create withholding taxes in other tests
Do not assume there is a `/tmp` directory or that path separator is `/` so that this can also work in other FileSystems than Linux's
Override exposed methods instead of duplicating
Reuse common tests data
@quickpre
Copy link

Revisione funzionale effettuata su runboat, e ha superato tutti i test.

@SirAionTech
Copy link
Contributor

Revisione funzionale effettuata su runboat, e ha superato tutti i test.

Grazie mille della revisione! Riuscresti a scriverlo sotto forma di review in github?
È sufficiente che:

  1. apri Files Changed in alto,
  2. tasto verde Review changes in alto a destra,
  3. scrivi il commento
  4. selezioni Approve
  5. premi Submit review

C'è qualche screenshot che potrebbe aiutarti in https://www.odoo-italia.org/documentazione/14.0/sviluppo/review.html#revisione-tecnica

Copy link

@quickpre quickpre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revisione funzionale effettuata su runboat, funziona perfettamente

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

zip_data = base64.b64decode(datas)
with tempfile.NamedTemporaryFile(mode="wb") as tmp_file:
tmp_file.write(zip_data)
with zipfile.ZipFile(tmp_file.name, mode="r") as zip_ref:
Copy link
Contributor

@micheledic micheledic Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

come da commento su PR sulla 16.0 bisogna mettere anche qui un tmp_file.flush() dopo il .write in quanto randomicamente non flusha i dati su file temporaneo e zipfile non riesce ad aprirlo

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ho verificato che il problema di CessionarioCommittente era presente anche in questa PR e ho corretto entrambi in #3587, potresti verificare lì se sono risolti?
Grazie mille!

@SirAionTech
Copy link
Contributor

Da chiudere, sostituita da #3587

@tafaRU tafaRU closed this Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants