Skip to content

Commit

Permalink
[FIX] l10n_it_sdi_channel: Receive base64 attachments OCA#2915
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTakobi authored and micheledic committed Oct 29, 2024
1 parent c427206 commit 1ddcb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_it_sdi_channel/models/sdi.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ def receive_fe(
it can be added in `default_values`.
:param file_name_content_dict: Dictionary mapping
file names to their base64-encoded content for each Electronic Bill.
file names to their content for each Electronic Bill.
:param metadata_file_name_content_dict: Dictionary mapping
file names to their base64-encoded content for each Metadata file.
file names to their content for each Metadata file.
:param default_values: Default values
for the creation of Electronic Bill.
:return: the created Electronic Bills (`fatturapa.attachment.in`).
Expand Down

0 comments on commit 1ddcb65

Please sign in to comment.