Files
account-financial-tools/account_move_name_sequence/models/account_move.py
Moises Lopez d8ca0ae8e2 [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-13 16:54:25 +00:00

2.0 KiB