Files
account-financial-tools/account_move_name_sequence/models
BT-anieto bff4a13d8e [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.
2023-11-13 12:19:44 +01:00
..