2
0
account-financial-tools/account_move_name_sequence/models
BT-anieto e3706c313d [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-10-18 07:52:25 +02:00
..
__init__.py [FIX] ir_sequence: Fix creating date_range_seq with range_month and range_day 2022-11-22 14:36:51 +01:00
account_journal.py [FIX] account_move_name_sequence: do not create duplicated sequences 2023-08-24 13:22:31 +02:00
account_move.py [FIX] account_move_name_sequence: call _inverse_name after computing the name 2023-10-18 07:52:25 +02:00
ir_sequence.py [REF] account_move_name_sequence: Use Odoo native methods + Typos 2022-11-22 14:36:51 +01:00