Skip to content

Commit

Permalink
Merge PR #3609 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed May 27, 2024
2 parents 64b12a0 + 84be8fa commit 541437a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_es_aeat_sii_oca/wizards/account_move_reversal.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def default_get(self, fields_list):
if (
"sii_refund_type" in fields_list
or "sii_refund_type_required" in fields_list
):
) and self.env.context.get("active_model") == "account.move":
invoices = self.env["account.move"].browse(
self.env.context.get("active_ids"),
)
Expand Down

0 comments on commit 541437a

Please sign in to comment.