Files
account-financial-tools/account_move_name_sequence/tests/__init__.py
payen000 a958cd7e53 [REF] account_move_name_sequence: Added concurrency tests related to sequence
A demo ir_sequence record with 'standard' implementation was
assigned to the payment journal so that no concurrency errors arise
from using 'no gap' sequences when attempting to create multiple payments.
2022-08-17 19:10:38 +00:00

3 lines
81 B
Python

from . import test_account_move_name_seq
from . import test_sequence_concurrency