Files
account-financial-tools/account_move_name_sequence/models
BT-anieto 4f8dd99109 [FIX] account_move_name_sequence: call _inverse_name after computing the name
The core compute function for the name is calling at the end the function self._inverse_name(),
which updates the payment_reference when required.
This code was currently missing, causing the payment_reference not being properly computed,
for example, when using QR-Bills.
2025-01-29 02:15:30 +00:00
..