Files
account-financial-tools/account_move_name_sequence/models
Moises Lopez 8f518c23ba [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
2023-11-13 12:19:44 +01:00
..