Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Aug 22, 2024
1 parent 90396bf commit 6b2d88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_banking_pain_base/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _generate_address_block(self, parent_node, gen_args):
guidance-use-structured-addresses-2025-sepa-payment-schemes
"""
self.ensure_one()
if gen_args["pain_flavor"].startswith("pain.001.003.03"):
if gen_args["pain_flavor"].startswith(("pain.001.003.03", "pain.008.003.02")):
return self._generate_unstructured_address_block(parent_node, gen_args)
apoo = self.env["account.payment.order"]
if self.country_id:
Expand Down

0 comments on commit 6b2d88d

Please sign in to comment.