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

[16.0][FIX] l10n_es_facturae: Fix addition of invoice PDF by adding encoding #3424

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

Vulpino
Copy link
Contributor

@Vulpino Vulpino commented Feb 5, 2024

No description provided.

@OCA-git-bot
Copy link
Contributor

Hi @etobella,
some modules you are maintaining are being modified, check this out!

@Vulpino Vulpino changed the title FIX data account_move.py [16.0] FIX data account_move.py Feb 5, 2024
Copy link
Member

@etobella etobella left a comment

Choose a reason for hiding this comment

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

Por mi parte lo veo bien, solo dos cosas, unos es un comentario tonto de formato
Puedes cambiar el descriptivo del commit poor algo así com
[IMP] l10n_es_facturae: Fix addition of invoice PDF by adding encoding

@@ -197,7 +197,7 @@ def _get_facturae_move_attachments(self):
)
result.append(
{
"data": base64.b64encode(content),
"data": (base64.b64encode(content)).decode("utf-8"),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"data": (base64.b64encode(content)).decode("utf-8"),
"data": base64.b64encode(content).decode("utf-8"),

El paréntesis no es necesario

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay! merci

@etobella etobella changed the title [16.0] FIX data account_move.py [16.0][FIX] l10n_es_facturae: Fix addition of invoice PDF by adding encoding Feb 5, 2024
@pedrobaeza pedrobaeza added this to the 16.0 milestone Feb 5, 2024
Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

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

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 16.0-ocabot-merge-pr-3424-by-pedrobaeza-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit aed9813 into OCA:16.0 Feb 5, 2024
6 of 7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 7bfcf13. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants