2
0
account-financial-tools/account_move_name_sequence/models
Moises Lopez 85cb94dc61 [REF] account_move_name_sequence: Moves with name '/' can not be posted
After remove required=True for journal.sequence_id field it is possible to post an invoice with misconfigured journal with empty sequence

So, this constraint will raise an error for this kind of cases since that using '/' could raise the unique constraint for all other moves
2022-11-22 14:36:51 +01: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 [REF] account_move_name_sequence: Add number_next_actual and date range lines data based on current moves 2022-11-22 14:36:51 +01:00
account_move.py [REF] account_move_name_sequence: Moves with name '/' can not be posted 2022-11-22 14:36:51 +01:00
ir_sequence.py [FIX] ir_sequence: Fix creating date_range_seq with range_month and range_day 2022-11-22 14:36:51 +01:00