Skip to content
Snippets Groups Projects
Commit 85540e6b authored by Yannick Vaucher's avatar Yannick Vaucher
Browse files

[IMP] account: hooks to extend grouping rules on payments


This will allow to define a specific grouping rule for ISR payments

In case of Swiss ISR payments must not be grouped as we want to keep a single transaction
per reference. The ISR payment reference doesn't imply additionnal fees from
the bank.

One transaction per ISR reference is needed in Swiss SEPA payments
to ensure a end-to-end flow that will ease the reconciliation on
the other end.

When ISR reference is detected we also avoid to concatenate the references
to not concatenate the same reference multiple times. In case the
same reference is sent by the supplier on different dates.

Without those hooks it will be very difficult to implement.

Backport from PR 45744

closes odoo/odoo#48441

Signed-off-by: default avataroco-odoo <oco-odoo@users.noreply.github.com>
parent 850e7442
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment