Files
account-financial-tools/account_move_name_sequence/models
Moises Lopez d659e44985 [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-05-26 15:31:08 -05:00
..